Skip to content

Uncover the secrets of deep learning with FashionDBN - implementing PyTorch's Deep Belief Network for accurate image classification and beyond.

Notifications You must be signed in to change notification settings

alecruces/FashionDBN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementing a Deep Belief Network in PyTorch using the FashionMNIST dataset


Description

The project focuses on the training of a Deep Belief Network using various hyperparameters such as hidden layers, nodes, and optimizer choices for optimizing performance in image classification. It analyzes the internal representations developed by the model through hierarchical clustering and feature visualization techniques. The goal is to understand the accuracy and psychometric curves for the DBN. Finally, it compares the ability of two models—the feedforward network and the DBN—to resist adversarial attacks.

fashion1

Keywords

Image Classification, Deep Belief Network (DBN), FashionMNIST, Adversarial Attacks

Data

  • FashionMNIST dataset

Methods

  • Deep Belief Network
  • Feedforward networks

Software

  • Python (Pytorch)

Files

  • Code:
    • code.ipynb: Jupyter notebook that run al the project.
    • DBN.py and RBN.py: Have the functions called by code.ipynb.

About

Uncover the secrets of deep learning with FashionDBN - implementing PyTorch's Deep Belief Network for accurate image classification and beyond.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published