LauloMC / CoderSchool

CoderSchool projects
0 stars 1 forks source link

Thanks! #1

Open coderschoolreview opened 6 years ago

coderschoolreview commented 6 years ago

The goal of this assignment was to introduce you to 2 main concepts in Machine Learning: Data Pre-processing, and Classification. You learned how to query and clean data using the pandas library in Python, and built a simple Machine Learning Classifier based on the K Nearest Neighbors algorithm.

Things you did well:

One minor tip:

Overall, excellent work! You are demonstrating that you are understanding the material and doing a great job of applying it. Keep it up!

coderschoolreview commented 6 years ago

Assignment 2

The goal of this assignment was to introduce you to three new classification techniques and to understand how to select the best parameters and features for them. You learned how to use python built-in functions (GridSearchCV, SelectKBest, RFE, SelectFromModel) to try out new models (Support Vector Machines, Random Forests, and Logistic Regression) and test different permutations of parameter values and features, and analyze your results to help build better machine learning models.

Great job! Given that you don't have a programming background, your progress and work is really quite exceptional.

Here's what you did really well:

Some suggestions:

Overall, amazing work. Keep it up !!!

coderschoolreview commented 6 years ago

Assignment 3

The goal of this assignment was to introduce you to three new Natural Language Processing techniques, and to understand how to perform some basic sentiment analysis on song lyrics using these methods. You learned how to clean and prepare textual information for NLP, and then apply the following approaches: Bag Of Words, TF-IDF, and Doc2Vec. You used your prior knowledge of Python estimators, feature selection, and parameter optimization techniques to produce feature vectors from these NLP methods to make predictions on the moods of songs using their lyrics.

As usual -- great job with the assignment! You always present your work in a clear, structured way showing your thought process and exploring lots of different options and combinations of classifiers, parameters, and feature optimization techniques.

Here are a couple of notes:

Overall, great work!