Skip to content

Commit 96aa4fd

Browse files
author
User
committed
update
1 parent eb22d80 commit 96aa4fd

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

pytorch/exercises.txt

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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!

0 commit comments

Comments
 (0)