Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.78 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.78 KB

Genetic Lifetime Stochastic Gradient Descent Optimization (GLSGDO)

This repo contains the implementations of the GLSGDO algorithm used in the optimization of neural networks.

Getting Started

Make a virtualenv to install the packages in.

Installing

Create conda environment

conda create -n hamp python=3.6
conda activate hamp

Install the packages we will be using

pip install -r requirements.txt

Contributors


Jason Zhuo


Jack Kenney


Annie Ehler


David Hogan