在本课中我们会深入训练环节细节来讲解什么是反向传递。在此基础上,我们会手写一个简单的神经网络
我们还将深入观察embedding层的参数,看看模型学到了哪些关于类别变量的知识。这些知识将帮助我们识别那些需要权利回避的电影...
尽管embeddings的知名度在自然语言word embeddings领域里是最高的,但在广义的类别变量问题的背景下,如表格数据问题或者是推荐算法问题里,他们的重要性不容小觑。他们甚至在非神经网络模型里也有杰出表现。
- 第六课 笔记 - 感谢 @PoonamV
- 第六课 详尽笔记 - 感谢 @hiromi
- Notebooks:
- Excel spreadsheets:
- collab_filter.xlsx; Google Sheets full version; 在需要运行 solver时,请使用Google Sheets short-cut 版本并按照@Moody的指南操作
- graddesc: Excel version ; Google sheets version
- entropy_example.xlsx
- Lesson 5 in-class discussion thread
- Lesson 5 advanced discussion
- Links to different parts in video by @melonkernel
- NY Times Article - Finally, a Machine That Can Finish Your Sentence
- Netflix and Chill: Building a Recommendation System in Excel - Latent Factor Visualization in Excel blog post
- An overview of gradient descent optimization algorithms - Sebastian Ruder