Skip to content

Python project to show why retraining can be harder than training in a changing environment

License

Notifications You must be signed in to change notification settings

c4ristian/retrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retrain Project

What is it?

This project uses an artificial neural network to show why retraining can be harder than training from scratch in a changing environment.

Main Features

The experiment is run using a jupyter notebook.

Where to get it

The source code is currently hosted on GitHub at: https://github.com/c4ristian/retrain

Setup

conda env create -f environment.yml

conda activate retrain

Jupyter

Install Kernel

python -m ipykernel install --user --name=retrain

Run Notebooks

jupyter notebook --notebook-dir="."

License

Apache 2.0

About

Python project to show why retraining can be harder than training in a changing environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published