代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/148683/12444012
h twolayernetwork.h
#ifndef _TWOLAYERNETWORK_H
#define _TWOLAYERNETWORK_H
#include "MultiLayerNetwork.h"
namespace annie
{
/** Two layered networks are very commonly used. This is basically a
* multi-layer
www.eeworm.com/read/130567/14184975
h twolayernetwork.h
#ifndef _TWOLAYERNETWORK_H
#define _TWOLAYERNETWORK_H
#include "MultiLayerNetwork.h"
namespace annie
{
/** Two layered networks are very commonly used. This is basically a
* multi-layer
www.eeworm.com/read/130567/14185018
cpp link.cpp
#include "../include/Link.h"
#include "../include/Neuron.h"
using namespace std;
namespace annie
{
Link::Link(Neuron *to, Neuron *from)
{
_from = from;
_to = to;
_deltaWeight = 0;
www.eeworm.com/read/127235/14367042
h twolayernetwork.h
#ifndef _TWOLAYERNETWORK_H
#define _TWOLAYERNETWORK_H
#include "MultiLayerNetwork.h"
namespace annie
{
/** Two layered networks are very commonly used. This is basically a
* multi-layer
www.eeworm.com/read/127235/14367086
cpp link.cpp
#include "../include/Link.h"
#include "../include/Neuron.h"
using namespace std;
namespace annie
{
Link::Link(Neuron *to, Neuron *from)
{
_from = from;
_to = to;
_deltaWeight = 0;
www.eeworm.com/read/165306/5483566
h twolayernetwork.h
#ifndef _TWOLAYERNETWORK_H
#define _TWOLAYERNETWORK_H
#include "MultiLayerNetwork.h"
namespace annie
{
/** Two layered networks are very commonly used. This is basically a
* multi-layer perceptro
www.eeworm.com/read/380486/9145052
c nn.c
/* nn.c */
/* Copyright 2004-2007 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 Gene
www.eeworm.com/read/380486/9145194
c verify_connections.c
/* verify_connections.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
www.eeworm.com/read/194767/8186590
m cm_mod3_gmm.m
function [error, yhat, Jstat, Jsig, neuron1, neuron2, V, SIGB] = cm_mod3_gmm(beta);
global squasher data1 minx miny maxx maxy malags nwlags instlags z nwestdum
global neuronxarg_ygap cthres_ygap ne
www.eeworm.com/read/194767/8186720
m cm_mod3.m
function [error, yhat, pderiv,neuron1, neuron2] = cm_mod3(beta);
global squasher data1 minx miny maxx maxy malags neuronxarg_ygap cthres_ygap neuronxarg_inf cthres_inf neuronxarg_yvol cthres_yvol ;