Displaying 13 results from an estimated 13 matches for "perceptron".
Did you mean:
perception
2013 Mar 27
0
A simple perceptron neural network (nnet)
can u explain me, how it works your code??? please. i´m also doing a simple
perceptron for homework on R and i dont know where to start.
[[alternative HTML version deleted]]
2009 Jul 23
1
Help with Loop!
Dear experts,
I'm new in R and trying to learn by writing a version of the Perceptron
Algorithm. How can I tell in the code below to stop the iteration when the
condition in the "for loop" is not satisfied for all training examples?
Thanks in advance for your help!
## Generate a linearly separable data set in R2
sample <- as.data.frame(cbind(runif(n=100),runif(n=100...
2002 Nov 13
1
building a formula for glm() with 30,000 independent vari ables
Dear Prof. Ripley,
you mention the theory of perceptrons.
Could you please point me to an introduction paper or book?
Thanks in previous,
Dominik
> -----Original Message-----
> From: ripley at stats.ox.ac.uk [mailto:ripley at stats.ox.ac.uk]
> Sent: dimanche, 10. novembre 2002 18:55
> To: Ben Liblit
> Cc: r-help at stat.math.ethz.ch
>...
2017 Dec 16
2
Replace call stack with an equivalent on the heap?
Hello,
I'm implementing a custom Haskell-to-LLVM compiler, and in my
experimentation, noticed that GHC is much slower than clang certain
examples, such as the ackermann function. However, from reading their
respective IRs (Cmm for GHC and LLVM for clang), I don't really see much of
a difference. Here is a link to the numbers. (n, m) are the parameters to
the ackermann function
2012 Mar 29
3
[xapian] GSoC - Learning to Rank, Introduction and some Ideas
...file is :
http://code.google.com/u/110675325175605367090/
I am interested in applying for the project - *"Learning to Rank*". I have
read the pointers on the ideas page and some literature about it. I was
thinking, based on my literature review, that something on the lines on
Multi-layer Perceptron network with Ant Colony Optimization or an Improved
random Forest could be a good option. I selected the same because of my
experience on the topic. Although any further details/pointers to the
projects would be greatly appreciated. I would also like to request you to
please let me know about any s...
2010 Nov 03
0
bad optimization with nnet?
Hy,
I try to give an example of overfitting with multi-layer perceptron.
I have done following small example :
library(nnet)
set.seed(1)
x <- matrix(rnorm(20),10,2)
z <- matrix(rnorm(10),10,1)
rx <- max(x)-min(x)
rz <- max(z)-min(z)
x <- x/rx
z <- z/rz
erreur <- 10^9
for(i in 1:100){
temp.mod <- nnet(x=x,y=z,size=10,rang=1,maxit=1000)
i...
2010 Dec 16
0
Help on neural network
Hi all,
I am trying to develop a neural network(Multilayer perceptron) with the
package 'NEURALNET'. I have some doubts on it,
1. Whether this procedure taken care about categorical input variables- The
reason is I could not find any option to describe type of variable in the
arguments?
2.The algorithm is providing input variables generalized weights like th...
2017 Jul 05
2
Deep learning y redes neuronales
Buenas,
He estado leyendo publicaciones sobre las redes neuronales ( y el deep learning) pero no consigo entender el tipo de operaciones que se hacen en cada una de las capas de las redes neuronales. Necesito alguna explicacion más para tontos. ¿Alguien entiende bien lo que hace una red neuronal?
Por ejemplo, un randomForest hace el ensamble por boostrap de árbole sde clasificación. Un SVM crea
2000 Apr 28
1
obtaining the discriminant line from lda
Dear R folks,
Thanks to all your help before I have loaded a 1-D toy data set into
R and did LDA on it. The toy data has Class=0 if value>0.
> XY <-- read.table ("test.xy",header=T )
> XY
X.Class value
1 0 60.4897262
2 0 32.9554489
3 -1 -53.6459189
4 0 44.4450579
.
.
.
998 -1 -43.4183157
999 0
2005 Sep 06
2
Yum thing
Hi,
As there is no (decent) way to specify a particular repo for an
particular package with yum, I'm having an odd problem: Although
the version numbers differ, I have 2 spamassassin pkgs in different
repo's (updates and my own addons) which are seen as updates to
eachother:
jelsum:/root-# tail -11 /var/log/yum.log
Sep 02 04:26:34 Installed: perl-Mail-SpamAssassin.i386 3.1.0-1
Sep 02
2000 Jul 11
2
warnings associated with logistic regression
Hi all,
This is as much as statistical/estimation question as an R-specific
one, but here goes.
I am trying to use logistic regression to predict suitability of
habitats for certain plant species. The response variable is a binary
one that indicates whether a particular species is found at a site on
the landscape. The independent variables represent physical
characteristics of the landscape
2002 Nov 10
7
building a formula for glm() with 30,000 independent variables
I would like to use R to perform a logistic regression with about
30,000 independent variables. That's right, thirty thousand. Most
will be irrelevant: the intent is to use the regression to identify
the few that actually matter.
Among other things, this calls for giving glm() a colossal "y ~ ..."
formula with thirty thousand summed terms on its right hand side. I
build up the
2010 Jul 18
6
CRAN (and crantastic) updates this week
...dates in month units. Perform date arithmetic in
"months" (default), "years", and "days". Enable dates to have
"shape" (non NULL dim).
* monmlp (1.0)
Alex J. Cannon
http://crantastic.org/packages/monmlp
Multi-layer perceptron neural network with partial monotonicity
constraints
* mugnet (0.08.1)
Nikolay Balov
http://crantastic.org/packages/mugnet
A package that models continuous multivariate data via directional
acyclic graphs and provides inference based on the frequentist
approach
* multisensi (1.0-3)...