Skip to content

Commit c9c83e7

Browse files
committed
docs(README): 更新简介
1 parent 82974bd commit c9c83e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[中文版本(Chinese version)](./README.zh-CN.md)
77

8-
Convolutional neural network based on numpy, modular design guarantees easy implementation of the model, which is suitable for the introduction of junior researchers in deep learning.
8+
Implementation of deep learning based on numpy, modular design guarantees easy implementation of the model, which is suitable for the introduction of junior researchers in deep learning.
99

1010
*A PyTorch example is also included.*
1111

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# 基于numpy的深度学习库
55

6-
基于`numpy`实现的卷积神经网络,模块化设计保证模型的轻松实现,适用于深度学习初级研究人员的入门
6+
基于`numpy`的深度学习实现,模块化设计保证模型的轻松实现,适用于深度学习初级研究人员的入门
77

88
*同时附带了PyTorch示例*
99

0 commit comments

Comments
 (0)