intro-to-dl icon indicating copy to clipboard operation
intro-to-dl copied to clipboard

Resources for "Introduction to Deep Learning" course.

Results 15 intro-to-dl issues
Sort by recently updated
recently updated
newest added

"from keras.layers import concatenate" was updated to "from keras.layers import Concatenate" which caused error otherwise.

Are you interested in this? I am going through the course (on week 4 now) and can update this PR as I finish the assignments.

> Use pre-trained embeddings: you can use pre-trained weights from there to kickstart your Embedding layer. "there" in this sentence is a link to http://ahogrammer.com/2017/01/20/the-list-of-pretrained-word-embeddings/ Unfortunately it seems that ahogrammer...

Apparently, sklearn.cross_validation has been replaced with model_selection in newer versions. POS-task from week5 doesn't work in collab anymore