Statistics
RANK
156,467
of 295,448
REPUTATION
0
CONTRIBUTIONS
4 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Feeds
How to improve the training accuracy in example of Train Convolutional Neural Network for Regression?
You could try adding dropout layer, regularization, strengthening your database ... It's fine with your regularization code, bu...
4 years ago | 0
HOW TO INCREASE TESTING ACCURACY IN CNN?
Hello, my dear. I think you could insert two things: layer dropout and data augmentation. It's fine with your regularization...
4 years ago | 0
How to classify digital images that belong to one or more classes using deep learning (convolutional neural networks)? The classes of each image are described in a CSV file.
This is data_meta CSV Image ,Class A, Class B, Class C, Class D 00000001_000.png,1,1,0,0 00000001_001.png,1,1,0,1 00000001...
4 years ago | 0
Question
How to classify digital images that belong to one or more classes using deep learning (convolutional neural networks)? The classes of each image are described in a CSV file.
I have an image dataset. Each image can belong to one or more classes. That is, in the same image there are one or more classe...
4 years ago | 1 answer | 0
1
answerQuestion
How to segment a thin smoke/fog/spray (specter of the smoke/fog/spray is confused with the background.)
Using convolutive neural networks such as I can segment a fine smoke / fog / spray, being so thin that the smoke / fog / spray s...
5 years ago | 0 answers | 0
0
answersQuestion
How to create the Multiscale Features module of a Convolutional Neural Network (MF-CNN)?
Multiscale Features-Convolutional Neural Network (MF-CNN),Multiscale Features-Convolutional Neural Network (MF-CNN),Multiscale F...
5 years ago | 0 answers | 0
0
answersHow can I merge (concatenate) feature maps from two different CNN layers in my architecture?
Has anyone ever gotten it on matlab Multiscale Features-Convolutional Neural Network? Similar to work: https://ieeexplore.ieee....
5 years ago | 0
Question
Analyze Spectrum
Through image = imread (image.tiff), then Y = fftshift applied (fft2 (image)). Viewed the spectrum through imshow (log (abs (A ...
13 years ago | 0 answers | 0