https://github.com/bamless/machine-learning-experiments
https://github.com/bamless/machine-learning-experiments
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bamless/machine-learning-experiments
- Owner: bamless
- Created: 2021-09-27T22:51:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T23:22:32.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T21:15:14.818Z (over 1 year ago)
- Language: Processing
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine learning experiments
This repo contains some experiments that I made with machine learning algorithm. They require
[Processing version 3](https://processing.org/download) to be run.
The directories contain:
- PerceptronLearning: Experiments on a simple perceptron neural network
- Genetic: Experiments with genetic algorithims on a multilayer neural network