Deep learning by Andrew Ng---DNN

Source: Internet
Author: User
Tags dnn

When should do we use fine-tuning?

It is typically used only if you have a large labeled training set; In this setting, fine-tuning can significantly improve the performance of your classifier. However, if you had a large unlabeled dataset (for unsupervised feature learning/pre-training) and only a relatively smal L labeled training Set, then fine-tuning was significantly less likely to help.

Stacked Autoencoders (Training):

Equivalent to capturing the characteristics of an input set with multiple Autoencoder. The first autoencoder captures the characteristics of the dataset and gets the feature matrix1 (hidden Layer weight). Then the feature matrix1 and the input set feedforward processed activation as input to capture higher-level features matrix2 (hidden Layer weight). And then repeat, then the last obtained feature activation as input set input into Softmax classifier (or other classifier) training. ( note that the feature matrix obtained after training is not passed directly to the next autoencoder, but rather the input set is passed to the next autoencoder with the activation of this input set, using the Feedforward method. The output will be passed to the next Autoencode).



Then the entire network after training, the various steps to get the characteristics of the matrix and the parameters of the classifier to synthesize a new network.

Fine-tuning:

(not to be continued)

Deep learning by Andrew Ng---DNN

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.