
Drew Ellington
Statistics
5 Questions
0 Answers
RANK
249,629
of 260,302
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 17,892
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111,788
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Why won't trainNetwork recognise my layer object? - Error using trainNetwork (line 184) Layers argument must be an array of layers or a layer graph.
I'm trying to produce my own basic CNN to solve a basic problem, however trainNetwork refuses to recognise any layer object or l...
5 months ago | 0 answers | 0
0
answersQuestion
Why does trainNetwork return an error? - Error using trainNetwork (line 184) Layers argument must be an array of layers or a layer graph.
Why does trainNetwork not recognise my layers? I've tried copy-pasting prebuilt layers from a .mlx tutorial but i'm receiving t...
5 months ago | 0 answers | 0
0
answersQuestion
How would you train a CNN to accurately predict the output of say the swt2 or fft2 function on an image?
Does anyone have any documentation, theories, code, methods or achitecture to train a CNN to accurately predict the output of sa...
5 months ago | 1 answer | 0
1
answerQuestion
How can I match a image feature descriptor to a copied descriptor inside the same image, without detecting the original feature point?
I'm looking to detect if someone had copied an object from one area of an image to another, I've read the relevant liturature s...
6 months ago | 1 answer | 0
1
answerQuestion
How do I find a specific x values in an array(?) of x,y locations?
I'm able to create a matrix of x, y values , coordinates = [1,2; 3,4; 10,5; 4,5]; and use find(x), to search in the array, ...
6 months ago | 1 answer | 0