Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Short Course - Applied Machine Learning for Risk Management
| Date | Stars |
|---|---|
| 2026-07-31 | 260 |
| 2026-08-01 | 260 |
| 2026-08-06 | 260 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
## 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* - email: <[email protected]> - twitter: [@albahnsen](https://twitter.com/albahnsen) - github: [albahnsen](http://github.com/albahnsen) *Iván Torroledo* - email: <[email protected]> - github: [torroledo](http://github.com/torroledo) ## Requiriments * [Python](http://www.python.org) version 3.5; * [Numpy](http://www.numpy.org), the core numerical extensions for linear algebra and multidimensional arrays; * [Scipy](http://www.scipy.org), additional libraries for scientific programming; * [Matplotlib](http://matplotlib.sf.net), excellent plotting and graphing libraries; * [IPython](http://ipython.org), with the additional libraries required for the notebook interface. * [Pandas](http://pandas.pydata.org/), Python version of R dataframe * [scikit-learn](http://scikit-learn.org), 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](https://www.continuum.io/). GIT!! Unfortunatelly out of the scope of this class, but please take a look at these [tutorials](https://help.github.com/articles/good-resources-for-learning-git-and-github/) ## Sessions | Session | Notebook link | Exercises | | :------------- | :------------- | ----| | 1 | [Introduction to Machine Learning](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/notebooks/01-IntroMachineLearning.ipynb)| | 2 | [Introduction to Python for Data Analysis](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/notebooks/02-IntroPython_Numpy_Scypy_Pandas.ipynb) | [Python & Numpy & Pandas](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/exercises/02-Python&Numpy&Pandas.ipynb)| | 3 | [Linear Regression](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/notebooks/04-linear_regression.ipynb) | [Income Prediction Rent](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/exercises/03-IncomePrediction.ipynb) | 4 | [Logistic Regression](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/notebooks/05-logistic_regression.ipynb) | [Credit Scoring](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/exercises/04-CreditScoring.ipynb) | 5 | [Data Preparation and Model Evaluation](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/notebooks/06-data_preparation_evaluation.ipynb) | [Credit Scoring V2](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/exercises/05-creditscoring_cross_validation.ipynb) | | 6 | [Unbalance Datasets](http://nbviewer.jupyter.org/github/albahnsen/ML_RiskManagement/blob/master/notebooks/08_Unbalanced_Datasets.ipynb)
Excerpt of 5,292 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:6d5b379669858dd8, desc:course