You are on page 1of 2

Deep learning- multi layers

machine learning
1)supervis
2)unsupervis
3)reinforcement
supervise
1)predict outcome/future
2)direct feedback
3)labelled data
Unsupervised
1)no labels/targets
2)No feedback
3)find hidden stucture in data
Reinforcement(regression,classification)
1)Reward system
2)Decision process
3)learn series of actions
4)linear regression
Regression.
hypothesis maps x’s to y’s.
Gradient descent algorithm
Q0=QO-alpha Repeat until convergence.yi-hixi
Import numpy as np
a=[1,2,3]
B=np.array(a)
Pandas
Series and data frames
Matpotlib plotting library for python
object oriented API
Pd.read_csv(‘’”)
Plt.scatter()
plt.plot()
Scikit
training and testing.
sklearnmodel
dataquest.io
https://medium.com/datadriveninvestor/regression-from-scratch-wine-quality-prediction-
d61195cb91c8

You might also like