Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tranlethaison/NumpyNeuralNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

NumpyNeuralNet

As the man himself said "What I cannot create, I do not understand.".
So I try to built Neural Networks and training algorithms using only Numpy.

Densely connected NN

Train a MNIST model with [output_activation]_[Loss].

  • Sigmoid - MSE

    $ python test/dense.py sigmoid_mse train
  • Sigmoid - Cross-entropy

    $ python test/dense.py sigmoid_crossentropy train
  • Softmax - Log-likelihood

    $ python test/dense.py softmax_loglikelihood train

About

Neural Networks and training algorithms in Numpy, for learning purpose.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /