Skip to content

Releases: izzat5233/fruit-classifier-wasm

Version 0.6.0

25 Dec 23:51
Compare
Choose a tag to compare
  • Many major frontend features implemented.
  • Structure & Advanced Controls panels for setting up the network.
  • Data Preparation panel for uploading files and performing any necessary encoding on the data.
  • Codec Class in the frontend responsible for encoding/decoding data with categorical columns, only numerical data should be passed to the backend.
  • Training panel features many functionalities for customizing the training process (speed, epochs...) and an Error Chart displaying training & testing errors in real time.
  • Testing panel shows the predictions and allows for custom tests.

Version 0.5.0

18 Dec 18:33
Compare
Choose a tag to compare
  • First fully functioning release.
  • Website is ready to use, data can be trained and tested.
  • Some frontend features still need to be added.

Version 0.4.0

16 Dec 15:47
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • Emscripten Complete Interface.
  • Frontend can now fully control the Network in Wasm.
  • D3.js for Network & Data Visualization.
  • Interface is ready, frontend is all whats left.

Version 0.3.0

11 Dec 23:40
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • Frontend using Hugo static generator.
  • Full GitHub Actions pipeline ready to Test, Build, and Deploy.
  • Emscripten wasm-compiler Integration.
  • You can start writing WebAssembly!

Version 0.2.0

09 Dec 00:17
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release
  • First successful training.
  • Comprehensive tests for all classes.
  • Loss functions.
  • XOR successful training example.
  • No Web Assembly yet.
  • No fruit classification dataset yet.

Version 0.1.0

27 Nov 22:47
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
  • Core library is ready.
  • All neural network components are implemented.
  • No tests.
  • No training data.
  • No web assembly.