为什么Lasso会导致部分特征系数为0而Ridge则不会?
3 sources of error
3 sources of error in machine learning
LSTM Mxnet Implementation
Manual implementation of LSTM
GRU MXNET Implemetation
Manual implementation of GRU
RNN MXNET Implementation
Manual implementation of RNN
Structuring Machine Learning Projects
This is course note of the deep learning specialization at lectured by Andrew Ng.
Improving Deep Neural Networks
This is course note of the deep learning specialization at lectured by Andrew Ng.
Neural Networks and Deep Learning
This is course note of the deep learning specialization at lectured by Andrew Ng.
Trigger word detection
applying deep learning to speech recognition
Neural Machine Translation with Attention
Practice of attention model, You will build a Neural Machine Translation (NMT) model to translate human readable dates ("25th of June, 2009") into machine readable dates ("2009-06-25"). You will do this using an attention model, one of the most sophisticated sequence to sequence models.