photo

Dimitris


2010년부터 활동

Followers: 0   Following: 0

메시지

통계학

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

배지 보기

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

12년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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.

거의 13년 전 | 0

질문


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

거의 13년 전 | 답변 수: 2 | 0

2

답변

제출됨


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

14년 초과 전 | 다운로드 수: 1 |