Skip to content

samanthajmichael/deep_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Deep Learning Repository 🤖

   o   o   o
  /|\ /|\ /|\
 o o o o o o o
  \|/ \|/ \|/
   o   o   o

This repository contains projects and assignments completed for my Deep Learning course (DSBA 6165).

Repository Structure

The repository is organized into individual project folders:

  • pottery_classifier/: DNN-based model for classifying pottery types
  • Additional projects will be listed here as they're completed

Environment Setup 💻🐍

This repository uses Conda environments with Python 3.10.12.

# Create a conda environment
conda create -n deep_learning python=3.10.12

# Activate the environment
conda activate deep_learning

# Install dependencies using pip
pip install -r requirements.txt

About

This repository contains projects and assignments completed for my Deep Learning course (DSBA 6165) with Dr. Archit Parnami.

Resources

License

Stars

Watchers

Forks

Contributors