Community Profile

photo

Dimitris


Active since 2010

Followers: 0   Following: 0

Message

Statistics

All
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
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; ...

12 years 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...

12 years ago | 1 answer | 0

1

answer

Answered
Learning 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.

12 years 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...

12 years ago | 2 answers | 0

2

answers

Submitted


DEM to volumetiric
converts a Digital Elevation Model (or 2.5D data) to a volumetric raster (or true 3D data)

14 years ago | 1 download |