Skip to content

Commit 5f7d02c

Browse files
committed
docs: update readme
1 parent 8fa81a4 commit 5f7d02c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## 📝 Description
44

5-
This is a handmade convolutional neural network library, made in python, **using numpy as the only dependency**.
5+
This is a handmade deep learning framework library, made in python, **using numpy as its only external dependency**.
66

77
I made it to challenge myself and to learn more about deep neural networks, how they work _in depth_.
88

9-
The big part of this project, meaning the [Multilayer (MLP)](https://en.wikipedia.org/wiki/Multilayer_perceptron) part, was made in 4 hours and a half.
9+
The big part of this project, meaning the [Multilayer Perceptron (MLP)](https://en.wikipedia.org/wiki/Multilayer_perceptron) part, was made in 4 hours and a half.
1010

1111
I then decided to push it even further by adding [Convolutional Neural Networks (CNN)](https://en.wikipedia.org/wiki/Convolutional_neural_network) and [Recurrent Neural Networks (RNN)](https://en.wikipedia.org/wiki/Recurrent_neural_network).
1212

@@ -18,7 +18,7 @@ And, of course, I intend to improve the neural networks and add more features in
1818
- Many activation functions (sigmoid, tanh, relu, leaky relu, softmax, linear, elu, selu) 📈
1919
- Many loss functions (mean squared error, mean absolute error, categorical crossentropy, binary crossentropy, huber loss) 📉
2020
- Many optimizers (sgd, momentum, rmsprop, adam) 📊
21-
- Supports binary classification, multiclass classification and regression 📖
21+
- Supports binary classification, multiclass classification, regression and text generation 📚
2222
- Save and load models 📁
2323
- Simple to use 📚
2424

0 commit comments

Comments
 (0)