Community Profile

photo

Dimitris


Aktiv seit 2010

Followers: 0   Following: 0

Kontakt

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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.

mehr als 12 Jahre vor | 0

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Gesendet


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

etwa 14 Jahre vor | 1 Download |