Skip to content

Science des données Saison 4 : Apprentissage en grande dimension, Données fonctionnelles, Détection d'anomalies, Introduction au Deep Learning

Notifications You must be signed in to change notification settings

Paul-Saves/High-Dimensional-Deep-Learning

 
 

Repository files navigation

High Dimensional and Deep Learning

Presentation :

The main theme of the course is learning methods, especially deep neural networks, for processing high dimensional data, such as signals or images. We will cover the following topics:

  • Neural networks and introduction to deep learning: definition of neural networks, activation functions, multilayer perceptron, backpropagation algorithms, optimization algorithms, regularization
    Application : Implementation of a mlp with one layer with Numpy

  • Convolutional neural networks: convolutional layer, pooling, dropout, convolutional network architectures (ResNet, Inception), transfer learning and fine tuning, applications for image or signal classification.
    Application : Image classification on MNIST and CatsVsDogs data with Tensorflow

  • Encoder-decoder, Variational auto-encoder, Generative adversarial networks

  • Functional decomposition on splines, Fourier or wavelets bases: cubic splines, penalized least squares criterion, Fourier basis, wavelet bases, applications to nonparametric regression, linear estimators and nonlinear estimators by thresholding, links with the LASSO method.

  • Anomaly detection for functional data: One Class SVM, Random Forest, Isolation Forest, Local Outlier Factor. Applications to anomaly detection in functional data.

Organisation :

  • Lectures : 15 H .

  • Practical works : 25 H applications on real data sets with the softwares R and Python's libraries Scikit Learn and Keras -Tensorflow.


Evaluation : written exam (50 %) and project (50 %) .


Objectives :

At the end of this module, the student will have understood and be able to explain (main concepts):

  • Using deep learning methods for classification in high dimension
  • Classification of signal and images
  • Estimation of the prediction error
  • Dimension reduction by projections onto orthonormal bases
  • Anomaly detection
  • Application of deep learning methods on real data sets

The student will be able to:

  • Fit a deep neural network for signal or image classification
  • Implement deep learning methods in high dimension on real data sets with the software Python or R’s libraries.

About

Science des données Saison 4 : Apprentissage en grande dimension, Données fonctionnelles, Détection d'anomalies, Introduction au Deep Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.4%
  • Python 1.6%