From charlesreid1

No edit summary
No edit summary
Line 6: Line 6:
[[Category:NN]]
[[Category:NN]]
[[Category:RNN]]
[[Category:RNN]]
[[Category:Keras]]

Revision as of 20:28, 30 March 2017

Neural network package in Python.

See https://github.com/charlesreid1/circe - specifically the examples using the NIST handwriting digit classification data set. This shows how to utilize Keras to train a neural network to perform dimensionality reduction, and further explores the manifold that the neural network identified for the different digits to better understand the neural network model.