Record the Learning Route of Computer Science 记录一下自己学习计算机知识的经历
- 狂刷LeetCode https://leetcode.cn/leetbook/
搞定大厂算法面试之leetcode精讲
学习算法和刷题的框架思维
- 这一部分学习了台湾大学李宏毅老师的课程:https://www.youtube.com/watch?v=gmsMY5kc-zw&list=PLJV_el3uVTsMhtt7_Y6sgTHGHp1Vb2P2J&index=11
- 对回归,分类,模型优化,CNN, Self-Attention,BERT,GAN,Autoencoder,Explainable AI,模型安全,强化学习,模型压缩,Meta Learning等领域有了一定的了解
- 同时参考了李沐老师的《动手学深度学习》(PyTorch版)进行了学习:https://zh-v2.d2l.ai/
- Step1: 根据Mozilla网站的学习路线过了一遍前端三大件:https://developer.mozilla.org/zh-CN/docs/Learn/Getting_started_with_the_web
- Step2: Follow React框架官网(https://react.docschina.org/tutorial/tutorial.html) 做了一个游戏demo
- Step3: 根据菜鸟教程(https://www.runoob.com/nodejs/nodejs-http-server.html) 学了一遍Node.js的知识
- Step4: 根据(http://codesohigh.com/subject/cms/) 做了一个企业管理系统,综合深化了学到的知识。
- Step5: 刷题去阿里实习。