/simple-nn-classification

Simple Feed-Forward Neural Network that classifies characters on the mnist dataset.

Primary LanguagePython

Introduction to Machine Learning (and Tuning)

Displays a Feed-Forward Neural Network that classifies handwritten numbers from the mnist dataset.

Learn to:

  • Create Neural Networks in Pytorch
  • Visualize Training with Tensorboard and Weights and Bias
  • Learn to setup hyperparameter control from the command-line for fast tuning