代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/267292/4268228
m newarchfc.m
function NetArch = newarchfc(neuron_num , input_num , input_type , neuron_type , weight_type , delay_type)
% NEWARCHFC Create fully connected architecture forBiological Neural
% Ne
www.eeworm.com/read/396894/8083713
m fcurve.m
%fcurve - computes a neuron's i/o function
%
% [x, fx, lambda] = fcurve( T ) computes the
% integrate-and-fire neuron's i/o function,
% i.e., its mean synaptic output as a function
% of consta
www.eeworm.com/read/380488/9144973
cpp test1-natural.cpp
#include "stdafx.h"
#include "aine.h"
#include "ne-neuron.h"
#include "ne-data.h"
using namespace aine;
extern ofstream tron;
namespace Natural
{
int TestAdjust( const string )
{
Neuron N[10];
www.eeworm.com/read/389844/8496311
m elm_incremental.m
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%
% ELM_incremental(network,data) - train with incremental learning algorithm
% starting with single neuron and adding
www.eeworm.com/read/268019/11156380
m createffnn.m
net = network;
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%
% This function creates a feedforward neural network with 100
% neurons in the input layer and 1 neuron in the
www.eeworm.com/read/267292/4268268
m newneuron.m
function NeuronModel = newneuron(neuron_fun , model_type , state_num , model_param , ...
spike_det_fun , spike_det_fun_param , reset_fun , reset_fun_param)
% NEWNEURON Create new neuron mode
www.eeworm.com/read/483607/6599494
h activations.h
/***************************************************************************/
/*!
* \file activations.h
*
* \brief file for all kinds of different neuron activation functions
*
* \author Ge
www.eeworm.com/read/252904/12255778
cpp network.cpp
#include "stdAfx.h"
#include "network.h"
#include "neuron.h"
/*
ANN network layer
www.eeworm.com/read/267292/4268267
m checkneuron.m
function [CheckMessage , CheckFlag] = checkneuron(NeuronModel)
% CHECKNEURON Check neuron model for errors
%
% Version: 1.0
% ----------------------------------
% Amir Reza Saffari Az
www.eeworm.com/read/483607/6599506
py sparse_nonlin_system_identification.py
###########################################################
# sparse nonlinear system identification with long-term
# dependencies of 2 example systems
#
# see " Echo State Networks with Filter Neuron