ml-portfolio

Machine Learning Portfolio

What Am I?

A large portion of the class grade will be the work you upload to your portfolio. This will be a combination of code, code narrative, reports, and presentations.

In my public repository, ml-portfolio you will find the code and notes I write while learning in Dr. Karen Mazidi’s class Introduction to Machine Learning at the University of Texas at Dallas. While this is currently just a markdown document with links to posted materials, I hope to expand this in the future, perhaps to hold resources accessed by a live site.

TODO

Assignments

0: Getting Started

An Overview of ML can be found in the repo! You can read it on here as well

1: Data Exploration

As we are learning R, we need a refresher on C++, so this was that. The documentation explains the importance of what I went over, and the code practice can be found here.

2: Linear Models

Well this was hard! Work on linear regression can be found here and linear classification can be found here!

3. Building Algorithms from Scratch

Instead of just messing around with logistic regression and naive bayes, we build it from scratch. A blurb about the work can be found here

Similarities!

Group projects are hard! but we got it here Code

SVM and Ensemble

We iterate further down the ml rabbit whole with improved classification and regression methods, using some fun math and the art of doing things over and over. The algorithms used are noted here, and implemented in regression, classification, and various ensemble methods.

Sklearn

Just ran through a couple use cases of python for ml, read here

Image Classification in Keras

This has been a fun semester of ML! With my resulting understanding of previous ML concepts, its nice to know I understand what improvements my neural networks shown here have over earlier and simpler classification models.