Skip to content

This repository contains the implementations of various deep learning algorithms and projects that I have worked on.

License

Notifications You must be signed in to change notification settings

mijanr/deeplearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning

This repository contains the implementations of various deep learning algorithms and projects that I have worked on.

Contents

Requirements

environment.yml file contains the list of all the required packages. You can create a conda environment using the following command:

conda env create -f environment.yml

To update the environment with the latest packages, you can run the following command:

conda env update -f environment.yml

Activate the environment using the following command:

conda activate deepl

About

This repository contains the implementations of various deep learning algorithms and projects that I have worked on.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published