-
microcontroller_neural_network
This is a simple program to calculate the output of artificial neural network (ANN) using microcontroller ATMega 32.
Assume that the neural architecture is : 2 hidden layers with 4 and 2 neurons
respectively and 1 layer output with 1 neuron.This program explains the step how to compute the ANN in off-line mode.Means
the weights and biases are already exist (microcontroller is not doing the learning steps). These parameters are produced using MATLAB. Therefore, we have already made the appropriate architecture using MATLAB. The tansig function is use in both of hidden layer.
Finally, the neural output will be displayed on LCD port C.
- 2011-01-24 18:49:12下载
- 积分:1
-
ChineseChess(源码)
Chinese chess development cases, idle, reproduced the beginning of chess cases, for reference only, such as infringement deleted at any time
- 2019-03-13 00:06:50下载
- 积分:1
-
suh__apd__folders
Browse Folder dialog, search folder and all sub folders
- 2018-08-05 19:26:51下载
- 积分:1
-
xna C#游戏编程技术,原先发过几个,今天继续发送,我有大量的例子,以后会定期发送,希望对大家有帮助...
xna C#游戏编程技术,原先发过几个,今天继续发送,我有大量的例子,以后会定期发送,希望对大家有帮助-xna C# game programming techniques, originally issued in a few, today continued to send, I have a lot of examples of the future will be regularly sent, hope to help everyone
- 2023-05-12 05:25:03下载
- 积分:1
-
MFC resource.h 去掉重复资源号
用MFC 编程时,添加新的控件时,经常会出现资源号重复的现象,一个一个的改非常麻烦,此程序可以自动讲资源号重新编排,去掉重复,只需将resource.h拷贝到bebug中运行即可,VC6.0
- 2022-07-01 10:18:17下载
- 积分:1
-
mysql接口访问动态库
mysql接口访问动态库,用于C++中访问mysql数据库,int iRet = mysql_query(&m_mySQL, strSQL.c_str());
MYSQL_RES* m_myRs = mysql_store_result(&m_mySQL);
pRs->m_myRows = (DWORD)mysql_num_rows(pRs->m_myRs);等接口用于mysql数据库编程
- 2022-08-19 06:45:33下载
- 积分:1
-
H-264-Engineering-Practice-Codes
MPEG-4/H.264视频编解码工程实践 随书光盘源码(MPEG-4/H.264 video codec engineering practice CD with the book source)
- 2012-09-27 00:49:29下载
- 积分:1
-
fir_filter
用c#编写了一套FIR窗口滤波器,其中数据段的提取来自于matlab的混合编程(Written in c# a FIR filter window, including data extracted from the mixture of matlab programming)
- 2013-12-04 12:38:40下载
- 积分:1
-
属性框的应用,重写了原来的基类函数,有动态添加删除功能...
属性框的应用,重写了原来的基类函数,有动态添加删除功能-frame attributes of the rewriting of the original base class function, a dynamic addition to delete function
- 2023-04-27 09:10:03下载
- 积分:1
-
改进的Sobel算子
对传统的Sobel边缘检测算子加以改进,是改进后的的算子具有以下优点:1.可以识别更加细微的边缘 2.边缘检测更加的准确,检测的边缘更加精准(边缘所占的像素点更加少,传统的Sobel算子检测的边缘像素点达到3-4个像素之宽,改进后的算法的像素点达到2个像素点)
- 2022-01-31 09:31:16下载
- 积分:1