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.
This tool helps students and enthusiasts understand how neural networks learn by allowing them to interactively adjust parameters for different machine learning tasks. You input various settings for a neural network, and it visually demonstrates how these changes impact the training process and the model's ability to learn. It's designed for anyone curious about the practical effects of neural network configurations.
No commits in the last 6 months.
Use this if you are learning about neural networks and want to see how adjusting parameters like learning rate or network depth visually affects model performance and training.
Not ideal if you need to train production-ready neural network models or require advanced features for deep learning research.
Stars
7
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 28, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ozayr/PySimpleGUI-Neural-Nets"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dataflowr/notebooks
code for deep learning courses
jeffheaton/app_deep_learning
T81-558: PyTorch - Applications of Deep Neural Networks @Washington University in St. Louis
dvgodoy/PyTorchStepByStep
Official repository of my book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
xl0/lovely-tensors
Tensors, for human consumption
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.