Machine Learning (COEN 140)

Spring 2023

Throughout the course, I learned about several machine learning concepts and how to apply them through weekly Python labs and 3 larger projects. These projects included k-nearest neighbor classification, linear regression, and clustering.

The class covered many fundamental machine learning topics, including:

  • Data preprocessing
  • Dimensionality Reduction
  • Single and Multivariable Regression
  • Classification
  • Ensemble Methods
  • Nearest Neighbors
  • Clustering
  • Association Analysis
  • Neural Networks
  • Recommender Systems

Final project included a presentation about a hypothetical machine learning model we would design, and a discussion about where we would aquire data, what kind of analysis we would perform, and how we would improve train our model.