Skip to content

Releases: ntoll/sann

1.0.2

27 Jul 16:18

Choose a tag to compare

  • Removed the unused tlu function.
  • Updated tests to reflect this change.
  • Minor documentation tidy-ups.

1.0.1

25 Jul 09:59

Choose a tag to compare

  • API naming clarification:
    • Renamed clean_ann to clean_network.
    • Renamed create_ann to create_network.
  • Documentation refinement.

1.0.0

24 Jul 13:37

Choose a tag to compare

  • Initial release.
  • Docs at https://sann.readthedocs.org/.
  • Full test coverage.
  • Two examples:
    • digit recognition - character recognition via supervised backpropagation training.
    • snAIke - play the SNAKE game via unsupervised neuro-evolution training.
  • Blog post exploring the concepts: Behind the AI Curtain