课程概况
This course is for finance professionals, investment management professionals, and traders. Alternatively, this course can be for machine learning professionals who seek to apply their craft to trading strategies.
At the end of the course you will be able to do the following:
– Understand the fundamentals of trading, including the concept of trend, returns, stop-loss and volatility
– Understand the differences between supervised/unsupervised and regression/classification machine learning models
– Identify the profit source and structure of basic quantitative trading strategies
– Gauge how well the model generalizes its learning
– Explain the differences between regression and forecasting
– Identify the steps needed to create development and implementation backtesters
– Use Google Cloud Platform to build basic machine learning models in Jupyter Notebooks
To be successful in this course, you should have a basic competency in Python programming and familiarity with pertinent libraries for machine learning, such as Scikit-Learn, StatsModels, and Pandas. Experience with SQL will be helpful. You should have a background in statistics (expected values and standard deviation, Gaussian distributions, higher moments, probability, linear regressions) and foundational knowledge of financial markets (equities, bonds, derivatives, market structure, hedging).
课程大纲
Introduction to Trading, Machine Learning and GCP
In this module you will be introduced to the fundamentals of trading. You will also be introduced to machine learning. Machine Learning is both an art that involves knowledge of the right mix of parameters that yields accurate, generalized models and a science that involves knowledge of the theory to solve specific types of problems.
Supervised Learning and Forecasting
In this module you will be introduced to supervised machine learning and some relevant algorithms commonly applied to trading problems. You will get some hands-on experience building a regression model using BigQuery Machine Learning
Time Series and ARIMA Modeling
In this module you will learn about ARIMA modeling and how it is applied to time series data. You will get hands-on experience building an ARIMA model for a financial dataset.
Introduction to Neural Networks and Deep Learning
In this module you'll learn about neural networks and how they relate to deep learning. You'll also learn how to gauge model generalization using regularization, and cross-validation. Also, you'll be introduced to Google Cloud Platform (GCP). Specifically, you'll be shown how to leverage GCP for implementing trading techniques.