TSZQ_OpenHarmony-RISC-V-Emb.../machinelearning/README.md

21 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# machinelearning
### 1、项目说明
总体思路项目开发总体思路如图1.1示意卷积神经网络可视化模型构建与训练系统1提供一组构建卷积神经网络模型的基本图元如卷积、池化、非线性、全连接、分类等。2利用基本图元用户可以可视化交互式地构建一个卷积神经网络模型。3系统支持用户针对该神经网络模型开展训练、模型输出和模型应用等工作即用户所建立地卷积神经网络模型是一个可以执行训练和分类任务的模型。
图1.1 项目开发的总体思路图
<img src="figs/overall.png" width=80% /></center>
### 2、开发环境说明
1系统版本OpenHarmony 4.0 Release
2SDK版本API 10
3Model类型Stage
4DevEco Studio版本Deveco Studio 4.0 release
5硬件环境Unionpi Whale、RK3566开发板
6预览器参数(1)DeviceType:default;(2)Resolution:560-1280;(3)DPI:240;其余参数自定。
### 3、项目主要函数调用关系图与项目输出界面演进图
图3.1 项目主要函数调用关系图
<img src="figs/relation.png" width=80% /></center>
图3.2 项目输出界面演进图
<img src="figs/evolution.png" width=80% /></center>