تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Data Science & Machine Learning Project - Part 5 Training a Model Image Classification ضمن كورس لغة الآلة شرح قناة codebasics، الفديو رقم 35 مجانى معتمد اونلاين
Once we have X and y after applying feature engineering techniques, we can now create simple SVM model to get a feel of how it is going to perform on image classification. We will then use GridSearchCV and try different models with different hyper parameters to come up with a best model that can give us maximum accuracy. We will use sklearn classification_report to check the performance. Once we select best model based on GridSearchCV we can evaluate it on X_test and y_test to get a feel of how it is going to perform in production. Confusion matrix is used with seaborn visualization to get an understanding of classification errors for each of the classes. In the end we export the model to a file using joblib.
Code: https://github.com/codebasics/py/blob/master/DataScience/CelebrityFaceRecognition/model/sports_celebrity_classification.ipynb
Special thanks to,
Debjyoti Paul (Amazon Data Scientist): For help with entire project
Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses.
Website: http://codebasics.io/
Facebook: https://www.facebook.com/codebasicshub
Twitter: https://twitter.com/codebasicshub