We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c57546 commit 5cb3cc2Copy full SHA for 5cb3cc2
README.md
@@ -78,6 +78,7 @@ To contribute to an already existant algorithm within the framework, please crea
78
- [x] Ridge Regression
79
- [x] Neural Network (/w BackPropagation, Single Layer Perceptron, Multi-Layer Perceptron (1 Hidden Layer limit), and Single Layer Adaline
80
- [x] K-Means Clustering
81
+- [x] Genetic Algorithms
82
- [x] Allows for splitting your data into training, validation, and test sets.
83
- [x] K-Fold Cross Validation & Ability to test various L2 penalties for Ridge Regression
84
- [x] Single Layer Perceptron, Multi-Layer Perceptron, & Adaline ANN Architectures
0 commit comments