photo

Paul Peeling

MathWorks

Last seen: 21 days ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Likeable
  • Quiz Master
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 2
  • First Submission
  • Commenter
  • Promoter
  • Creator

View badges

Feeds

Answered
Artificial Neural Network back propagation image classification
In the Neural Network toolbox, each column is a sample, so you need to arrange your input matrix as PxA, and output matrix as 5x...

12 years ago | 0

| accepted

Answered
Extract samples with normal distribution from dataset
You could use NCHOOSEK to generate subsets from your dataset with the desired number of samples, and then for each subset run a ...

12 years ago | 0

Answered
How to create a dataset array from table?
Hi Alexis You should be able to create a dataset directly from your table, without writing and reading from Excel. Once you h...

12 years ago | 0