Skip to content

Commit bf1195e

Browse files
committed
refine
1 parent 3c9a14c commit bf1195e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thư viện học sâu triển khai theo khóa học https://dlsyscourse.org
66

77
- **kim/ops.py** các thao tác trên `Tensor`, gồm hàm `compute` để tính toán giá trị forward, và `gradient` để tính toán giá trị backward.
88

9-
![](files/forward.png)
9+
![](docs/files/forward.png)
1010
*Sơ đồ gọi các hàm trong Tensor forward (Value và Op có thể bỏ qua)*
1111

1212

@@ -20,10 +20,10 @@ Thư viện học sâu triển khai theo khóa học https://dlsyscourse.org
2020

2121
- **kim/nn.py** các modules xây dựng nên mạng nơ-ron
2222

23-
![](files/overview.png)
23+
![](docs/files/overview.png)
2424

2525
## Các modules của mạng nơ-ron
26-
![](files/modules.png)
26+
![](docs/files/modules.png)
2727
*Kiến trúc của một mạng nơ-ron (multi-layer residual)*
2828

2929
Note: hình tròn là tensor, hình chữ nhật là module. Module đơn vị được cấu thành từ các tensors và các phép toán trên tensors. Các module kết hợp với nhau tạo nên module mức cao hơn (phức tạp hơn).
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)