Machine learning provides computer algorithms that automatically discover patterns in data and make intelligent decisions from them.
7
votes
2answers
691 views
Python neural network: arbitrary number of hidden nodes
I'm trying to write a neural network that only requires the user to specify the dimensionality of the network. Concretely, the user might define a network like this:
...