List Headline Image
Updated by Joe Aphiboon on Nov 09, 2020
Headline for QuantZy Notes
 REPORT
Joe Aphiboon Joe Aphiboon
Owner
79 items   0 followers   0 votes   447 views

QuantZy Notes

A Journey in the Quantamental World.

All You Need to Know About TensorFlow 2.0 – SDS Club

Not the search engine itself – we’re talking about the Google Brain team, an elite group of programmers, developers and scientists that are constantly developing cool new stuff. 

Using R on Jupyter Notebook - DZone Big Data

In this article, we discuss how to install use the R programming language in Jupyter Notebook for all of your statistical analysis needs.

The Artificial Intelligence Wiki | Pathmind

A wiki for artificial intelligence, machine learning, and deep learning.

A Beginner's Guide to Bayes' Theorem, Naive Bayes Classifiers and Bayesian Networks | Pathmind

Describing Bayes' Theorem, Naive Bayes Classifiers, and Bayesian Networks.

Linear Algebra – Quantitative Economics with Python

This website presents a set of lectures on quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.

A Beginner's Guide to Eigenvectors, Eigenvalues, PCA, Covariance and Entropy | Pathmind

Eigenvectors and their relationship to matrices in plain language and without a great deal of math.

Intro to Bayesian Statistics - Towards Data Science

The most commonly used branch of statistics across data science is what is known as frequentist statistics. We all use its concepts and thinking methods without even knowing about it or what…

Bayesian Statistics Explained in Simple English For Beginners

This article explains bayesian statistics in simple english. It explain concepts such as conditional probability, bayes theorem and inference

ลงทุนโดยใช้ Data Science 101 ตอนที่ 1 — บทนำ + เค้าทำอะไรกันบ้าง?

การใช้ Data Science เพื่อการลงทุน Ultimate Goal ของเราคือ ทำระบบซื้อขาย หรือหาสัญญาณซื้อขาย หรือ จัดพอร์ตลงทุนให้ได้กำไร แต่ทำไม 101 จึงเป็นเรื่องนี้? ต้องขอแยกประเภท ให้ชัดเจนก่อนครับ และหลายๆอย่าง…

Predicting Future Returns of Trading Algorithms: Bayesian Cone

This post was originally featured on the Quantopian Blog and authored by Sepideh Sadeghi and Dr. Thomas Wiecki. Foreword by Thomas This blog post is the result of a very successful research project by Sepideh Sadeghi, a PhD student at Tufts who did an internship at Quantopian over the summer 2015. Follow her on twitter here . Introduction When evaluating trading algorithms we generally have access to backtest results over a couple of years and a limited amount of paper or real money traded...

Forecasting market movements using the Bayesian classification and indicators based on Singular Spectrum Analysis - M...

The article considers the ideology and methodology of building a recommendatory system for time-efficient trading by combining the capabilities of forecasting with the singular spectrum analysis (SSA) and important machine learning method on the basis of Bayes' Theorem.

Bayesian Statistics: A Beginner's Guide | QuantStart

Bayesian Statistics: A Beginner's Guide

How to Use the Bayesian Method of Financial Forecasting

This simple formula can help you deduce the answer to a complex financial question that has a myriad of related probabilities and update it as needed.

Why you need Python environments and how to manage them with Conda - protostar.space

How to manage different Python and package versions with Conda by setting up virtual environments

Fundamental Analysis With Machine Learning in Python¶

Regardless of theory, it is an interesting exercise to see whether Machine Learning + Fundamental Analysis can be used to empirically predict future stock prices. Specifically, can we take all the stocks from the Wilshire 5000 index, get their stock prices and fundamental qualities at years $t$ and $t-1$, and accurately predict the stock price at year $t+1$? For concreteness, I will choose $t=2015$, but my code is generalizable to any $t$. I will also cast this problem as a classification problem instead of a regression problem. This means that if a stock increased between years $t$ and $t+1$ the machine learning algorithm should predict $1$, and $0$ otherwise. In contrast, casting this as a regression problem would mean I want to predict how much a stock increased or decreased between $t$ and $t+1$. As you can imagine, this is a much more difficult problem.

Bret Victor has been provided by the management for your protection.

Dash User Guide and Documentation. Dash is a Python framework for building analytical web apps in Python.

Programming For Finance – Facilitating Finance

In order to actually run a Python script, we must have a copy of python downloaded on our machine with the appropriate interpreter of course. Let’s say we created a program that uses an external library we have to download...

Running Jupyter Lab as a Desktop Application - Jupyter

Musings on data science and software engineering (and at times, economics as well)

59

กองทุนดัชนี ในไทย (Index Funds in Thailand) - BEAR INVESTOR

กองทุนดัชนี ในไทย (Index Funds in Thailand) - BEAR INVESTOR

กองทุนดัชนี ในประเทศไทย มีมาตั้งแต่ช่วงก่อนปี 2540 และเติบโตเรื่อยมา จนกลายเป็นหนึ่งในเครื่องมือลงทุนที่สำคัญของนักลงทุนรายย่อยที่เชื่อมั่นในการลงทุนเชิงรับ

A Systematic Approach to Developing Trading Strategies

In Part 1 and Part 2 of our Beginner’s Guide to developing trading system, we talked about the necessary skills and how to approach a trading system. We said that an Automated Trading System…

GitHub - sanjeevai/trading-with-momentum: Implement a momentum trading strategy in Python and test to see if it has t...

Implement a momentum trading strategy in Python and test to see if it has the potential to be profitable - sanjeevai/trading-with-momentum

trading-with-momentum/project_1_starter.ipynb at master · sanjeevai/trading-with-momentum · GitHub

Implement a momentum trading strategy in Python and test to see if it has the potential to be profitable - sanjeevai/trading-with-momentum

Beginner’s Guide to Quantitative Trading II: Developing Automated Trading Systems

In part I of this guide, we talked about math programming, data and ML skills that come in handy while building your own trading strategies. Hopefully you’re already an expert at those and are ready…