Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odasho committed Nov 20, 2020
1 parent c8c46b4 commit 8807c34
Show file tree
Hide file tree
Showing 8 changed files with 415 additions and 401 deletions.
Binary file modified Figures/Algorithms.pdf
Binary file not shown.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# fys-stk-project2
# Classification and Regression, from linear and logistic regression to neural networks

This repository contains programs, test runs, material and report for project 2 in FYS-STK4155 made in collaboration between Oda Hovet (odasho), Ilse Kuperus (ilseku) and Erik Alexander Sandvik (erikasan).

## Structure

### Report folder
* Contains the PDF of the report

### Programs folder
* `mylearn` package with logistic regression and linear regression with optimization methods for gradient descent
* Code for neural network: `neural_network.py`
* Code for classification with neural network: `classification_with_neural_network.py`
* Notebook for gradient descent regression: `GD_Regression.ipynb`
* Code for loading MNIST data set: `mnist_loader.py`

### Test runs folder
* The `mylearn` package to run the other programs.
* Tests for logistic regression: `LogisticRegression.ipynb`
* Tests for verifying gradient descent optimization for linear regression: `verify_GDRegressor.ipynb`
* Test runs for regression with neural network: `regression_with_neural_network.py`

### Figures folder
* Contains figures used in the report
144 changes: 23 additions & 121 deletions programs/.ipynb_checkpoints/GD_Regression-checkpoint.ipynb

Large diffs are not rendered by default.

181 changes: 181 additions & 0 deletions programs/.ipynb_checkpoints/verify_GDRegressor-checkpoint.ipynb

Large diffs are not rendered by default.

103 changes: 0 additions & 103 deletions programs/GD_Regression.ipynb

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions programs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
My Learn folder:
* Logistic Regression
* SGD
### Programs folder
* `mylearn` package with logistic regression and linear regression with optimization methods for gradient descent
* Code for neural network: `neural_network.py`
* Code for classification with neural network: `classification_with_neural_network.py`
* Notebook for gradient descent regression: `GD_Regression.ipynb`
* Code for loading MNIST data set: `mnist_loader.py`
173 changes: 0 additions & 173 deletions programs/fys-stk-project2.ipynb

This file was deleted.

181 changes: 181 additions & 0 deletions test_runs/verify_GDRegressor.ipynb

Large diffs are not rendered by default.

0 comments on commit 8807c34

Please sign in to comment.