Deep Learning with MATLAB: Training a Neural Network from Scratch with MATLAB

preview_player
Показать описание


© 2017 The MathWorks, Inc. MATLAB and Simulink are registered
trademarks of The MathWorks, Inc.
Рекомендации по теме
Комментарии
Автор

Love the way he presents it! It's funny, entertaining and still knowledgeable.
Maybe you could help me out with a question; I heard there is an around 21 hour long tutorial to get comfortable with neural networks on Matlab.
Does this exists or did i get caught by a hoax?

Best regards
JJ

jjanderson
Автор

thank you so much .. I was really in search for an example like that thank you so much <3

hadil
Автор

Pretty cool, as a math major I have no idea about GPU's, it wouldn't work with the gpuArray function so I removed it and it works afterwards using the cpu

Josh-wbii
Автор

It is awesome that matlab has deeplearning toolbox, but, can we create complex cnn, such as multi input-output models and directed acyclic graphs?

yemanbrhane
Автор

thanks, it was educative ... so I have a question, the net you created was trained with images of animals, what if the new data introduced to the net is a flower, building, or a friend's face, I'm quite sure it will be classified wrong instead of classifying it "Unkown". I wanna know what to do to train my data to know the

chaimaeyes
Автор

Hi, I am working in deep learning to detect the level of fatigue of a driver, what would be the parameters to use to perform this work.

oscarmayorgam
Автор

Error using imageDatastore (line 138)
Cannot find files or folders matching: it keeps saying this what shall i do ?

merondesta
Автор

please ma i have the Code ; i was watching your tutorial and it was vry nice ; but still i have some confusion ;

asfawalene
Автор

what is the alternative of imageDatastore for matlab 2014a? Pleas give me some insight

asfawalene
Автор

please i download cifar10 dataset but i didnot get the folder train and test so how i get these folder

wariyogodana
Автор

To create TrainData and TestData for no_img_train = 35
Warning: Escaped character '\P' is not valid. See 'doc sprintf' for supported special characters.
> In (line 121)
In (line 69)
In (line 15)
In (line 78)
In DAGNetwork/createDispatcher (line 324)
In (line 17)
In DAGNetwork/activations (line 138)
In Deep_ATT (line 32)
Error using DAGNetwork/createDispatcher (line 329)
Incorrectly defined MiniBatchable Datastore. Error in read method of C:\Program
Unable to read file: 'D:

Error in (line 17)
dispatcher = this.createDispatcher(X, miniBatchSize, precision, ...

Error in DAGNetwork/activations (line 138)
Y = this.calculateActivations(X, layerIndex, layerOutputIndex, varargin{:});

Error in Deep_ATT (line 32)
trainingFeatures = activations(net, augmentedTrainingSet, featureLayer, ...

RahulSharma-xond
Автор

Please how can i use ANN to predict the optimum geopolymer content in concrete.

oluwatobiakin