Skip to content

v0.0.1-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@ooples ooples released this 23 Sep 20:04
· 109 commits to master since this release

Full Changelog: https://github.com/ooples/AiDotNet/commits/v0.0.1-preview

This is a prerelease version to showcase our approach for making ai super easy for any user to use or customize. The typical ai process is split up into many steps such as preparing the data, creating a training set, calculating metrics on the untrained set to get a good idea about how accurate the trained model is, and generating new predictions for the untrained set or new data. We eliminate all of that and handle all of it in the backend but allow full customization to be able to tweak any part of the normal processes. Please share your feedback and let us know how we can improve this library. We will be adding new algorithms once we get some solid feedback on our software design.