1.0.0 • Published 2 years ago

ga-autoencoder v1.0.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 years ago

ga-autoencoder

Library to build and run auto-encoder neural network powered by genetic algorithm or GPU.

npm Package Version

Two modes are supported currently.

brain.js based: neural network with GPU support

ga-island based: compact neural network with mirrored weightings and biases (half amount of parameters to be trained)

Usage examples reference to ga.spec.ts and brain.spec.ts

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others