Keras: Difference between revisions
From charlesreid1
(Created page with "Neural network package in Python") |
No edit summary |
||
| Line 1: | Line 1: | ||
Neural network package in Python | 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. | |||
[[Category:NN]] | |||
[[Category:RNN]] | |||
Revision as of 20:21, 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.