File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ A (WIP) list of Machine Learning algorithms in Python + tutorials with Keras. Cu
4
4
5
5
### Keras
6
6
7
- * k-Fold Validation ([ Blog Post] ( https://antmarakis.github.io/keras-k-fold/ ) )
7
+ * k-Fold Validation ([ Blog Post] ( https://antmarakis.github.io/artificial%20intelligence/ keras-k-fold/ ) )
8
8
9
9
### Classifiers
10
10
11
- * k-Nearest Neighbors ([ Blog Post] ( https://antmarakis.github.io/k-nearest-neighbors/ ) )
11
+ * k-Nearest Neighbors ([ Blog Post] ( https://antmarakis.github.io/artificial%20intelligence/ k-nearest-neighbors/ ) )
12
12
13
- * Perceptron ([ Theory] ( https://antmarakis.github.io/perceptron-theory/ ) , [ Implementation] ( https://antmarakis.github.io/perceptron-implementation/ ) )
13
+ * Perceptron ([ Theory] ( https://antmarakis.github.io/artificial%20intelligence/ perceptron-theory/ ) , [ Implementation] ( https://antmarakis.github.io/artificial%20intelligence /perceptron-implementation/ ) )
14
14
15
15
* Least Squares
16
16
17
17
* Requires numpy
18
18
19
19
* Includes plotting, which requires matplotlib
20
20
21
- * Naive Bayes Classifier ([ Categorical] ( https://antmarakis.github.io/naive-bayes-cat-intro/ ) , [ Numerical] ( https://antmarakis.github.io/naive-bayes-num-intro/ ) )
21
+ * Naive Bayes Classifier ([ Categorical] ( https://antmarakis.github.io/artificial%20intelligence/ naive-bayes-cat-intro/ ) , [ Numerical] ( https://antmarakis.github.io/artificial%20intelligence /naive-bayes-num-intro/ ) )
22
22
23
23
* Includes Categorical and Numerical classifiers
24
24
You can’t perform that action at this time.
0 commit comments