Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
fix bug: readme pic
Browse files Browse the repository at this point in the history
  • Loading branch information
techrc committed Apr 23, 2022
1 parent e5963cf commit d5651d1
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# SenKuu —— Deep Learning for beginners
![head](./other/pics/head.png)
<p>
<img src="other/pics/head.png">
</p>

![LatestVersion](https://img.shields.io/badge/LatestVersion-0.1.0-blue.svg)

**NOTE:** 可能会由于网络问题无法正常显示图片,请clone到本地查看

## Welcome
基于 NumPy 的深度学习模型开发框架,通过搭积木的方式来组装神经网络模型。API 借鉴了 Keras 的设计。

**Contact Me**: senkuu @ 163.com

## License
![license](https://img.shields.io/badge/license-Apache-brightgreen.svg)
<br/>
LearnDL is distributed under the Apache license 2.0.
Senkuu is distributed under the Apache license 2.0.

## Getting started: 10 seconds to SenKuu
``` python
Expand Down Expand Up @@ -49,14 +47,23 @@ $ git clone https://github.com/techrc/senkuu.git
```

## Developed & Developing Functions
![functions](./other/pics/functions.png)
<p>
<img src="other/pics/functions.png">
</p>

## Architecture
![architecture](./other/pics/architecture.png)
<p>
<img src="other/pics/architecture.png">
</p>

## Data Flow
![data flow](./other/pics/dataflow.png)
<p>
<img src="other/pics/dataflow.png">
</p>

## Why this name, SenKuu?
![senkuu](./otherpics/senkuu.png)
<p>
<img src="other/pics/senkuu.png">
</p>

Here is Senkuu, senkuu from **《Dr.Stone》**

0 comments on commit d5651d1

Please sign in to comment.