Skip to content

My personal attempt to write well designed autoencoders-NNets.

Notifications You must be signed in to change notification settings

mattbona/lovely-autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lovely-autoencoder

My best attempt to construct a lovely code that implement Autoencoders Neural Networks.

Installing

If you want to use this code, after downloading this repo, make sure to have all the required libraries, that are:

Package
matplotlib
numpy
torch
os
sys
math
csv

I suggest you to configure an ad hoc conda environment.

Usage

After loading your datasets in the directory dataset and after specifing your training parameters of interest in the file src/params.py, you can simply start the training using the command python autoencoder.py. The program will print on a file in the results dir the average and the standard deviation of the losses computed over train set, validation set (according to the external cross validation procedure) and test set (if test set is present and you want to print also this observables).

About

My personal attempt to write well designed autoencoders-NNets.

Topics

Resources

Stars

Watchers

Forks

Languages