Skip to content

kjw227/nano

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nano

Easy to learn Python 3 neural network

Requirements

  • Python 3 (tested with 3.5)
  • numpy

Structure

  • Layer
  • Network
  • Connection
  • Trainer

How to use

  1. Add Layer objects to the Network object
  2. Add Connection to the layers
  3. Train the network with Trainer

Example

Take a look at two_moon.py

About

Easy to learn Python 3 neural network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%