Skip to main content

Posts

Featured

Week 7 CST 383

This week in CST 383 we focused on the last few concepts of the course which were managing how to encode categorical data in order to feed it to SciKit-Learning models and related methods, then we went over logistic regression which despite its name is actually a way to solve classification problems in regards to categorical binaries, and lastly we discussed the different ways we can overfit a machine learning model and how to fix it. In this case, overfitting means the model performs extremely well on the training data, but fails to generalize to new unseen data such as a test set or future observations. The homework this week was an overarching highlight of everything we had learned in this course though mainly the concepts that we had learned in the previous three weeks from exploring machine learning. It was interesting to see how I can challenge myself to identify how to pre-process data by encoding categorical variables, identifying when to split and scale data, testing different...

Latest Posts

Week 6 CST 383

Week 5 CST 383

Week4 CST 383

Week 3 CST 383

Week 2 CST383

Week1 CST 383

Service: Learning Journal Reflections

Week 7 Dynamic programming and Greedy techniques

Week 6 Trees, Heap, and Hashing

Week 5 Sorting and Decrease and Conquer