-
cnnbp
说明: 利用matlab实现深度学习的bp算法,旨在实现深度神经网络的架构(Using MATLAB to realize the bp algorithm of deep learning, aiming at realizing the architecture of deep neural network)
- 2020-11-24 10:09:33下载
- 积分:1
-
dhjdifjj
UKF算法及其在纯方位目标跟踪中的应用,改进 无迹卡尔曼滤波(UKF algorithm and its only target tracking application, unscented Kalman filter to improve)
- 2011-05-21 19:03:46下载
- 积分:1
-
改进的GA优化BP
改进的遗传算法优化的BP神经网络,用于电厂数据的异常检测和故障诊断,已验证有效性。(The improved genetic algorithm optimized BP neural network has been validated for power plant data anomaly detection and fault diagnosis.)
- 2021-01-11 17:18:48下载
- 积分:1
-
SimplifiedFuzzyARTMAPNeuralNetwork
简化的模糊神经网络,结构更加简单,效果相当(Simplified fuzzy neural network, structure more simple, the effect of considerable)
- 2008-04-21 11:24:51下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
FunctionApproximation
使用C++实现BP神经网络拟合函数f(x)=sin(x)+cos(x)(Using C++ to achieve BP neural network fitting function f (x) = sin (x)+ cos (x))
- 2020-12-30 13:29:02下载
- 积分:1
-
73791095GzChat
实现简单的聊天室设计 包括服务器和客户端的设计(Simple chat room design
)
- 2011-06-25 19:00:04下载
- 积分:1
-
6_2_VGG
用thensorflow实现对VGGNET深度卷积神经网络的建立。(The establishment of the VGGNET convolutional neural network is implemented with the thenthraceflow.)
- 2019-07-10 20:10:26下载
- 积分:1
-
Html教程,非常详细
Html教程,非常详细-Html Guide, a very detailed
- 2023-07-03 19:40:03下载
- 积分:1
-
svm
神经网络matlab svm算法 编译已经通过(Neural network matlab svm algorithm has been compiled by)
- 2011-11-06 23:41:28下载
- 积分:1