Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author | user:1234 user:me (yours) |
| Score | score:3 (3+) score:0 (none) |
| Answers | answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections | title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status | closed:yes duplicate:no migrated:no wiki:no |
| Types | is:question is:answer |
| Exclude | -[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with python
Search options not deleted user 34130
Use for data science questions related to the programming language Python. Not intended for general coding questions (which should be asked on Stack Overflow).
2 votes
Accepted
MOOC or book on Deep Learning in Python for someone with a basic knowledge of neural networks
These 2 are pretty popular: https://de.udacity.com/course/deep-learning--ud730/ - Tensorflow-Course by Google http://www.fast.ai/ - Deep Learning by a Kaggle hero The first is easy to follow and nic …
1 vote
LSTM - How many times should I look back to predict next six hours -Multivariate Time-Series
The second option sounds fun but better don't do it: errors will sum up and it's much harder to track where errors come from. Like you have some error for the 1st hour, feed it back in the net, predic …