-
questions: https://github.com/jinzishuai/learn2deeplearn/blob/master/deeplearning.ai/C4.CNN/week2_DeepModelCaseStudy/quiz.pdf
-
ref: https://github.com/jinzishuai/learn2deeplearn/blob/master/deeplearning.ai/C4.CNN/week2_DeepModelCaseStudy/hw/KerasTutorial/Keras%2B-%2BTutorial%2B-%2BHappy%2BHouse%2Bv1.ipynb
-
quiz: https://github.com/jinzishuai/learn2deeplearn/blob/master/deeplearning.ai/C4.CNN/week1_foundations/Quiz.pdf
![image](https://user-images.githubusercontent.com/1074685/32360197-27c1e9b0-c019-1…
-
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug…
-
i train the model in k40 with gpu0-4,but the rate is about '40 sents/s' every piece of card。the rate is so low comparing to the training process with single card。
batch_size=128
maxlen=50
-
Hi All @jaredleekatzman @vanAmsterdam @dareneiri ,
I am a beginner for using python and really hope to apply this great package. Questions below may seem stupid but I am trying to find a way out..…
-
Instead of running it in the notebook on coursera site directly.
# First, we need to download/mirror their site
![image](https://user-images.githubusercontent.com/1074685/31364815-9976af9e-ad24-11…
-
```
seki@seki-VirtualBox:~/src/learn2deeplearn/deeplearning.ai/C1.NN_DL/week2$ python3 Logistic+Regression+with+a+Neural+Network+mindset+v4.py
Traceback (most recent call last):
File "Logistic+R…
-
I'm receiving following errors when checking if CUDA works on my conda theano build.
```
THEANO_FLAGS=device=gpu python -c "import theano; print(theano.sandbox.cuda.device_properties(0))"
Tr…
-
In Quiz #27