Skip to content

Commit 759a455

Browse files
authored
Update README.md
1 parent 4c4e497 commit 759a455

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ A (WIP) list of Machine Learning algorithms in Python + tutorials with Keras. Cu
44

55
### Keras
66

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/))
88

99
### Classifiers
1010

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/))
1212

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/))
1414

1515
* Least Squares
1616

1717
* Requires numpy
1818

1919
* Includes plotting, which requires matplotlib
2020

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/))
2222

2323
* Includes Categorical and Numerical classifiers
2424

0 commit comments

Comments
 (0)