Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 778 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 778 Bytes

Data Science Coursework

This repository contains code for various machine learning algorithms that I implemented as part of my data science coursework.

Folders

  • DecisionTreeRFComp: Implementation of decision trees and random forests for a competition in my machine learning class.
  • Deep Learning: Implementation of deep learning algorithms for a class project. The code for my final project can be found at https://github.com/spkelle2/neural_warm_starts.
  • KNN Comp: Implementation of k-nearest neighbors for a competition in my machine learning class.
  • Logistic Regression Comp: Implementation of logistic regression for a competition in my machine learning class.
  • SVM Comp: Implementation of support vector machines for a competition in my machine learning class.