All Projects → albahnsen → Ml_riskmanagement

albahnsen / Ml_riskmanagement

Licence: mit
Short Course - Applied Machine Learning for Risk Management

Projects that are alternatives of or similar to Ml riskmanagement

Deeplearningframeworks
Demo of running NNs across different frameworks
Stars: ✭ 1,652 (+1151.52%)
Mutual labels:  jupyter-notebook
Google Colab Cloudtorrent
Colab Notebook Remote torrent client
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Rwet
Notebooks and other materials for Reading and Writing Electronic Text
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Glmm In Python
Generalized linear mixed-effect model in Python
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Team Learning Nlp
主要存储Datawhale组队学习中“自然语言处理”方向的资料。
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Huawei Digix Agegroup
2019 HUAWEI DIGIX Nurbs Solutions
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Nlp estimator tutorial
Educational material on using the TensorFlow Estimator framework for text classification
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Deep Histopath
A deep learning approach to predicting breast tumor proliferation scores for the TUPAC16 challenge
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Docs
MindSpore document
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Deep Reinforcement Learning In Trading
Stars: ✭ 129 (-2.27%)
Mutual labels:  jupyter-notebook
Breakthrough
UC Berkeley's software and documentation for Breakthrough Listen data
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Attic Climate
Mirror of Apache Open Climate Workbench
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Reinforcement Learning Implementation
Reinforcement Learning examples implementation and explanation
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Simpsonrecognition
Detect and recognize The Simpsons characters using Keras and Faster R-CNN
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Seq2seq tutorial
Code For Medium Article "How To Create Data Products That Are Magical Using Sequence-to-Sequence Models"
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Rossmann tsa forecasts
Time Series Analysis & Forecasting of Rossmann Sales with Python. EDA, TSA and seasonal decomposition, Forecasting with Prophet and XGboost modeling for regression.
Stars: ✭ 131 (-0.76%)
Mutual labels:  jupyter-notebook
Tensorflow realtime multi Person pose estimation
Multi-Person Pose Estimation project for Tensorflow 2.0 with a small and fast model based on MobilenetV3
Stars: ✭ 129 (-2.27%)
Mutual labels:  jupyter-notebook
Privateml
Various material around private machine learning, some associated with blog
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook
Deeplearningbook Notes
Notes on the Deep Learning book from Ian Goodfellow, Yoshua Bengio and Aaron Courville (2016)
Stars: ✭ 1,672 (+1166.67%)
Mutual labels:  jupyter-notebook
Security Api Solutions
Microsoft Graph Security API applications and services.
Stars: ✭ 132 (+0%)
Mutual labels:  jupyter-notebook

Short Course

Applied Machine Learning for Risk Management

The use of statistical models in computer algorithms allows computers to make decisions and predictions, and to perform tasks that traditionally require human cognitive abilities. Machine learning is the interdisciplinary field at the intersection of statistics and computer science which develops such statistical models and interweaves them with computer algorithms. It underpins many modern technologies, such as speech recognition, Internet search, bioinformatics and computer vision—Amazon’s recommender system, Google’s driverless car and the most recent imaging systems for cancer diagnosis are all based on Machine Learning technology.

This course on Machine Learning will explain how to build systems that learn and adapt using real-world applications. Some of the topics to be covered include linear regression, logistic regression, deep neural networks, clustering, and so forth. The course will be project-oriented, with emphasis placed on writing software implementations of learning algorithms applied to real-world problems, in particular, Credit Risk, Collections Management and Fraud Detection.

Instructors:

Dr. Alejandro Correa Bahnsen

Iván Torroledo

Requiriments

  • Python version 3.5;
  • Numpy, the core numerical extensions for linear algebra and multidimensional arrays;
  • Scipy, additional libraries for scientific programming;
  • Matplotlib, excellent plotting and graphing libraries;
  • IPython, with the additional libraries required for the notebook interface.
  • Pandas, Python version of R dataframe
  • scikit-learn, Machine learning library!

A good, easy to install option that supports Mac, Windows, and Linux, and that has all of these packages (and much more) is the Anaconda.

GIT!! Unfortunatelly out of the scope of this class, but please take a look at these tutorials

Sessions

Session Notebook link Exercises
1 Introduction to Machine Learning
2 Introduction to Python for Data Analysis Python & Numpy & Pandas
3 Linear Regression Income Prediction Rent
4 Logistic Regression Credit Scoring
5 Data Preparation and Model Evaluation Credit Scoring V2
6 Unbalance Datasets Fraud Detection
7 Decision Trees Fraud Detection V2
8 Ensemble Methods - Bagging Fraud Detection V3
9 Statistical Inference
10 Cost-Sensitive Classification Credit Scoring V4
11 Model Deployment
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].