Skip to content

This repository contains the programs that I worked out in the Deep Learning Essentials Laboratory.

License

Notifications You must be signed in to change notification settings

kbdharun/DL-Lab

Repository files navigation

Deep Learning Lab Programs

Open in Colab

This repository contains the programs that I worked out in Deep Learning Essentials Laboratory.

Prerequisites

Python and packages in requirements.txt file installed.

Note

You can install all the required packages using the command pip install -r requirements.txt.

Working with Conda

If you are using conda to manage your environments, you can create a new environment for this repository with the command conda create -n ml-lab and activate it with the command conda activate ml-lab.

Tip

For faster environment solving in Conda, I would suggesting using the libmamba solver. You can set it as the default solver using the command conda config --set solver libmamba.

Then, you can install all the required packages using the command conda install --file requirements.txt.

About

This repository contains the programs that I worked out in the Deep Learning Essentials Laboratory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages