Skip to content

Releases: kim-marcel/basic_neural_network

add support for custom file names

25 Jun 10:28

Choose a tag to compare

  • nn can be saved under a custom file name
  • a custom file can be specified to load a nn

add support for genetic algorithms

23 May 22:27

Choose a tag to compare

  • add copy functionality
  • add mutate functionality
  • add functionality to merge two neural networks
  • changed JSON-library from Json.simple to Google Gson

add WrongDimensionException

28 Apr 21:29

Choose a tag to compare

  • add WrongDimensionException
  • this exception will be thrown when the inputs of the user don't match with the dimension of the neural network

add support for different activation functions

27 Apr 00:15
20f0840

Choose a tag to compare

Activation functions now available:

  • Sigmoid
  • Tanh
  • ReLu

improved guessing method

28 Mar 22:04

Choose a tag to compare

guess method now returns an array instead of a 2d array

added multi-layer support

10 Mar 01:04

Choose a tag to compare

Features added:

  • A NeuralNetwork can now have multiple hidden layers
  • readFromFile returns now a new NeuralNetwork

added save and read to/from JSON-file

07 Mar 14:45

Choose a tag to compare

Pre-release

Features added:

  • Saving a NeuralNetwork to a JSON-file
  • Reading a NeuralNetwork from a JSON-file

initial release

06 Mar 00:14
15e78a9

Choose a tag to compare

initial release Pre-release
Pre-release
v0.1-alpha

Update readme