Skip to content

Commit

Permalink
add a repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysy committed Apr 9, 2018
1 parent f694e6e commit 13fe1fe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
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
1 change: 1 addition & 0 deletions Interview-Notebook
Submodule Interview-Notebook added at 4bf4b2
13 changes: 10 additions & 3 deletions README.md
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.

0 comments on commit 13fe1fe

Please sign in to comment.