代码搜索:Neuron
找到约 763 项符合「Neuron」的源代码
代码结果 763
www.eeworm.com/read/459924/7262661
c fann_train.c
/*
Fast Artificial Neural Network Library (fann)
Copyright (C) 2003 Steffen Nissen (lukesky@diku.dk)
This library is free software; you can redistribute it and/or
modify it under the t
www.eeworm.com/read/201006/15418379
m try_pruning_hidden_neuron.m
function [net, params] = try_pruning_hidden_neuron(data, s, net0, params0, ind, status, diff)
% TRY_PRUNING_HIDDEN_NEURON Try pruning the given hidden neuron
%
% This function is easier to use th
www.eeworm.com/read/456357/7351143
cc ann.cc
/*
YAKS, Optann, a Khepera simulator including a separate GA and ANN
(Genetic Algoritm, Artificial Neural Net).
Copyright (C) 2000 Johan Carlsson (johanc@ida.his.se)
This program is free
www.eeworm.com/read/456357/7351198
h ann.h
/*
YAKS, Optann, a Khepera simulator including a separate GA and ANN
(Genetic Algoritm, Artificial Neural Net).
Copyright (C) 2000 Johan Carlsson (johanc@ida.his.se)
This program is free
www.eeworm.com/read/101018/6261179
nn and.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 2
#
# 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 out 0.5
www.eeworm.com/read/101018/6261181
nn not.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 2
#
# NEURON x y z
# x = layer number
# y = node name
# z = node bias
NEURON 0 in 0.0
NEURON 1 out 1.1
#
# DEFAULTOUT "
www.eeworm.com/read/101018/6261184
nn or.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 2
#
# 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 out 0.5
www.eeworm.com/read/101018/6261460
nn and.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 2
#
# 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 out 0.5
www.eeworm.com/read/101018/6261462
nn not.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 2
#
# NEURON x y z
# x = layer number
# y = node name
# z = node bias
NEURON 0 in 0.0
NEURON 1 out 1.1
#
# DEFAULTOUT "
www.eeworm.com/read/101018/6261465
nn or.nn
# First line starts the NN loading and gives the # of layers.
NN_BEGIN 2
#
# 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 out 0.5