Community Profile

photo

Neelabh Jyoti Saharia


Last seen: 1 month ago Active since 2021

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Pass a function as a property to a Test class
Hi, I am new to the unit test framework. I am writing a simple test class with two test methods as shown below. classdef Tester...

5 months ago | 1 answer | 0

1

answer

Question


Interpolation for 2 dependent output data
I have a table as shown below. Col 1 = input, Col 2 = output (consists of two outputs that depend on each other) . How do I ...

6 months ago | 2 answers | 0

2

answers

Question


How to use a self-made loss function for a simple Neural Net ?
I have been using net = feedforwardnet(10) %or net = fitnet(10) for my regression problem. I am using simple networks wit...

1 year ago | 1 answer | 0

1

answer

Question


Wrong prediction results from feedforwardnet
I made a simple feedforward net as follows: mynet = feedforwardnet(5) mynet.layers{1}.transferFcn = 'poslin'; % one hidden lay...

1 year ago | 1 answer | 0

1

answer