Skip to content

I learn ML kind of

Notifications You must be signed in to change notification settings

BigBarfEaterBBE/ML_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 3, 2026
39b087b · · Feb 3, 2026

History

22 Commits
Feb 2, 2026
Feb 2, 2026
Jan 29, 2026
Jan 26, 2026
Feb 2, 2026
Feb 3, 2026
Feb 2, 2026
Feb 2, 2026
Feb 2, 2026
Jan 29, 2026
Feb 1, 2026
Feb 1, 2026
Jan 30, 2026
Jan 30, 2026
Jan 27, 2026
Jan 27, 2026
Feb 2, 2026
Feb 1, 2026
Feb 1, 2026

Repository files navigation

ML_Learning

I try to learn something about machine learning! I created a neural network with 3 layers to recognize hand drawn digits. It's trained on MNIST data from Kaggle: https://www.kaggle.com/code/hojjatk/read-mnist-dataset. For the activation function I used ReLU and for the output activation function I used Softmax. For loss I used cross entropy to calculate it and for the optimizer I used SGD. All of this is written in plane python except for numpy for the math..

About

I learn ML kind of

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published