代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/389442/8519786
m demop1.m
%% Classification with a 2-input Perceptron
% A 2-input hard limit neuron is trained to classify 5 input vectors into two
% categories.
%
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.
www.eeworm.com/read/388092/8636300
m demop1.m
%% Classification with a 2-input Perceptron
% A 2-input hard limit neuron is trained to classify 5 input vectors into two
% categories.
%
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.
www.eeworm.com/read/466243/7041443
m programs_17e.m
% Chapter 17 - Neural Networks.
% Programs_17e - Bifurcation diagram for a simple bistable neuromodule.
% Copyright Birkhauser 2004. Stephen Lynch.
% Bifurcation diagram for a two-neuron module.
www.eeworm.com/read/241276/13159065
m boost.m
function [betaT,net]=boost(in,B,validation,tB,outfile,bmax,S1)
% WBL 22 August 2002 Boost Matlab MLP Neural Network bmax times
% 1 input neuron per attribute, size(in)
%
www.eeworm.com/read/321263/13409863
m programs_17e.m
% Chapter 17 - Neural Networks.
% Programs_17e - Bifurcation diagram for a simple bistable neuromodule.
% Copyright Birkhauser 2004. Stephen Lynch.
% Bifurcation diagram for a two-neuron module.
www.eeworm.com/read/259886/11759400
m demop6.m
%% Linearly Non-separable Vectors
% A 2-input hard limit neuron fails to properly classify 5 input vectors because
% they are linearly non-separable.
%
% Copyright 1992-2002 The MathWorks, Inc.
www.eeworm.com/read/259886/11760052
m demop1.m
%% Classification with a 2-input Perceptron
% A 2-input hard limit neuron is trained to classify 5 input vectors into two
% categories.
%
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.
www.eeworm.com/read/148683/12443987
h network.h
#ifndef _NETWORK_H
#define _NETWORK_H
#include "Neuron.h"
#include "InputNeuron.h"
#include "Link.h"
#include
#include
namespace annie
{
/** Another core class of the
www.eeworm.com/read/130567/14184957
h network.h
#ifndef _NETWORK_H
#define _NETWORK_H
#include "Neuron.h"
#include "InputNeuron.h"
#include "Link.h"
#include
#include
namespace annie
{
/** Another core class of the
www.eeworm.com/read/130567/14185021
cpp trainingset.cpp
#include "../include/TrainingSet.h"
#include "../include/Exception.h"
#include "../include/File.h"
#include "../include/Neuron.h"
#include "../include/defines.h"
#include
#include