ryanquinnnelson / CMU-02620-Implement-Logistic-Regression

Spring 2021 - Machine Learning for Scientists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMU-02620-logistic-regression

Spring 2021 - Machine Learning for Scientists

Summary

This project implements (2-class) logistic regression and uses the implementation to analyze a sample dataset. Analysis was performed using Jupyter Notebook and Python.

The project also includes some exploration of the visualization techniques for the decision boundary.

Project Structure

Logistic Regression is implemented as Python package LogisticRegression under /packages.

About

Spring 2021 - Machine Learning for Scientists


Languages

Language:Jupyter Notebook 84.7%Language:Python 15.3%