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 659fd15 commit 31a6de0Copy full SHA for 31a6de0
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## ai — 2024-12-28
4
+
5
+### Added
6
7
+- Added examples on "Perceptron" - single layer neural network ([#659fd15](https://www.github.com/joshiayush/ai/commit/659fd15))
8
+- Added implementation of "Perceptron" - single layer neural network ([#c6afcc5](https://www.github.com/joshiayush/ai/commit/c6afcc5))
9
+- Added `statistic` calculating functions to `ai.stats` module (#20) ([#ae05cf1](https://www.github.com/joshiayush/ai/commit/ae05cf1))
10
11
+## docs — 2024-12-28
12
13
14
15
+- Added a __Support Vector Machine__ model trained for face recognition ([#912c4c2](https://www.github.com/joshiayush/ai/commit/912c4c2))
16
17
18
## ai — 2024-01-04
19
20
### Added
0 commit comments