jorgenkg / python-neural-network

This is an efficient implementation of a fully connected neural network in NumPy. The network can be trained by a variety of learning algorithms: backpropagation, resilient backpropagation and scaled conjugate gradient learning. The network has been developed with PYPY in mind.
BSD 2-Clause "Simplified" License
297 stars 98 forks source link

Neural Network Support for python 3.5? #16

Closed pablofernandezorg closed 7 years ago

pablofernandezorg commented 7 years ago

Does this program have support for Python 3.5?

If not, I will be pushing new commits with version changes needed.

jorgenkg commented 7 years ago

No, the code targets Python 2.7