Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaylaipp/evaluatingmodelslearningrate

Evaluating various models and their learning rates
https://github.com/kaylaipp/evaluatingmodelslearningrate

linear-models logistic-regression neural-network python

Last synced: about 23 hours ago
JSON representation

Evaluating various models and their learning rates

Awesome Lists containing this project

README

        

# EN.605.649 (81): Machine Learning: Assessing Model Performance: Impact of Learning Rates Across Various Models and Datasets

This project outlines the steps taken in order to build several different prediction
networks - logistic regression, linear network and forward feed neural networks from scratch

These networks are trained on 3 classification datasets and 3 regression datasets to compare the
differing networks and how well they can predict and generalize different types of data

## Run it!
```
python main.py
```
## Read it!
```
See the write up writeup.pdf
```