Skip to content

Automatic feature engineering using deep learning and Bayesian inference using PyTorch.

License

Notifications You must be signed in to change notification settings

hamaadshah/autoencoders_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic feature engineering using deep learning and Bayesian inference

We will explore the use of autoencoders for automatic feature engineering. The idea is to automatically learn a set of features from a large unlabelled dataset that can then be useful in a supervised learning task where perhaps the number of labels are few.

Python environment

pip3 install -r requirements.txt