代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/101557/15826767
m extrnn.m
function [ret,x0,str,ts,xts]=extrnn(t,x,u,flag);
%EXTRNN is the M-file description of the SIMULINK system named EXTRNN.
% The block-diagram can be displayed by typing: EXTRNN.
%
% SYS=EXTRNN(T,X,U
www.eeworm.com/read/198709/7916004
h neucell.h
////neucell.h
//
#include
#define NEURON_LIM 1
#define NEURON_DBLIM 2
#define NEURON_SIGM 3
#define NEURON_TANH 4
#define NEURON_GAUS 5
typedef int NEURONTYPE;
class
www.eeworm.com/read/380486/9145124
c ga_server.c
/* ga_server.c */
/* Copyright 2004-2007 Oswaldo Morizaki Hirakata*/
/* This file is part of ga-nn-ag.
ga-nn-ag is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/448038/7541258
m visualize_map.m
function varargout = visualize_map(varargin)
% visualize_maps opens a graphical interface for visaulising CPANNs and kohonen maps
% visualize_maps is called by each visualize file (visualize_kohon
www.eeworm.com/read/244870/12839362
m rbf逼近.m
clear;
clc;
X=-1:0.1:1;T=cos(pi*X);
figure(1)
plot(X,T,'+');
disp_freq=10;%显示间隔次数
max_neuron=100;%最多神经元数
err_goal=0.02;%目标误差平方和
sc=1;%径向基函数的分布常数
dp=[disp_freq max_neuron err_goal sc];
[W1,b1
www.eeworm.com/read/140278/13091049
cpp neuronobj.cpp
/*
* public/ann/neuronobj.cpp
* 2004-03-07 By ShanLanshan
*/
#include
#include
namespace ann {
////////////////////////////////////////////////////////
www.eeworm.com/read/138956/13199579
c timetest.c
/******************************************************************************
TIMETEST.C
COPYRIGHT 1988, 1989 GREGORY COLVIN.
www.eeworm.com/read/101018/6261180
nn xor.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 3
#
# NEURON x y z
# x = layer number
# y = node name
# z = node bias
NEURON 0 in1 0.0
NEURON 0 in2 0.0
NEURON 1 hidden1
www.eeworm.com/read/101018/6261461
nn xor.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 3
#
# NEURON x y z
# x = layer number
# y = node name
# z = node bias
NEURON 0 in1 0.0
NEURON 0 in2 0.0
NEURON 1 hidden1
www.eeworm.com/read/494772/6374958
m visualize_map.m
function varargout = visualize_map(varargin)
% visualize_maps opens a graphical interface for visaulising CPANNs and kohonen maps
% visualize_maps is called by each visualize file (visualize_kohon