Skip to content

konas122/DaZero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DaZero

Status Badge

Deep Learning Framework from Zero

Environment

python
graphviz

We use graphviz to get the visualize graph of Network.

Python Requirements

numpy
matplotlib
cupy (optional)
urllib3

Install

  • If you just only want to install the CPU version, you can ignore the following words and directly run the command below.
  • If you want to install the GPU version, you should install CuPy first, then run the command below.
$ pip install git+https://github.com/konas122/[email protected]

References