Neural is a work in progress neural network training library. I will publish it if and when it is in an usable state

features

currently implemented

  • a leaky ReLU
  • a sygmoid function
  • calculating the activation of a single neuron
  • halfway implemented calculation of fourier series activation’s for the network
  • backpropegation from a single neuron

planed

  • fully working forier seiries
  • docs
  • tests
  • efficient pipeline for training
  • publish it on crates.io
  • properly run a network
  • import and export networks #devlogabandoned