https://github.com/yangboz/as3machinelearning
A pure AS3 library on Machine Learning.
https://github.com/yangboz/as3machinelearning
Last synced: 6 months ago
JSON representation
A pure AS3 library on Machine Learning.
- Host: GitHub
- URL: https://github.com/yangboz/as3machinelearning
- Owner: yangboz
- License: mit
- Created: 2013-03-01T15:34:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-14T09:09:54.000Z (over 11 years ago)
- Last Synced: 2025-02-08T05:18:02.394Z (8 months ago)
- Language: ActionScript
- Homepage:
- Size: 586 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
as3MachineLearning
==================A pure AS3 library on Machine Learning.
* AS3 Example
https://github.com/yangboz/glowing-avenger/
* ASDOC
http://htmlpreview.github.io/?https://github.com/yangboz/as3MachineLearning/blob/master/target/asdoc/index.html
* Reference
Google code:https://code.google.com/p/as3learning/
* Maven repository
http://repository-godpaper.forge.cloudbees.com/snapshot/com/godpaper/as3/as3MachineLearning/
* Genetic Algorithms
http://www.wardsystems.com/ga101.asp
http://www.obitko.com/tutorials/genetic-algorithms/ga-basic-description.php
http://www.ai-junkie.com/ga/intro/gat1.html
History
==================A machine learning package, eventually to be a repository of several frameworks and classes, for now contains a limited selection of implemented frameworks.
* Currently implemented
>* Genetic algorithm framework
>* Markov chain implementation
>* code examples
* Intended Future Components
>* Neural Net framework
>* Bayesian classification
These classes depend on the polygonal labs datastructures project
These frameworks are intended to be easily extended and integrated into other projects.
Contributions from other developers are welcome.
Great thanks and contact sshipman@gmail.com