Community Profile

photo

Manu R


Last seen: 1 year ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Simple Regression
It sounds to me like you want to consider the logistic functional form for your linear regression, where: |Y(X) = a/(b + exp(c*...

13 years ago | 0

Answered
How to Show the Weight or Bias in a Neural Network?
Neural net objects in MATLAB have fields you can access to determine layer weights and biases. Suppose: mynet = feedfor...

13 years ago | 7

Answered
normally random number generator with limited zone
You should *not* choose a probability distribution and then restrict its range. It leads to all sorts of problems with your meas...

13 years ago | 1

Answered
Calling R from MATLAB on a Mac
_<http://blog.revolutionanalytics.com/2009/01/using-r-as-a-scripting-language-with-rscript.html Rscript is a noninteractive vari...

13 years ago | 3

| accepted

Answered
Why do I get an error when using disp in a CRON job?
If you're using _crontab_, make sure you've got the output environment variables SCHEDULE_* set as expected. This page has a use...

13 years ago | 0