Skip to content

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

License

Notifications You must be signed in to change notification settings

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