-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #418 from HuangFuSL/re-organize
Update: re-organize navigation and clean up
- Loading branch information
Showing
26 changed files
with
46 additions
and
3,733 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,5 @@ __pycache__/* | |
|
||
# Jupyter Notebook | ||
.ipynb_checkpoints | ||
.ipynb_checkpoints | ||
.venv |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
nav: | ||
- index.md | ||
- SVG动画: svg.md | ||
- Leetcode题解: leetcode | ||
- Python: | ||
- 语法: python | ||
- matplotlib: matplotlib | ||
- 手撕系列: dl-from-scratch | ||
- Rust: | ||
- 语法: rust | ||
- GUI: rust-gui | ||
- 机器学习: machine-learning | ||
- 强化学习: reinforcement-learning | ||
- 数据结构: dsa | ||
- 系统配置: configuration | ||
- 编程语言: | ||
- Python: python | ||
- Rust: | ||
- 语法: rust | ||
- GUI: rust-gui | ||
- 算法: | ||
- 数据结构: dsa | ||
- Leetcode题解: leetcode | ||
- 机器学习: | ||
- 机器学习: machine-learning | ||
- 深度学习: dl-from-scratch | ||
- 强化学习: reinforcement-learning | ||
- 其他: | ||
- SVG动画: svg.md | ||
- 系统配置: configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
--- | ||
hide: | ||
- navigation | ||
- toc | ||
--- | ||
|
||
# 手撕系列 | ||
# 深度学习 | ||
|
||
## 神经网络层 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
--- | ||
hide: | ||
- navigation | ||
- toc | ||
|
||
--- | ||
|
||
# 数据结构 | ||
|
||
以下整理了邓俊辉老师《数据结构》课程的内容: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
nav: | ||
- index.md | ||
- Python Style Guide: pyguide.md | ||
- 关闭运行的线程: killable-thread.md | ||
- 魔术方法: magic-functions.md | ||
- Python中的序列类型: sequence.md | ||
- Python中的映射类型: mapping.md | ||
- Python中的字节类型: bytes.md | ||
- Python中的函数: functions.md | ||
- 函数装饰器与闭包: decorator.md | ||
- Python实用工具: snippets |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.