Skip to content

Commit 31a6de0

Browse files
committed
Updated changelog
Signed-off-by: Ayush Joshi <[email protected]>
1 parent 659fd15 commit 31a6de0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

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+
### Added
14+
15+
- Added a __Support Vector Machine__ model trained for face recognition ([#912c4c2](https://www.github.com/joshiayush/ai/commit/912c4c2))
16+
17+
318
## ai — 2024-01-04
419

520
### Added

0 commit comments

Comments
 (0)