ozayr / PySimpleGUI-Neural-Nets

just some boilerplate code for implementing neural nets in pytorch , with some added GUI vis for fun. Play with the parameters and make observations as to how they affect the training process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects in this Repository

Function Approximator

Approximate generated functions using a simple Neural Network

Logistic Regression

Observe Binary and multi-class Logistic Regression

CNN with MNIST

Classify you own handwritten digits with a Convolutional Neural Network trained on the famous MNIST dataset

About

just some boilerplate code for implementing neural nets in pytorch , with some added GUI vis for fun. Play with the parameters and make observations as to how they affect the training process.


Languages

Language:Jupyter Notebook 56.1%Language:Python 43.9%