File tree 2 files changed +39
-1
lines changed
2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
1
+ Logistic Regression
2
+ https://www.kaggle.com/uciml/pima-indians-diabetes-database
3
+ https://lazyprogrammer.me/course_files/exercises/diabetes.csv
4
+
5
+ Linear Regression
6
+ https://www.cs.toronto.edu/~delve/data/boston/bostonDetail.html
7
+ https://lazyprogrammer.me/course_files/exercises/boston.txt
8
+
9
+ ANN
10
+ https://archive.ics.uci.edu/ml/datasets/ecoli
11
+ https://lazyprogrammer.me/course_files/exercises/ecoli.csv
12
+
13
+ CNN
14
+ https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge
15
+ https://lazyprogrammer.me/course_files/fer2013.csv
16
+
17
+ RNN
18
+ Find your own stock price dataset!
19
+
20
+ NLP
21
+ https://www.kaggle.com/crowdflower/twitter-airline-sentiment
22
+ https://lazyprogrammer.me/course_files/exercises/AirlineSentimentTweets.csv
23
+
24
+ Recommender Systems
25
+ http://www2.informatik.uni-freiburg.de/~cziegler/BX/
26
+ http://lazyprogrammer.me/course_files/exercises/BX-CSV-Dump.zip
27
+
28
+ Transfer Learning
29
+ https://www.kaggle.com/c/dogs-vs-cats
30
+
31
+ GAN
32
+ https://www.kaggle.com/c/dogs-vs-cats
33
+
34
+ DeepRL
35
+ Find your own stock price dataset!
Original file line number Diff line number Diff line change @@ -21,4 +21,7 @@ Massive Exploration of Neural Machine Translation Architectures
21
21
https://arxiv.org/abs/1703.03906
22
22
23
23
Practical Deep Reinforcement Learning Approach for Stock Trading
24
- https://arxiv.org/abs/1811.07522
24
+ https://arxiv.org/abs/1811.07522
25
+
26
+ Inceptionism: Going Deeper into Neural Networks
27
+ https://ai.googleblog.com/2015/06/inceptionism-going-deeper-into-neural.html
You can’t perform that action at this time.
0 commit comments