Skip to content

RuslanSayfullin/deep-learning-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

_разработка Sayfullin R.R.

Инструкция актуальна для Linux-систем.

Используемые технологии: python = "^3.11"

Скопируйте репозиторий с помощью команды: $ git clone https://github.com/RuslanSayfullin/deep-learning-with-python.git Перейдите в основную директорию с помощью команды: $ cd deep-learning-with-python

Создать и активировать виртуальное окружение:

$ python3 -m venv venv 
$ source venv/bin/activate 

Установить зависимости из файла requirements.txt: (venv) $ pip install -r requirements.txt

Cоздания файла зависимостейс помощью команды: $ pip freeze > requirements.txt

Источник

======================================================================================================================== https://github.com/fchollet/deep-learning-with-python-notebooks

About

Глубокое обучение на Python. 2-е межд. издание. Шолле Франсуа.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published