chenghong-lin-nu / blog

个人技术博客,博文写在issue里。
0 stars 0 forks source link

DLND-Week4 #10

Open chenghong-lin-nu opened 6 years ago

chenghong-lin-nu commented 6 years ago

Intro to Recurrent Neural Networks

Intro to RNN(循环神经网络)

LSTMs(长短期记忆)

字符RNN

序列分批

chenghong-lin-nu commented 6 years ago

Understanding LSTM Networks

image

The Problem of Long-Term Dependencies

LSTM Networks

The Core Idea Behind LSTMs

Step-by-Step LSTM Walk Through

image

chenghong-lin-nu commented 6 years ago

Hyperparameters

Learning Rate

Exponential Decay

Adaptive Learning Rate(自适应学习率)

Minibatch Size

Number of Training Iterations / Epochs(训练次数)

Number of Hidden Units / Layers

RNN Hyperparameters

LSTM vs GRU

chenghong-lin-nu commented 6 years ago

Embeddings and Word2vec

Embeddings Intro

Word Embeddings

Implementing Word2Vec

Word2Vec

chenghong-lin-nu commented 6 years ago

Q&A with FloydHub Founders

Start off as a generalist, try out a few things, and if you really like an area, become an specialist in that.

chenghong-lin-nu commented 6 years ago

Sentiment Prediction RNN

Sentiment RNN