All Projects → amueller → Advanced_training

amueller / Advanced_training

Licence: bsd-2-clause
Advanced Scikit-learn training session

Projects that are alternatives of or similar to Advanced training

Nlp Models Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
Stars: ✭ 1,603 (+1281.9%)
Mutual labels:  jupyter-notebook
Know Your Intent
State of the Art results in Intent Classification using Sematic Hashing for three datasets: AskUbuntu, Chatbot and WebApplication.
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Dogbreed gluon
kaggle Dog Breed Identification
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Hr Depth
[AAAI 2021] HR-Depth : High Resolution Self-Supervised Depth Estimation
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Stocksentimenttrading
Algorithmic Trading using Sentiment Analysis on News Articles
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Sfd.pytorch
S3FD: single shot face detector in pytorch
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Flotilla
Reproducible machine learning analysis of gene expression and alternative splicing data
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Exploringdatawithpython
Methods of data exploration and visualization using Python.
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Art of data visualization
The art of effective visualization of multi-dimensional data
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Algorithms With Python
Solving the fundamentals of algorithms using Python
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Pyrosetta.notebooks
Jupyter Notebooks for learning the PyRosetta platform for biomolecular structure prediction and design
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Torch npss
pytorch implementation of Neural Parametric Singing Synthesizer 歌声合成
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Rethinking Pyro
Statistical Rethinking with PyTorch and Pyro
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Emp
Code repository of the Earth Microbiome Project.
Stars: ✭ 115 (-0.86%)
Mutual labels:  jupyter-notebook
Ebookml src
Source code in ebook Machine Learning
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+1206.9%)
Mutual labels:  jupyter-notebook
Pybatfish
Python client for Batfish: https://github.com/batfish/batfish
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Demo Docker
Demo notebooks inside a docker for end-to-end examples
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Pygoturn
PyTorch implementation of GOTURN object tracker: Learning to Track at 100 FPS with Deep Regression Networks (ECCV 2016)
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook
Ds bowl 2018
Kaggle Data Science Bowl 2018
Stars: ✭ 116 (+0%)
Mutual labels:  jupyter-notebook

advanced_training

Advanced Scikit-learn training session

Outline

1 Basic algorithms

  • Review of supervised learning
  • Linear models for classification and regression
  • Loss functions, regularization, empirical risk minimization
  • Path algorithms
  • Exercise: FIXME Regression

2 Basic tools

  • Cross-validation vs train/test split
  • GridSearchCV
  • Overfitting Parameters
  • Scoring Metrics
  • Exercise: FIXME

3 Preprocessing

  • Scaling and normalization

  • Feature selection:

    • Univariate
    • Model-based
    • RFE
    • Forward / backward selection
  • Polynomial and interaction features

  • Exercise: FIXME

4 Advanced tools

  • Pipelines
  • FeatureUnion
  • Function Transformer?
  • Exercise: FIXME

5 Advanced Supervised Learning

  • Decision Tree Recap
  • Random Forests
  • Gradient Boosting / xgboost
  • Kernel SVMs
  • Kernel approximation
  • Neural Networks
  • Exercise: FIXME

6 Unsupervised feature extraction and visualization

  • PCA
  • NMF
  • Robust PCA?
  • TSNE
  • Exercise: FIXME

7 Outlier Detection

  • Elliptic Envelope?
  • IForest ?
  • What else?
  • KDE?
  • SVM?
  • robust PCA?
  • Exercise: FIXME

8 Gaussian Processes

  • Non-iid data
  • Gaussian fit...
  • Covariance matrix is a kernel
  • regression, outlier detection, time series modelling
  • Exercise: FIXME

9 More Neural Networks

10 beyond standard sklearn

  • warm starts
  • out of core
  • custom estimators
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].