.. image:: pyeco.png :height: 20 :alt: Economie :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-economiste .. image:: pystat.png :height: 20 :alt: Statistique :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-data-scientist Transfer Learning +++++++++++++++++ Le `tranfer learning `_ consiste à réutiliser un modèle de deep learning déjà appris sur une grande base de données pour un problème aux dimensions plus modestes. C'est la première chose à faire quand on commence le deep learning : c'est souvent très rapide pour des résultats déjà acceptables. Cela a aussi l'avantage d'être peu coûteux comparé à l'apprentissage d'un réseau de neurones profond complet sur une grande bases de données. *Notebooks* * `Transfer Learning `_ (Olivier Grisel) * `Search images with deep learning `_ *Lectures - introduction* * `Building powerful image classification models using very little data `_ * `Deep Learning : choisir son framework et entrainer ses modèles dans Azure `_, présenté avec `Olivier Grisel `_ *Lectures - articles* * `Unsupervised and Transfer Learning Challenges in Machine Learning, Volume 7 `_ * `ICML2011 Unsupervised and Transfer Learning Workshop `_ * `Transfer Learning `_ * `Deep Learning of Representations for Unsupervised and Transfer Learning `_ * `Unsupervised and Transfer Learning Challenge: a Deep Learning Approach `_ * `Transfer Learning by Kernel Meta-Learning `_ * `A Survey on Transfer Learning `_ * `Domain-Adversarial Training of Neural Networks `_ * `Stability and Hypothesis Transfer Learning `_ * `Transfer Learning Decision Forests for Gesture Recognition `_ * `Learning Transferable Features with Deep Adaptation Networks `_ * `Asymmetric Transfer Learning with Deep Gaussian Processes `_ * `Transfer Learning in Sequential Decision Problems: A Hierarchical Bayesian Approach `_ * `Transfer Learning for Reinforcement Learning Domains: A Survey `_ * `Unsupervised dimensionality reduction via gradient-based matrix factorization with two adaptive learning rates `_ * `Transferability in Machine Learning: from Phenomena to Black-Box Attacks using Adversarial Samples `_ * `Semi-supervised Knowledge Transfer for Deep Learning from Private Training Data `_ * `Knowledge Concentration: Learning 100K Object Classifiers in a Single CNN `_ *Lectures - hors nn* * `Transfer Learning Decision Forests for Gesture Recognition `_ *Modèles pré-entraînés* * `Places CNN `_, `Pre-release of Places365-CNNs `_ (deep learning) * `CNTK `_ (sur `github `_) * `Model Zoo `_ * `Model Gallery CNTK `_ * `tensorflow/models `_