代码搜索:Neuron

找到约 763 项符合「Neuron」的源代码

代码结果 763
www.eeworm.com/read/388876/8569522

c fann_io.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 terms
www.eeworm.com/read/380486/9145021

c weight_update.c

/* weight_update.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 G
www.eeworm.com/read/380486/9145104

log autoscan.log

autoscan: warning: missing AC_CHECK_FUNCS([getcwd]) wanted by: ga_server.c:101 test.c:5 autoscan: warning: missing AC_CHECK_FUNCS([pow]) wanted by: mutate_neuron.c:70 mutate_neuron.c:87 mutate_
www.eeworm.com/read/448038/7541259

m model_cpann.m

function model = model_cpann(X,class,settings) % counterpropagation artificial neural networks (CPANNs) % model_cpann builds a classification model based on CPANNs % % model = model_cpann(X,cla
www.eeworm.com/read/494772/6374959

m model_cpann.m

function model = model_cpann(X,class,settings) % counterpropagation artificial neural networks (CPANNs) % model_cpann builds a classification model based on CPANNs % % model = model_cpann(X,cla
www.eeworm.com/read/194767/8186587

m cm_mod2_mlik.m

function [loglik, yhat, neuron1] = cm_mod2_mlik(beta); global squasher data1 minx miny maxx maxy malags nwlags neuronxarg_ygap cthres_ygap neuronxarg_inf cthres_inf neuronxarg_yvol cthres_yvol LAMBDA
www.eeworm.com/read/194767/8186620

m cm_mod1_out.m

function [error, yhat] = cm_mod1(beta); global squasher data1 minx miny maxx maxy malags neuronxarg_ygap cthres_ygap neuronxarg_inf cthres_inf neuronxarg_yvol cthres_yvol ; y = data1(:,1); x = da
www.eeworm.com/read/194767/8186664

m cm_mod1_mlik.m

function [loglik, yhat, neuron1] = cm_mod1_mlik(beta); global squasher data1 minx miny maxx maxy malags nwlags neuronxarg_ygap cthres_ygap neuronxarg_inf cthres_inf neuronxarg_yvol cthres_yvol LAMBDA
www.eeworm.com/read/194767/8186695

m cm_mod4.m

function [error, yhat, pderiv,neuron1] = cm_mod4_out(beta); global squasher data1 minx miny maxx maxy malags neuronxarg_ygap cthres_ygap neuronxarg_inf cthres_inf neuronxarg_yvol cthres_yvol ; y =
www.eeworm.com/read/194767/8186701

m cm_mod2_out.m

function [error, yhat] = cm_mod2(beta); global squasher data1 minx miny maxx maxy malags neuronxarg_ygap cthres_ygap neuronxarg_inf cthres_inf neuronxarg_yvol cthres_yvol ; y = data1(:,1); x = data