Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - cnn
Search - cnn - List
DL : 0
matlab程序模拟微分方程。各种流行的系统显示混沌运动特征。-This toolbox contains the functions which can be used to simulate some of the well-known fractional order chaotic systems, such as: - Chen s system, - Arneodo s system, - Genesio-Tesi s system, - Lorenz s system, - Newton-Leipnik s system, - Rossler s system, - Lotka-Volterra system, - Duffing s system, - Van der Pol s oscillator, - Volta s system, - Lu s system, - Liu s system, - Chua s systems, - Financial system, - 3 cells CNN. The functions numerically compute a solution of the fractional nonlinear differential equations, which describe the chaotic system. Each function returns the state trajectory (attractor) for total simulation time.
Update : 2024-05-17 Size : 16384 Publisher : HM

sting 一个基于TCP的网络测量工具,可以设定远程IP 端口号,测量线程的RTT和丢包率-Here is the output from a sample session: [savage1]# ./sting www.cnn.com Connection setup took 80 ms src = 128.95.219.227:10241 (1753156211) dst = 207.25.71.25:80 (347132509) dataSent = 100, dataReceived = 100 acksSent = 100, acksReceived = 100 Forward loss rate = 0.000000 Reverse loss rate = 0.000000 634 packets received by filter 0 packets dropped by kernel
Update : 2024-05-17 Size : 143360 Publisher : fuyizheng

DL : 0
一个对公司电脑ip进行管理的程序,使用时要先更改"\Connections\cnn.asp"里的连接字符串-An ip management company computer programs, use need to change the " \ Connections \ cnn.asp" in the connection string
Update : 2024-05-17 Size : 61440 Publisher : gozb

DL : 0
卷积神经网络的Csharp版本,已经编译成windowsAPI库,根据Mike的源代码改写而成。供研究卷积神经网络CNN的人使用。-Csharp version convolutional neural network has been compiled into windowsAPI library, according to the source code adapted from Mike. CNN convolutional neural networks for research of the people.
Update : 2024-05-17 Size : 3759104 Publisher : LiuKe

Noise cancellation in Image Processing by Neural network
Update : 2024-05-17 Size : 358400 Publisher : Ehsan

DL : 0
matla实现细胞神经网络的联想记忆,该方法能实现容量较大的存储模式。-using the matlab realize the associative memory based CNN ,the capacity of the method is much biger than other method presented。
Update : 2024-05-17 Size : 2048 Publisher : 王欣

DL : 0
本代码有详细的注释,给出了采用CNN方法检测道路的程序,并给了测试图片!-This code has detailed notes, gives way to detect the use of CNN programs, and to a test picture!
Update : 2024-05-17 Size : 57344 Publisher : 刘晖

本实验采用Adaline神经网络进行实验,本工程名为HuSumeiRobot,源代码的基本组成如下: 1) CNN.cpp和CNN.h是神经网络类库的虚拟基类。 2) adaline.h和adaline.cpp是adaline神经网络的C++版本。 可对数字进行识别,并含实验报告一份。-Adaline neural network used in this experiment to experiment, this project called HuSumeiRobot, the source code of the basic components are as follows: 1) CNN.cpp and CNN.h neural network is a virtual base class library. 2) adaline.h and adaline.cpp is adaline neural network C++ version. Numbers can be identified, and with a lab report.
Update : 2024-05-17 Size : 6664192 Publisher : kelven

从CNN中爬取最新的新闻信息并提取正文和下载到本地-get the recently news from CNN and download the text of them
Update : 2024-05-17 Size : 3072 Publisher : 方晗吟

DL : 0
基于细胞神经网络的图像边界检测的新算法,可以运行啊-Neural networks for image processing: new edge detection algorithm
Update : 2024-05-17 Size : 481280 Publisher : 张龙

基于CNN的二值边缘检测,能够检测出清晰的边缘,相比较传统的cnny算法,sobel算好更方便在硬件上实现-edge detection based on CNN
Update : 2024-05-17 Size : 1024 Publisher : 薛菲菲

DL : 0
线性不可分解布尔函数分解算法,只用到or和and,不使用XOR和NXOR-Non-linear decomposition of Boolean function decomposition algorithm, only used "or" and "and", do not use XOR and NXOR
Update : 2024-05-17 Size : 2048 Publisher : yoyo

此文件包包含用卷积神经网络识别手写输入的识别程序,数据可从MNIST下载-This release includes sample of handwritten digits recognition using CNN. If you just want to try it run cnet_tool. You ll see a simple GUI. It loads pretrained convolutional neural net from cnet.mat and recognizes image of digit either painted in painting area or downloaded from MNIST database.
Update : 2024-05-17 Size : 637952 Publisher : Hunter

Cancer detection using C-Cancer detection using CNN
Update : 2024-05-17 Size : 3991552 Publisher : palanivelrajan

DL : 0
用混沌理论和神经网络进行短期负荷预测时,神经网络的输入的选择至关重要,该程序用matlabl实现了基于混沌时间序列的嵌入维数的选择-Chaos theory and neural network short-term load forecasting, neural network input is essential to choose the program implemented in matlabl choice of embedding dimension based on chaotic time series
Update : 2024-05-17 Size : 2048 Publisher : ouyangyuhao

端至端卷积神经网络的文字识别,代码演示包. 它包含我们的论文中使用的所有主要组成部分: kmeans无监督特征学习 + 卷积神经网络(CNN)-This is a demo package of the code we used for our paper, "End-to-End Text Recognition with Convolutional Neural Networks", T. Wang, D. Wu, A. Coates, A. Ng, in ICPR 2012. The package is provided to facilitate understanding of the algorithms used in our paper. It contains demos to all the major components of our end-to-end system. Because of speed considerations, the CNN architectures as well as dataset sizes provided in this package are much smaller than the actural ones used in the paper, although the algorithms themselves are identical. We also provide our trained models together with code to reproduce major results reported in our paper.
Update : 2024-05-17 Size : 61051904 Publisher : twang

深度学习(Deep learning)matlab工具包-`NN/` - A library for Feedforward Backpropagation Neural Networks `CNN/` - A library for Convolutional Neural Networks `DBN/` - A library for Deep Belief Networks `SAE/` - A library for Stacked Auto-Encoders `CAE/`- A library for Convolutional Auto-Encoders `util/`- Utility functions used by the libraries `data/`- Data used by the examples `tests/`- unit tests to verify toolbox is working
Update : 2024-05-17 Size : 14777344 Publisher : Xiaojuan Jiang

在数字超混沌系统中,要实现超混沌映射的数字化关键就在于数字超混沌序列的生成,而数字超混沌序列的生成与数字混沌序列的生成类似。下面介绍几种数字超混沌序列的生成方法:-The hyperchaotic map in the digital chaotic system, to achieve digitization key hyperchaotic sequence is that the digital generation, hyperchaotic sequence digital generation and the generation of digital chaotic sequence is similar. The following describes several digital chaotic sequence generation method:
Update : 2024-05-17 Size : 53248 Publisher : 家家

利用细胞神经网络对图像进行边缘提取的算法程序-Cellular neural networks for image edge extraction algorithm
Update : 2024-05-17 Size : 1024 Publisher : 郭杰

DL : 1
这个是一个神经网络预测股票的程序,总而言之,给力,准,能够很好的拟合规律曲线-this is a great progamme very beautiful useful good
Update : 2024-05-17 Size : 2048 Publisher : 张伟
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 29 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.