/yatml

Yet Another Tutorial for ML: Fundamental Mathematics of Neural Networks and practical use on Windows with TensorFlow and Keras

Primary LanguagePythonMIT LicenseMIT

Yet Another Tutorial for Machine Learning

Fundamental Mathematics of Neural Networks and practical use on Windows with TensorFlow and Keras

This repository contains code demos and examples for the Yatml Guide.

Each Lesson contains a README with a brief description of each part and what it works.

Software Requirements

  • Linux/MacOS/Windows
  • Python 3 (Recommended: Anaconda 3 x64)
  • Numpy (Comes with Anaconda)
  • TensorFlow (pip install tensorflow)
  • Keras (pip install keras)