forked from ShanghaiTechAIClub/DLInterview
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "Interview-Notebook"] | ||
path = Interview-Notebook | ||
url = https://github.com/CyC2018/Interview-Notebook.git |
Submodule Interview-Notebook
added at
4bf4b2
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,17 @@ | ||
# DL Interview 深度学习面试题收集 | ||
|
||
1. [数学相关(Math)](./Math.md) | ||
2. [机器学习基础相关(ML)](./DL_Questions.md) | ||
3. [深度学习相关(DL)](./ML_Questions.md) | ||
2. [机器学习基础相关(ML)](./ML_Questions.md) | ||
3. [深度学习相关(DL)](./DL_Questions.md) | ||
4. [计算机视觉相关(CV)](./CV_Questions.md) | ||
5. [基础算法题相关(AL)](./Algorithms.md) | ||
6. [算法语言相关(LA)](./Language.md) | ||
|
||
本项目正在收集题目中,欢迎PR. | ||
# 技术面试基础知识整理(From CyC2018) | ||
|
||
| Ⅰ | Ⅱ | Ⅲ | Ⅳ | Ⅴ | Ⅵ | Ⅶ | Ⅷ | Ⅸ | Ⅹ | | ||
| :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | :-------:| :------:| | ||
|网络[:cloud:](#网络-cloud) |操作系统[:computer:](#操作系统-computer)| 算法[:pencil2:](#数据结构与算法-pencil2)| 面向对象[:couple:](#面向对象-couple) |数据库[:floppy_disk:](#数据库-floppy_disk)| Java [:coffee:](#java-coffee)| 分布式[:sweat_drops:](#分布式-sweat_drops)| 工具[:hammer:](#工具-hammer)| 编码实践[:speak_no_evil:](#编码实践-speak_no_evil)| 后记[:memo:](#后记-memo) | | ||
</br> | ||
|
||
本项目正在收集题目中,欢迎PR. |