Build own Code Base and Thinking Base from daily work and study.
- solid(扎实)
- 只有落地的代码才能产生价值
- read source code
- study from code
- abstract(抽象)
- 代码上
- 总结抽象更好的写法
- 扎实,每个好的算法项目,都用代码实现下理解细节。落地,无论有多大困难,都要有一个结果。
- 形成自己的框架,在自己的框架上积累优化,初版虽然很挫,但是一定要有自己的,可以逐步迭代更新
- 理论上
- 前沿
- 论文、课程
- CS224N: Natural Language Processing with Deep Learning
- 基础
- 书籍
- 统计学习方法
- Learning From Data
- Pattern Recognition and Machine Learning
- 书籍
- 前沿
- 代码上
- 业务理解
- 分析业务痛点,寻找解决方法
- 利用技术解决业务问题
- Implement frequent used machine learning algorithms.
- DL tips
- Machine Learning Algorithms on Big Data Frames.
- Own tools & helper.
- Summary usage of popular ML tools. Like pandas, numpy, tensorflow, sklearn.
- Summary usage of popular Big Data tools. Like HadoopStreaming, SparkSQL
- Collect and study famous books and famous courses.