Statistics
RANK
154.528
of 295.467
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
8.169 of 20.234
REPUTATION
104
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
1043
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
More than one hidden layer
Try that for a 10:3:3:5 NN with specific activation functions.The range of input is [-1,1]. net=newff([-1 1; -1 1; -1 1; -1 1; ...
ongeveer 13 jaar ago | 0
Question
faster winner takes all
I 've made an mplementation of the winner takes all rule (WTA) using a for loop (code bellow). But now I want to "harden" ~8 mil...
ongeveer 13 jaar ago | 1 answer | 0
1
answerLearning neural network for fuzzy controller with three outputs
ANFIS is built to have a single output. Use a standard neural network if you need 3 outputs.
meer dan 13 jaar ago | 0
Question
plot a function in 3D
I have variables a and b both defined in [-1,+1] and the function c = a / (a + b) How can I plot c in 3D to visualize the fu...
meer dan 13 jaar ago | 2 answers | 0
2
answersSubmitted
DEM to volumetiric
converts a Digital Elevation Model (or 2.5D data) to a volumetric raster (or true 3D data)
meer dan 14 jaar ago | 1 download |