Project description - adamkutak/neural-network-v1 GitHub Wiki

Welcome to the neural-network-v1 wiki!

functionality:

  • create, train, and test a neural network of any shape or type using just a few commands
  • tools to load in csv or npz file data to train/test the network
  • capability to save/load neural networks for later use
  • basic genetic algorithm concept (in progress)
  • neural net visualer using pyGame (in progress)