&
Orientation
Ashish (Vijay) Tendulkar,
Machine Learning Specialist ,
(Google)
Machine learning,
and Deep learning with applications to Natural Language Processing
Anamika
Arun
Amrutha
Karthik
Swarnim
Debajyoti
Nitin
Jimmi
Sepal
Petal
Sepal
Petal
Sepal
Petal
Sepal
Petal
def loss(X, w, y):
y_hat = predict(X, w)
samp_loss = np.maximum(-1*y_hat*y, np.zeros(y.shape[0])))
J = np.sum(samp_loss)
return J
watching
Make a hot & sweet drink:
How do you select the required ingredients? How do you mix? Does order of mixing matter? How do you assess the quality? ...
All about ingredients.
Essential and inevitable!
Everything is trivial in cook books
Reading a cook book
from sklearn import datasets
from sklearn import pipeline
from sklearn import linear_model
from sklearn import metrics
Two Quizzes
Final Exam
Types of Questions:
1. MCQ
2. MSQ
3. NAT
4.Programming
Two Proctored Programming Exam