All Projects → QuantConnect → Tutorials

QuantConnect / Tutorials

Licence: apache-2.0
Jupyter notebook tutorials from QuantConnect website for Python, Finance and LEAN.

Projects that are alternatives of or similar to Tutorials

Adanet
Fast and flexible AutoML with learning guarantees.
Stars: ✭ 3,340 (+934.06%)
Mutual labels:  jupyter-notebook
Node
Neural Oblivious Decision Ensembles for Deep Learning on Tabular Data
Stars: ✭ 323 (+0%)
Mutual labels:  jupyter-notebook
Observations
Stars: ✭ 325 (+0.62%)
Mutual labels:  jupyter-notebook
Machine Learning For Trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Stars: ✭ 4,979 (+1441.49%)
Mutual labels:  jupyter-notebook
Autocrop
😌 Automatically detects and crops faces from batches of pictures.
Stars: ✭ 320 (-0.93%)
Mutual labels:  jupyter-notebook
Youtube Code Repository
Repository for most of the code from my YouTube channel
Stars: ✭ 317 (-1.86%)
Mutual labels:  jupyter-notebook
Cs329s Ml Deployment Tutorial
Code and files to go along with CS329s machine learning model deployment tutorial.
Stars: ✭ 314 (-2.79%)
Mutual labels:  jupyter-notebook
Python Data Analysis And Image Processing Tutorial
파이썬을 활용한 데이터 분석과 이미지 처리 - 강의 자료 및 소스코드 Repository입니다.
Stars: ✭ 325 (+0.62%)
Mutual labels:  jupyter-notebook
Caffe Speech Recognition
Speech Recognition with the Caffe deep learning framework, migrating to
Stars: ✭ 323 (+0%)
Mutual labels:  jupyter-notebook
Scipy Cookbook
Scipy Cookbook
Stars: ✭ 326 (+0.93%)
Mutual labels:  jupyter-notebook
Bdci2019 Sentiment Classification
CCF BDCI 2019 互联网新闻情感分析 复赛top1解决方案
Stars: ✭ 317 (-1.86%)
Mutual labels:  jupyter-notebook
Textspotter
Stars: ✭ 323 (+0%)
Mutual labels:  jupyter-notebook
Pytorchneuralstyletransfer
Implementation of Neural Style Transfer in Pytorch
Stars: ✭ 327 (+1.24%)
Mutual labels:  jupyter-notebook
Autoeq
Automatic headphone equalization from frequency responses
Stars: ✭ 5,989 (+1754.18%)
Mutual labels:  jupyter-notebook
Nlp fundamentals
📘 Contains a series of hands-on notebooks for learning the fundamentals of NLP
Stars: ✭ 328 (+1.55%)
Mutual labels:  jupyter-notebook
Probability
Probabilistic reasoning and statistical analysis in TensorFlow
Stars: ✭ 3,550 (+999.07%)
Mutual labels:  jupyter-notebook
Ml Art Colabs
A list of Machine Learning Art Colabs
Stars: ✭ 308 (-4.64%)
Mutual labels:  jupyter-notebook
Cc150
《程序员面试金典》(cc150)
Stars: ✭ 326 (+0.93%)
Mutual labels:  jupyter-notebook
Dota Doai
This repo is the codebase for our team to participate in DOTA related competitions, including rotation and horizontal detection.
Stars: ✭ 326 (+0.93%)
Mutual labels:  jupyter-notebook
Jupyter Edu Book
Teaching and Learning with Jupyter
Stars: ✭ 325 (+0.62%)
Mutual labels:  jupyter-notebook

QuantConnect Logo

QuantConnect LEAN Tutorials

Tutorial Website | Documentation | Download LEAN | Slack Channel

This repository is a collection of WordPress and Jupyter notebook tutorials for LEAN demonstrating financial concepts and LEAN. Tutorials are categorized into folders with each Category and Tutorial Series. The Jupyter notebook and the associated HTML webpage must use matching file names. The HTML is generated and displayed with wordpress.

Lean Engine is an open-source fully managed C# algorithmic trading engine built for desktop and cloud usage. It was designed in Mono and operates in Windows, Linux and Mac platforms. For more information about the LEAN Algorithmic Trading engine see the Lean Engine repository.

New Tutorial Requests and Edits

Please submit new tutorial requests as an issue to the Tutorials repository. Before submitting an issue please read others to ensure it is not a duplicate. Edits and fixes for clarity are warmly welcomed!

Mailing List

The mailing list for the project can be found on Google Groups

Contributors and Pull Requests

Contributions are warmly very welcomed but we ask you read the existing code to see how it is formatted, commented and ensure contributions match the existing style. All code submissions must include accompanying tests. Please see the contributor guide lines.

Strategy Library Development Workflow

To publish a strategy to our Strategy Library, follow these steps:

  1. Review filtered sources like SSRN, arxiv, and other academic journals/papers for a strategy to implement. Try to adhere to the Quant League competition criteria and the Alpha Streams minimum criteria and review process.
  2. Post a 3-point development plan to our Slack channel and wait for approval by @jaredbroad or @alexcatarino. See an example here.
  3. Develop the strategy (add license and imports to main.py).
  4. Add an Issue to the Tutorials repo (example).
  5. Add @alexcatarino as a collaborator to the project.
  6. Publish a strategy write-up in the Slack channel and wait for approval (see Strategy Library for examples).
  7. Convert the strategy write-up to HTML form (examples).
  8. Make PR (following the Contributor's Guidelines):
    • If the write-up includes images, upload them here.
    • Add summary HTML files to Strategy Library directory. If it's a non-Quantpedia strategy, set the ID number (in the directory name) to the next available after 1023.
    • If the strategy is from Quantpedia, add strategy ID and backtest ID to quantpedia.json.
    • Add strategy metadata to this file (Currently semi-sorted by Quantpedia strategy ID).
  9. After the PR is merged, send @jaredbroad the URL and a 1-sentence summary of what the paper/strategy is about and post the strategy to the forum with the backtest of the algorithm and a short summary of the project (example).
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].