All Projects → kingtaurus → Cs224d

kingtaurus / Cs224d

Licence: mit
CS224D Assignments

Projects that are alternatives of or similar to Cs224d

Makeittalk
Stars: ✭ 105 (-0.94%)
Mutual labels:  jupyter-notebook
Research Methods For Data Science With Python
Research Methods for Data Science with Python
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Msu Datascience Ml Tutorial 2018
Machine learning with Python tutorial at MSU Data Science 2018
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Cross Lingual Voice Cloning
Tacotron 2 - PyTorch implementation with faster-than-realtime inference modified to enable cross lingual voice cloning.
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Self Driving Car
A End to End CNN Model which predicts the steering wheel angle based on the video/image
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Interview
深度学习面试汇总,基本知识点的查漏补缺
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Intro machine learning
Introduction to Machine Learning, a series of IPython Notebook and accompanying slideshow and video
Stars: ✭ 105 (-0.94%)
Mutual labels:  jupyter-notebook
Jupyterworkflow
Reproducible Data Analysis Workflow in Jupyter
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow 2.0 Quick Start Guide
Tensorflow 2.0 Quick Start Guide, published by Packt
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Ml Course Hse
Машинное обучение на ФКН ВШЭ
Stars: ✭ 1,800 (+1598.11%)
Mutual labels:  jupyter-notebook
Tianchi Antaicup International E Commerce Artificial Intelligence Challenge
1st place solution for the AntaiCup-International-E-commerce-Artificial-Intelligence-Challenge
Stars: ✭ 104 (-1.89%)
Mutual labels:  jupyter-notebook
Harry potter nlp
Harry Potter and the Allocation of Dirichlet
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Cc6204
Material del curso de Deep Learning de la Universidad de Chile
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Time Series Forecasting With Python
A use-case focused tutorial for time series forecasting with python
Stars: ✭ 105 (-0.94%)
Mutual labels:  jupyter-notebook
Dog Breeds Classification
Set of scripts and data for reproducing dog breed classification model training, analysis, and inference.
Stars: ✭ 105 (-0.94%)
Mutual labels:  jupyter-notebook
Ipywidgets Static
[obsolete] Static Widgets for IPython Notebooks
Stars: ✭ 105 (-0.94%)
Mutual labels:  jupyter-notebook
Stream
STREAM: Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Caffe Excitationbp
Implementation of Excitation Backprop in Caffe
Stars: ✭ 106 (+0%)
Mutual labels:  jupyter-notebook
Are You Fake News
Bias detection in the news. Back and front end for areyoufakenews.com
Stars: ✭ 105 (-0.94%)
Mutual labels:  jupyter-notebook
Sklearn tutorial
Materials for my scikit-learn tutorial
Stars: ✭ 1,521 (+1334.91%)
Mutual labels:  jupyter-notebook

Stanford CS224D: Deep Learning for Natural Language Processing

CS224D Assignments; Assignment's Page

Notes

  • Certain featuers may require a compiler to be installed: Visual Studio C++, GCC, clang
  • Code base is stored in separate assignment directories; might contain ipython notebooks used for running and displaying results;
  • Assignment will contain a small number of python modules (and possibly test scripts)
  • Assignment directories might have a dataset directory (with either a scripts to download datasets, or at least details on how to get datasets);

Assignment 1Build Status

See Assignment1 README.md

  • Softmax
  • Neural Network Basics
  • word2vec
  • Sentiment Analysis

Assignment 2

See Assignment2 README.md

  • TensorFlow Softmax (coding)
  • TensorFlow NER Window Model (coding and theory)
  • TensorFlow RNN Language Model (coding and theory)

Assignment 3

See Assignment3 README.md

  • TensorFlow Recursive Neural Network (RNN) and Sentiment Analysis

Old Assignments

Assignments from 2015.

Assignment 1

See Assignment1 README.md

  • Softmax
  • Neural Network Basics
  • word2vec
  • Sentiment Analysis

Assignment 2

See Assignment2 README.md

  • Boolean Logic
  • Deep Network (for Named Entity Recognition)
  • Recurrent Neural Networks (Language Modeling)

Assignment 3

See Assignment3 README.md

  • Recursive Neural Network
  • 2-Layer Deep RNN
  • Recursive Neural Tensor Networks (Extra Credit)
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].