All Projects → Imperial-College-Data-Science-Society → Lecture-3-Linear-Models

Imperial-College-Data-Science-Society / Lecture-3-Linear-Models

Licence: MIT License
ICDSS Machine Learning Workshop Series: Linear Models

Programming Languages

Jupyter Notebook
11667 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lecture-3-Linear-Models

Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+194.74%)
Mutual labels:  linear-regression, scikit-learn, keras-tensorflow
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (+852.63%)
Mutual labels:  linear-regression, keras-tensorflow
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+7878.95%)
Mutual labels:  linear-regression, scikit-learn
Machine Learning And Reinforcement Learning In Finance
Machine Learning and Reinforcement Learning in Finance New York University Tandon School of Engineering
Stars: ✭ 173 (+810.53%)
Mutual labels:  finance, scikit-learn
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+176957.89%)
Mutual labels:  linear-regression, scikit-learn
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (+5305.26%)
Mutual labels:  linear-regression, scikit-learn
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+2457.89%)
Mutual labels:  finance, keras-tensorflow
AIPortfolio
Use AI to generate a optimized stock portfolio
Stars: ✭ 28 (+47.37%)
Mutual labels:  finance, scikit-learn
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (+147.37%)
Mutual labels:  linear-regression, keras-tensorflow
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+247.37%)
Mutual labels:  linear-regression, keras-tensorflow
bruceR
📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.
Stars: ✭ 110 (+478.95%)
Mutual labels:  linear-regression, linear-models
Otto
Otto makes machine learning an intuitive, natural language experience. 🏆 Facebook AI Hackathon winner ⭐️ #1 Trending on MadeWithML.com ⭐️ #4 Trending JavaScript Project on GitHub ⭐️ #15 Trending (All Languages) on GitHub
Stars: ✭ 894 (+4605.26%)
Mutual labels:  scikit-learn, keras-tensorflow
linear-tree
A python library to build Model Trees with Linear Models at the leaves.
Stars: ✭ 128 (+573.68%)
Mutual labels:  scikit-learn, linear-models
abess
Fast Best-Subset Selection Library
Stars: ✭ 266 (+1300%)
Mutual labels:  linear-regression, scikit-learn
100DaysOfMLCode
I am taking up the #100DaysOfMLCode Challenge 😎
Stars: ✭ 12 (-36.84%)
Mutual labels:  scikit-learn, keras-tensorflow
machine learning
A gentle introduction to machine learning: data handling, linear regression, naive bayes, clustering
Stars: ✭ 22 (+15.79%)
Mutual labels:  linear-regression, scikit-learn
machine-learning-course
Machine Learning Course @ Santa Clara University
Stars: ✭ 17 (-10.53%)
Mutual labels:  linear-regression, scikit-learn
Python-Machine-Learning
Python Machine Learning Algorithms
Stars: ✭ 80 (+321.05%)
Mutual labels:  scikit-learn
5MinuteFinance
Interactive Presentations for Financial Education using R/Shiny. See full list of presentations (with links) below.
Stars: ✭ 69 (+263.16%)
Mutual labels:  finance
Machine-Learning
The projects I do in Machine Learning with PyTorch, keras, Tensorflow, scikit learn and Python.
Stars: ✭ 54 (+184.21%)
Mutual labels:  scikit-learn

Linear Models

ICDSS Machine Learning Workshop Series: Linear Models

Prerequisites

  • Basic Linear Algebra
  • Any experience with programming

Overview

The aim of this workshop is to introduce you to Data Science and especially Linear Models. We will answer questions, such as "what is a model?" and "why linear in particular". Then, we will go through some applications, starting with a Simple Beta Hedging algorithm, usually used in Finance. Finally, we will get our hands dirty with implementing this algorithm in vanilla Python and then using off-shelf Machine Learning frameworks, such as scikit-learn and TensorFlow.

Tasks

Complete exercise task in 'Demo.ipynb' the 'notebooks' folder. Use the 'Linear Models.ipynb' notebook for guidance

Link to Binder

Binder

Agenda

Theory

Linear Models

Applications

Finance - Simple Beta Hedging

Codelab

Vanilla Python

Setup

macOS
  1. Follow Python setup environment, according to Docs repocitory.
  2. Run source scripts/setup.sh command.

Resources

Academia

  • Regression Analysis, MIT 18.S096 Topics in Mathematics with Applications in Finance [PDF]
  • The Linear Model I, Caltech CS 156 Machine Learning [PDF]
  • The Linear Model II, Caltech CS 156 Machine Learning [PDF]
  • Linear Regression, Oxford Machine Learning [PDF]

Tutorials

  • Python NumPy Tutorial, Stanford CS231n [tutorial]
  • Linear Regression Example, scikit-learn [code]
  • Linear Regression in TensorFlow, aymericdamien [ipynb]
  • Linear Regression, Quantopian [ipynb]
  • Multiple Linear Regression, Quantopian [ipynb]
  • GradientDescentExample, mattnedrich [Github]

Videos

  • Regression Analysis, MIT 18.S096 Topics in Mathematics with Applications in Finance [YouTube]
  • The Linear Model I, Caltech CS 156 Machine Learning [YouTube]
  • The Linear Model II, Caltech CS 156 Machine Learning [YouTube]
  • Linear Regression, Oxford Machine Learning [YouTube]

License

MIT License

Copyright (c) 2017 ICDSS

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].