All Projects → xixiaoyao → Cs224n Winter Together

xixiaoyao / Cs224n Winter Together

Licence: apache-2.0
an Open Course Platform for Stanford CS224n (2020 Winter)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cs224n Winter Together

Cs231
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 317 (-15.24%)
Mutual labels:  stanford, neural-networks
Cppflow
Run TensorFlow models in C++ without installation and without Bazel
Stars: ✭ 357 (-4.55%)
Mutual labels:  neural-networks
Dgi
Deep Graph Infomax (https://arxiv.org/abs/1809.10341)
Stars: ✭ 326 (-12.83%)
Mutual labels:  neural-networks
Amazon Forest Computer Vision
Amazon Forest Computer Vision: Satellite Image tagging code using PyTorch / Keras with lots of PyTorch tricks
Stars: ✭ 346 (-7.49%)
Mutual labels:  neural-networks
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (-12.83%)
Mutual labels:  neural-networks
Stanford Openie Python
Stanford Open Information Extraction made simple!
Stars: ✭ 348 (-6.95%)
Mutual labels:  stanford
Lightnet
🌓 Bringing pjreddie's DarkNet out of the shadows #yolo
Stars: ✭ 322 (-13.9%)
Mutual labels:  neural-networks
Nn vis
A project for processing neural networks and rendering to gain insights on the architecture and parameters of a model through a decluttered representation.
Stars: ✭ 343 (-8.29%)
Mutual labels:  neural-networks
Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (-4.55%)
Mutual labels:  neural-networks
Tbd Nets
PyTorch implementation of "Transparency by Design: Closing the Gap Between Performance and Interpretability in Visual Reasoning"
Stars: ✭ 345 (-7.75%)
Mutual labels:  neural-networks
Paragraph Vectors
📄 A PyTorch implementation of Paragraph Vectors (doc2vec).
Stars: ✭ 337 (-9.89%)
Mutual labels:  neural-networks
Mace Models
Mobile AI Compute Engine Model Zoo
Stars: ✭ 329 (-12.03%)
Mutual labels:  neural-networks
Brevitas
Brevitas: quantization-aware training in PyTorch
Stars: ✭ 343 (-8.29%)
Mutual labels:  neural-networks
Deepspeech
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Stars: ✭ 18,680 (+4894.65%)
Mutual labels:  neural-networks
Handwriting Generation
Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).
Stars: ✭ 361 (-3.48%)
Mutual labels:  neural-networks
Probability
Probabilistic reasoning and statistical analysis in TensorFlow
Stars: ✭ 3,550 (+849.2%)
Mutual labels:  neural-networks
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+851.07%)
Mutual labels:  neural-networks
Cyclegan
Tensorflow implementation of CycleGAN
Stars: ✭ 348 (-6.95%)
Mutual labels:  neural-networks
Tf 2.0 Hacks
Contains my explorations of TensorFlow 2.x
Stars: ✭ 369 (-1.34%)
Mutual labels:  neural-networks
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: ✭ 367 (-1.87%)
Mutual labels:  neural-networks

CS224N-winter-together

CS224n-winter-together(又叫Stanford CS224n追剧计划)是由微信公众号 夕小瑶的卖萌屋 发起的开源课程学习项目,本项目旨在为大家提供一个课程笔记、感悟与延伸、课程作业与project的分享与内容沉淀平台,每个人均可将自己的笔记、感悟、作业等提交到该repo下面对应课程的文件夹底下,来方便大家参考学习,具体细节见提交流程。另外,鼓励大家以markdown格式进行提交以免repo大小增长过快。

本项目在2020年斯坦福大学开设的自然语言处理课程CS224n的基础上建立,注意,由于2020年的视频现在没有对外放出,因此视频资料是2019年的(不过连线斯坦福的小伙伴问了一下,区别不大,PPT也更新不大),其他资料均为今年的。

Stanford CS224n官方课程主页:http://web.stanford.edu/class/cs224n

关于该计划的详细攻略见 这里

项目目录

.
├── Lectures(课程资料)
│   ├── Class 1. Introduction and Word Vectors
|   |    ├── video(教学视频,配中英双语字幕) 
│   │    ├── slides (课件)
│   │    ├── additional readings(推荐阅读)
│   │    ├── FAQ(问题总结,整理自微信讨论群)
│   │    └── notes(官方笔记)
│   ├── Class ...
│   └── Class N 
│
├─── Assignments(课程作业)
│    ├─- Assignment 1
│    │   └── upload(大家在该目录上传自己完成的作业)
│    ├─- Assignment ...
│    └── Assignment N 
│
├─── Feature Notes(第三方笔记、感悟和延伸文章)
│    └── upload(大家在该目录上传自己完成的笔记、感悟和延伸文章,请务必保证原创)
│
└─── Projects(项目实战)
     └── upload(大家在该目录上传自己队伍完成的实战项目,目前暂未开放)

课程计划

微信公众号夕小瑶的卖萌屋将每周推送两集课程视频(中英双语字幕)和对应的官方ppt/笔记/推荐阅读材料等,并发布课后作业。

推送计划(英文目录):

推送计划(中文目录):

个人笔记、感悟和作业提交流程

请务必保证原创!若发现其他同学的笔记、作业等提交中有错误,鼓励提PR修复。另外,鼓励大家在上传的原创资料中留下联系方式,以便学习讨论和错误纠正。

提交流程:

step 1. fork项目并将个人仓库中的项目git clone到本地。

step 2. 在本地项目仓库中添加提交笔记、作业和课程项目到对应文件夹中,然后完成git add(文件添加)和git commit(本地提交)。

注意:cs224n的作业位于Assignments目录下,个人笔记和感悟位于FeatureNotes目录下,课程项目位于Project目录下。这三个目录均为开放性目录,每个人均可通过pull request来完成提交。提交细节请参考对应目录下的README文件。

step 3. 在本地完成的提交后,通过git push将本地提交推送至自己的github远程仓库后,发起pull request

关于作业提交的详细git教程见 这里

课前准备FAQ

  1. 我想看往年的课件和讲义,去哪儿下载?

    答:http://web.stanford.edu/class/cs224n/

  2. 现在的课程视频哪里有?

    答:目前公开的最新视频是2019年的,在youtubeB站上都有。推荐关注微信公众号『夕小瑶的卖萌屋』,我们会每周更新两节课,推送课件和字幕校对后的视频。

  3. 我在学习过程中有一些疑问,怎么办?

    答:建议首先在issues里面搜索相关问题,看看有没有帮助。仍然不能解决的,可以通过微信交流群(推荐)或github issue提出问题,我们会及时解答和归档。每节课归档后的问题集在对应的『问题』目录下面,供大家复习。

  4. 有没有免费的GPU可以用来完成作业?

    答:我们推荐使用AiStudio、Colab和Kaggle Kernel。具体教程可以百度or谷歌一下。


极力建议大家加入夕小瑶@Stanford CS224n追剧群与上千小伙伴一起打卡交流学习,通过微信交流群(推荐)或github issue提出的问题,我们将定期精选并在每期的订阅号文章推送和本github项目中沉淀。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].