All Projects → caijie12138 → Cs224n 2019

caijie12138 / Cs224n 2019

Stanford cs224n 2019 homework

Projects that are alternatives of or similar to Cs224n 2019

Libpysal
Core components of Python Spatial Analysis Library
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Hands On Machine Learning
A series of Jupyter notebooks with Chinese comment that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
Stars: ✭ 1,363 (+1263%)
Mutual labels:  jupyter-notebook
Machinelearning
Machine learning and artificial intelligence
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Deeplearning
Python implementation of Deep Learning book
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Advisor
Open-source implementation of Google Vizier for hyper parameters tuning
Stars: ✭ 1,359 (+1259%)
Mutual labels:  jupyter-notebook
Dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Stars: ✭ 9,681 (+9581%)
Mutual labels:  jupyter-notebook
Pyspark Predictive Maintenance
Predictive Maintenance using Pyspark
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Tutorials
This is a repo for all the tutorials put out by H2O.ai. This includes learning paths for Driverless AI, H2O-3, Sparkling Water and more...
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Neural Tangents
Fast and Easy Infinite Neural Networks in Python
Stars: ✭ 1,357 (+1257%)
Mutual labels:  jupyter-notebook
Bottom Up Attention.pytorch
An PyTorch reimplementation of bottom-up-attention models
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Bayarea Dl Summerschool
Torch notebooks and slides for the Bay Area Deep Learning Summer School
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Quant at
Python version of Dr. Ernie Chan's Matlab code and some inspired from Robert Carver's, plus some raw data downloaders
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Fortran magic
An extension for IPython/Jupyter that helps to use Fortran in your interactive session.
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Noisy labels
TRAINING DEEP NEURAL-NETWORKS USING A NOISE ADAPTATION LAYER
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Seesawfacenet pytorch
offical seesawfacenet pytorch implement, https://arxiv.org/abs/1908.09124
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Btctrading
Time Series Forecast with Bitcoin value, to detect upward/down trends with Machine Learning Algorithms
Stars: ✭ 99 (-1%)
Mutual labels:  jupyter-notebook
Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+11718%)
Mutual labels:  jupyter-notebook
Deepeeg
Deep Learning with Tensor Flow for EEG MNE Epoch Objects
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Scientificsummarizationdatasets
Datasets I have created for scientific summarization, and a trained BertSum model
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook
Synaptic Flow
Stars: ✭ 100 (+0%)
Mutual labels:  jupyter-notebook

seq2seq(attention)模型可参考

实现了一揽子模型

  • 1、NNLM(经典中的经典了)

  • 2、Word2Vec

  • 3、TextCNN

  • 4、TextRNN

  • 5、Seq2Seq

  • 6、Seq2Seq(Attention)

  • 7、BiLSTM

  • 8、BiLSTM(Attention)

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].