Neural Networks at your Fingertips.rar =============== Network: Adaline Network =============== Application: Pattern Recognition Classification of Digits 0-9 Author: Karsten Kutza Date: 15.4.96 Reference: B. Widrow, M.E. Hoff Adaptive Switching Circuits 1960 IRE WESCON Convention Record, IRE, New York, NY, pp. 96-104, 1960
標簽: Network Fingertips Networks Adaline
上傳時間: 2014-12-22
上傳用戶:lizhizheng88
This code helps to fuse pet and ct scan images.The file untitled.m opens the interface to load and fuse.Demo images are provided in the folder for reference.This code achieved a performance of .7/1
標簽: and interface untitled images
上傳時間: 2014-01-26
上傳用戶:jhksyghr
The first decision, that has to be made for the AVR platform, is to select the development environment you want to use, either ImageCraft s ICCAVR or GNU s AVR-GCC. The commercial ImageCraft Compiler offers an advanced IDE and is the first choice of most professional developers using a Windows PC. The GNU compiler is available for Linux and Windows.
標簽: development the decision environm
上傳時間: 2017-04-21
上傳用戶:從此走出陰霾
program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques. Once your program reads the complete input,it waits for the user input (prompt to the user). User now enters some number.program displays if this number exists in the list or not. it also display the time taken in the search operation.
標簽: program techniques retrieving the
上傳時間: 2017-04-27
上傳用戶:shus521
1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows * Previous versions 2. Unzip the file, which will create a directory called klt and place all the files there 3. Compile and run the code * On UNIX / Linux, move to the klt directory, type make. Now try some examples, by typing example1, etc. * For Microsoft Visual C++ 6.0, open the klt.dsw file, compile, and run. Change the constant in main.cpp to run the different examples. * For Microsoft Visual Studio .Net/7/8, open the klt.sln file, compile, and run. Change the constant in main.cpp to run the different examples. 4. Notice that, for your convenience, unofficial copies of the User and Reference Manuals can be found in the doc directory.
標簽: the Download Version version
上傳時間: 2014-01-25
上傳用戶:nanshan
Most e-book publishers do not warn their customers about the possible implications of the digital rights management tied to their products. Generally they claim that digital rights management is meant to prevent copying of the e-book. However in many cases it is also possible that digital rights management will result in the complete denial of access by the purchaser to the e-book.[citation needed] With some formats of DRM, the e-book is tied to a specific computer or device
標簽: implications publishers customers the
上傳時間: 2013-12-11
上傳用戶:xg262122
Altera provides a number of reference designs that show efficient solutions for common design problems. Altera® reference designs can be used to develop new solutions and innovative products, improve your understanding of Altera product capabilities, as well as help reduce your design time. The use of Altera’s reference designs is governed by, and subject to, the terms and conditions of the Altera Hardware Reference Design License Agreement.
標簽: efficient reference solutions provides
上傳時間: 2014-01-25
上傳用戶:asdfasdfd
boost的matlab代碼, Matlab source codes for the Boosting of the J-DLDA learner(B-JDLDA)
標簽: boostcode
上傳時間: 2015-03-23
上傳用戶:52086
A design about 8051 (running at 12MHz) based system with 3 7-Seg displays and two buttons to implement the following functions. 1. When press the + button, the display C = A+B. 2. When press the button, the display C = A - B. “A” and “B” are 8-bit inputs when “C” is 9-bit output.
上傳時間: 2015-05-05
上傳用戶:guoxiy
Use the fast Fourier transform function fft to analyse following signal. Plot the original signal, and the magnitude of its spectrum linearly and logarithmically. Apply Hamming window to reduce the leakage. . The hamming window can be coded in Matlab as for n=1:N hamming(n)=0.54+0.46*cos((2*n-N+1)*pi/N); end; where N is the data length in the FFT.
標簽: matlab fft
上傳時間: 2015-11-23
上傳用戶:石灰巖123