代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/259345/11806202
cpp genotype.cpp
#include "genotype.h"
//------------------------------------------------------------------------
//
// default ctor
//------------------------------------------------------------------------
www.eeworm.com/read/267448/11178462
m simulation of (leaky) integrate-and-fire neuron.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Simulation of (leaky) integrate-and-fire neuron
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all;
c
www.eeworm.com/read/148683/12443997
h recurrentneuron.h
#ifndef _RECURRENTNEURON_H
#define _RECURRENTNEURON_H
#include "SimpleNeuron.h"
#include "defines.h"
#include
namespace annie
{
/** A neuron used for recurrent networks.
* The
www.eeworm.com/read/130567/14184964
h recurrentneuron.h
#ifndef _RECURRENTNEURON_H
#define _RECURRENTNEURON_H
#include "SimpleNeuron.h"
#include "defines.h"
#include
namespace annie
{
/** A neuron used for recurrent networks.
* The
www.eeworm.com/read/127235/14367031
h recurrentneuron.h
#ifndef _RECURRENTNEURON_H
#define _RECURRENTNEURON_H
#include "SimpleNeuron.h"
#include "defines.h"
#include
namespace annie
{
/** A neuron used for recurrent networks.
* The
www.eeworm.com/read/494359/6375624
m dynamic_main.m
% the main program of the dynamic training
% -------------------------------------
clear('all');
clc;
load('matlabhia31.mat');
% record how many times have the parameters been changed
dynamic_co
www.eeworm.com/read/494359/6375630
asv dynamic_main.asv
% the main program of the dynamic training
% -------------------------------------
clear('all');
clc;
load('matlabhia31.mat');
% record how many times have the parameters been changed
dynamic_co
www.eeworm.com/read/380486/9145011
c get_fitness.c
/* get_fitness.c */
/* Copyright 2004 Oswaldo Morizaki */
/* 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 of the GNU
www.eeworm.com/read/380488/9144939
cpp sim1.cpp
#include "stdafx.h"
#include "aine.h"
#include "ne-neuron.h"
#include "ne-data.h"
using namespace aine;
extern ofstream tron;
static double Inverse( const double v )
{
return v > 1.0 ?
www.eeworm.com/read/459487/7274763
vb ineuron.vb
'------------------------------------------------------------------
' License Notice:
'------------------------------------------------------------------
' All Rights Reserved - Anoop Madhusudana