Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 922 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 922 Bytes

Machine Learning

Introduction

Data analysis of various financial datasets and applying numerous ML models with strong emphasis on feature engineering and model evaluation and selection:

  • Regression (OLS, PLS, Ridge, Lasso, Elastic Net)
  • PCA
  • Classification (Logistic Regression, KNN, Decision Trees, Random Forest)
  • Clustering (K-Means, Gaussian Mixture Models, Hierarchical Clustering Algorithm, DBSCAN)
  • Neural Networks (Forward Feed Neural Network)

Running Jupyter Notebook

We recommend viewing and running notebook files with Google Collab, so you won't have to manage any of the python requirements compared with running them locally.


This repository represents group project work for course in Machine Learning for advanced degree Masters in Computational Finance, Union University.