All Projects → PacktPublishing → Machine Learning For Finance

PacktPublishing / Machine Learning For Finance

Licence: mit
Machine Learning for Finance, published by Packt

Projects that are alternatives of or similar to Machine Learning For Finance

Unet In Tensorflow
U-Net implementation in Tensorflow
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Lede Algorithms
Algorithms course materials for the Lede program at Columbia Journalism School
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Code Of Learn Deep Learning With Pytorch
This is code of book "Learn Deep Learning with PyTorch"
Stars: ✭ 2,262 (+1163.69%)
Mutual labels:  jupyter-notebook
Julia Tutorial
高速でJuliaを学ぶ入門チュートリアル
Stars: ✭ 176 (-1.68%)
Mutual labels:  jupyter-notebook
Autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Ethereum demo
This is the code for "Ethereum Explained" by Siraj Raval on Youtube
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Rnn Active User Forecast
1st place solution for the Kuaishou Active-user Forecast competition
Stars: ✭ 179 (+0%)
Mutual labels:  jupyter-notebook
Domainadaptivereid
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Supercell
supercell
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Tensorflow2 Docs Zh
TF2.0 / TensorFlow 2.0 / TensorFlow2.0 官方文档中文版
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Deeplearninglifesciences
Example code from the book "Deep Learning for the Life Sciences"
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Python data science and machine learning bootcamp
Jupyter notebook for Udemy course: Python data science and machine learning bootcamp
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Notebook
📒 notebook
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Papergraph
AI/ML citation graph with postgres + graphql
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Ocaml Jupyter
An OCaml kernel for Jupyter (IPython) notebook
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Catdcgan
A DCGAN that generate Cat pictures 🐱‍💻
Stars: ✭ 177 (-1.12%)
Mutual labels:  jupyter-notebook
Feature Selection For Machine Learning
Methods with examples for Feature Selection during Pre-processing in Machine Learning.
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Fastai audio
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook
Chess Surprise Analysis
Find surprising moves in chess games
Stars: ✭ 178 (-0.56%)
Mutual labels:  jupyter-notebook

Machine Learning for Finance

This is the code repository for Machine Learning for Finance, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the book

Machine Learning for Finance explores new advances in machine learning and shows how they can be applied in the financial sector. It explains the concepts and algorithms behind the main machine learning techniques and provides example Python code for implementing the models yourself.

How to run this code

The code in this repository is quite compute heavy and best run on a GPU enabled machine. The datascience platform Kaggle offers free GPU recourses together with free online Jupyter notebooks. To make edits on the Kaggle notebooks, click 'Fork' to create a new copy of the notebook. You will need a Kaggle account for this.

Alternatively you can just view the notebooks on NB Viewer or download the code and run it locally.

Chapter 1 - A neural Network from Scratch

A neural network from Scratch & Intro to Keras: Run on Kaggle, View Online

Excercise excel sheet: Download

Chapter 2 - Structured Data

Credit card fraud detection: Run On Kaggle, View Online

Chapter 3 - Computer Vision Building Blocks

Classifying MNIST digits: Run On Kaggle, View Online

Chapter 4 - Practical Computer Vision

Classifying Plants: View Online, Run On Colab

Intro to Python Generators: Run On Kaggle

Keras Generator with Logistic Regression: Run On Kaggle

Stacking VGG: Run On Kaggle

Preprocessing and Saving VGG Outputs: Run On Kaggle

Rule Based Preprocessing and Augmentation: Run On Kaggle

Visualizing ConvNets: Run On Kaggle

Chapter 5 - Time Series

Forecasting Web Traffic: Classic Methods: Run On Kaggle, View Online

Forecasting Web Traffic: Time Series Neural Nets: Run On Kaggle, View Online

Expressing Uncertainty with Bayesian Deep Learning: Run On Kaggle, View Online

Chapter 6 - Natural Language processing

Analyzing the News: Run On Kaggle, View Online

Classifying Tweets: Run On Kaggle, View Online

Topic modeling with LDA: Run On Kaggle, View Online

Sequence to Sequence models: Run On Kaggle, View Online

Chapter 7 - Generative Models

(Variational) Autoencoder for MNIST: Run On Kaggle, View Online

(Variational) Autoencoder for Fraud Detection: Run On Kaggle, View Online

MNIST DCGAN: Run On Kaggle, View Online

Semi Supervised Generative Adversarial Network for Fraud Detection: Run On Kaggle, View Online

Chapter 8 - Reinforcement Learning

Q-Learning: View Online

A2C Pole Balancing: View Online

A2C for Trading: Run On Kaggle View Online

Chapter 9 - Debugging ML Systems

Unit Testing Data: Run On Kaggle, View Online

Hyperparameter Optimization: View Online

Learning Rate Search: View Online

Using Tensorboard: View Online

Converting Keras Models to TF Estimators: View Online

Faster Python with Cython: Download Part 1, Download Part 2

Chapter 10 - Fighting Bias in Machine Learning

Understanding Parity in Excel: Download

Learning How to Pivot: View Online

Interpretability with SHAP: View Online

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