forked from lazyprogrammer/machine_learning_examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra_reading.txt
30 lines (21 loc) · 1.1 KB
/
extra_reading.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Estimating Box-Cox power transformation parameter via goodness of fit tests
https://arxiv.org/pdf/1401.3812.pdf
Linear Regression
https://deeplearningcourses.com/c/data-science-linear-regression-in-python/
Logistic Regression
https://deeplearningcourses.com/c/data-science-logistic-regression-in-python/
Support Vector Machines
https://deeplearningcourses.com/c/support-vector-machines-in-python
Random Forests
https://deeplearningcourses.com/c/machine-learning-in-python-random-forest-adaboost
Deep Learning and Tensorflow 2
https://deeplearningcourses.com/c/deep-learning-tensorflow-2
Gaussian Processes for Regression and Classification
https://www.cs.toronto.edu/~radford/ftp/val6gp.pdf
How Does Backpropagation Work? (In-Depth)
https://deeplearningcourses.com/c/data-science-deep-learning-in-python/
https://deeplearningcourses.com/c/data-science-deep-learning-in-theano-tensorflow/
Forecasting at Scale (Facebook Prophet)
https://peerj.com/preprints/3190.pdf
Statistical and Machine Learning forecasting methods: Concerns and ways forward
https://journals.plos.org/plosone/article%3Fid%3D10.1371/journal.pone.0194889