Skip to content

Releases: NormanTUD/asanAI

v1.7.2

04 Sep 15:38
Compare
Choose a tag to compare

Full Changelog: 1.7.1...v1.7.2

  • Fixed many small bugs
  • New FCNN feature: show internal states
  • Show tooltips for optimizers
  • Set default initializers to glorotUniform

v1.7.1

28 Aug 11:17
Compare
Choose a tag to compare

Full Changelog: v1.7.0...v1.7.1

Major changes:

  • Added new FCNN visualization mode (grabs internal status from predict and prints it to the site)
  • Fixed JS linter errors
  • Fixed webcam restart bug
  • Removed old FCNN visualization in favour of new one
  • Fixed many smaller bugs

1.7.0

17 Jul 12:00
Compare
Choose a tag to compare

Full Changelog: v1.6.9...v1.7.0

  • Fixes in asanai.js
  • New equations for optimizers in math mode
  • Special css class for small greek letters

v1.6.9

10 Jul 03:43
Compare
Choose a tag to compare

Full Changelog: v1.6.8...v1.6.9

Changes:

  • New SVG icons
  • Bugfixes in asanai.js
  • New method for grid visualization

v1.6.8

28 Feb 13:37
Compare
Choose a tag to compare

Full Changelog: v1.6.7...v1.6.8

  • Removed unused cosmo mode stuff from main
  • Better checks for CSV parsing
  • Better checks for CSV-from-function-creation method
  • More translations
  • Changed default fonts for graphs to sans-serif
  • Fixed temmlization of LaTeX equations (removing blocker div even when it failed)
  • Many errors to warnings

v1.6.7

22 Feb 12:39
Compare
Choose a tag to compare

Full Changelog: v1.6.6...v1.6.7

  • Fixed many bugs, including:
  • Detection of wrong language cookies
  • Not allowing user-select on LeNet
  • Adding typeassertions
  • Many new try/catch blocks that except when something is wrong (via assert, so that it can be logged)

v1.6.6

21 Feb 14:17
Compare
Choose a tag to compare

Full Changelog: v1.6.5...v1.6.6

  • Show parsing errors in CSV mode
  • More translations (especially in CSV mode)
  • Caught more errors
  • Upgraded TFJS version to the latest one (from 4.15.0 to 4.17.0)
  • Exporting Optimizer stuff to the new download functionality as well
  • Fixed bug when given wrong initializer values (like string constants instead of numbers)

v1.6.4

19 Feb 13:42
Compare
Choose a tag to compare

Full Changelog: v1.6.3...v1.6.4

Fixed bugs:

  • Missed quotes in asanai.js
  • Better checks for identify_layers()
  • More dynamic translations instead of hardcoded text
  • Fixed bug that displayed the wrong kernels while displaying internal layers
  • Many const to var
  • Removed specific version protobuf==3.20.0
  • Fixed bugs when all CSV inputs where X/Y (only one of them). Reset if that is the case
  • Allow downloading a better version of the network based on Expert Mode for local training
  • Cached is_tablet_mode (much faster!)
  • Some errors are now debug messages
  • Fixed kernel pixel size
  • Disable auto-one-hot-encoding by default in CSV input

v1.6.2

21 Dec 13:32
Compare
Choose a tag to compare

Full Changelog: v1.6.1...v1.6.2

  • Fixed many things in asanai.js
  • Moved many features over there from normal asanAI, fixed many log, warn, debug and error messages
  • Moved stuff in normal mode away from beginner to only expert mode

v1.6.1

14 Dec 13:10
Compare
Choose a tag to compare
  • New jQuery version
  • New TFJS version
  • New temml-version
  • No colorization anymore in math mode when using convolutions (to avoid stack error)
  • Fixed many bugs in asanai.js, cleaned up the code by a lot
  • Fixed some typos

Full Changelog: v1.6.0...v1.6.1