Skip to content

Commit 573a3c3

Browse files
author
Guled
authored
Updated README
1 parent 5bb2641 commit 573a3c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To contribute to an already existant algorithm within the framework, please crea
4242
- [x] [Lasso Regression](https://github.com/Somnibyte/MLKit/wiki/Lasso-Regression-Tutorial)
4343
- [x] [Ridge Regression](https://github.com/Somnibyte/MLKit/wiki/Ridge-Regression-Tutorial)
4444
- [x] [Neural Network AND logic Example](https://github.com/Somnibyte/MLKit/wiki/Neural-Network-AND-logic-Example)
45-
- [x] [Flappy Bird Example Project Explanation](https://github.com/Somnibyte/MLKit/wiki/Genetic-Algorithm-(Flappy-Bird-Game-Explanation))
45+
- [x] [Flappy Bird Example Project Explanation](https://github.com/Somnibyte/MLKit/wiki/Genetic-Algorithm-(Flappy-Bird-Game-Explanation)) (*Deprecated* ~ Will be updated soon using new Neural Network class)
4646
- [x] [Genetic Algorithms](https://github.com/Somnibyte/MLKit/wiki/Genetic-Algorithm)
4747

4848
## Example Project
@@ -55,7 +55,7 @@ To contribute to an already existant algorithm within the framework, please crea
5555

5656
### Roadmap:
5757

58-
- [ ] [Issue #2](https://github.com/Somnibyte/MLKit/issues/2)
58+
- [x] [Issue #2](https://github.com/Somnibyte/MLKit/issues/2)
5959
- [ ] KMeans++ Implementation
6060
- [ ] KMeans Clustering Documentation
6161
- [ ] Neural Network Documentation
@@ -76,7 +76,7 @@ To contribute to an already existant algorithm within the framework, please crea
7676
- [x] Simple Linear Regression (Allows for 1 feature set)
7777
- [x] Polynomial Regression (Allows for multiple features)
7878
- [x] Ridge Regression
79-
- [x] Neural Network (/w BackPropagation, Single Layer Perceptron, Multi-Layer Perceptron (1 Hidden Layer limit), and Single Layer Adaline
79+
- [x] Multi-Layer Feed Forward Neural Network
8080
- [x] K-Means Clustering
8181
- [x] Genetic Algorithms
8282
- [x] Allows for splitting your data into training, validation, and test sets.
@@ -94,10 +94,10 @@ To contribute to an already existant algorithm within the framework, please crea
9494

9595
## Development Schedule
9696

97-
### Week of April 3rd
97+
### Week of April 10rd
9898
|M|T|W|Th|F|
9999
|---|---|---|---|---|
100-
|Neural Network Revision ([Checkout Neural-Network-Revision](https://github.com/Somnibyte/MLKit/tree/neural-network-revision))|Neural Network Revision ([Checkout Neural-Network-Revision](https://github.com/Somnibyte/MLKit/tree/neural-network-revision))|Neural Network Revision ([Checkout Neural-Network-Revision](https://github.com/Somnibyte/MLKit/tree/neural-network-revision))|Neural Network Revision ([Checkout Neural-Network-Revision](https://github.com/Somnibyte/MLKit/tree/neural-network-revision))|Neural Network Revision ([Checkout Neural-Network-Revision](https://github.com/Somnibyte/MLKit/tree/neural-network-revision))
100+
|||||
101101

102102
----------------------------------------------
103103

0 commit comments

Comments
 (0)