photo

Akshay Joshi


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Revival Level 1
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Selecting neural network for a particular classification problem
Hi, I've been trying to fit a data with neural network, and optimizing the testing accuracy. The input feature space is 1,990...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


spmd running multiple times
I'm running 2 RBF networks with different spread constant values. I'm trying to use spmd to get both executed in concurrent fash...

6년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
RBF network not generalizing well
Thanks Greg, John !!

6년 초과 전 | 0

질문


RBF network not generalizing well
Hi all, I'm trying RBF for a classification problem. The input matrix is of size 40,000 x 2,500 and output matrix is of size ...

6년 초과 전 | 답변 수: 3 | 0

3

답변

답변 있음
Neural Network Transfer Function
Try the following: net1.layers{1}.transferFcn='logsig'; net1.layers{2}.transferFcn='logsig'; net1.layers{3}.transferFcn=...

6년 초과 전 | 0

질문


Neural network: train() behavior with earlier results
I have a very large dataset of around 150GB that I need to process using neural networks. As this data is quite big, I've to bre...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I prepare proper input and output dataset for multilayer neural networks
I'm trying to create a neural network for the function y=x^2 with: * 1 input layer * 1 output layer * 2 hidden layers, with...

대략 7년 전 | 답변 수: 1 | 0

1

답변