Skip to content

NikitaDmitrieff/Neural-Networks-from-scratch

Repository files navigation

Coursework 1 : Introduction to Machine Learning - Artificial Neural Networks

This project was carried out in a school context by four classmates.

Here are the steps to follow to ensure that the python environment is up to date and execute the script properly:

  1. To move to the folder containing our script:
cd Path_file_to_the_downloaded_folder/Neural_Networks_095
  1. To use the same versions of the libraries as we do:
pip install -r requirements.txt
  1. To run our script, open Jupyter otebook and access our code:
python part2_house_value_regression.py

Normally a simulation (training and test) is started for the model with the optimal hyperparameters defined in the report (in particular a progress bar of 50 epochs should also be displayed). However, it is possible to modify some general parameters defined in the 'example_main' function in order to modify the training (number of epochs, number of batches, number of hidden layers, train/test proportion).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages