Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

kmaasrud/ffnn-fys-stk4155

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 2- FYS-STK4155-Applied Machine Learning an data analysis

Description

Classification and Regression, from linear and logistic regression to neural networks

Source code structure

  • src/ffnn.py: Class containing the feed forward neural networks
  • src/logistic_reg.py: Class containing the logistic regression functions
  • src/utils.py: Utillity functions like activation functions and such
  • src/logeg_predict.py: Performing logistic regression on the Wisconsin breast cancer dataset. To run the functions, scroll down to the bottom of the script and remove the hashtag in front of function to run.
  • src/franke.py: Script containing Frank's function. Is used to produce the dataset in the regression case.
  • src/sgd_predict.py: Performing regression on Franke's dataset by using the SGD method in OLS and Ridge.
  • src/franke_results/franke_predict.py: Performing regression on Franke´s dataset by using the neural network.
  • src/mnist_results/mnist_predict.py: Performing classification on the MNIST dataset by using the neural network.

Important report files

Authors:

  • Ida Due-Sørensen
  • Philip Karim Niane
  • Knut Magnus Aasrud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages