Skip to content

About the basic mathematical process deduction and engineering practice of deep learning.

Notifications You must be signed in to change notification settings

ThreeFish-AI/deep-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning

关于深度学习的基础数学过程推演与工程实践。

Before Start

  1. 创建并激活虚拟环境
# 创建 .venv 虚拟环境
python3 -m venv .venv

# 激活虚拟环境
source .venv/bin/activate   # Linux
.venv\Scripts\activate      # Windows
  1. 安装依赖
pip install -r requirements.txt

About

About the basic mathematical process deduction and engineering practice of deep learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published