Skip to content

Deep Learning code; DeepL is roughly speaking "many layers neural network". This code refer to the book "Deep Learning from scratch - theory and practice of deep-learning with Python".

Notifications You must be signed in to change notification settings

DiaSird/deep-learning

Repository files navigation

Deep Learning with Python template

Table of Contents

Requirements

  • python 3.8 < 3.10
  • poetry(package maneger):

If you do not have poetry installed, you can install it with the following command.

pip install poetry

if you use Anaconda3

conda install -c conda-forge poetry

More info is here.

Make usage

Command Description
make run Run python file(default: src/run.py)
make run-simpl Run python file(src/simple_percept.py)
make run-neu3 Run python file(src/neural3.py)
make run-sigm Run python file(src/stepsig.py)
make install Install dependencies (by poetry)
make test Test with pytest
make lint Lint with flake8
make clean Remove __pycache__ files

If you are using windows, you can install the make command here. (Click the Setup button at the top.)

About

Deep Learning code; DeepL is roughly speaking "many layers neural network". This code refer to the book "Deep Learning from scratch - theory and practice of deep-learning with Python".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published