Machine Learning for Economics and Finance in TensorFlow 2

Machine Learning for Economics and Finance in TensorFlow 2
Author: Isaiah Hull
Publisher: Apress
Total Pages: 368
Release: 2020-11-26
Genre: Computers
ISBN: 9781484263723

Work on economic problems and solutions with tools from machine learning. ML has taken time to move into the space of academic economics. This is because empirical work in economics is concentrated on the identification of causal relationships in parsimonious statistical models; whereas machine learning is oriented towards prediction and is generally uninterested in either causality or parsimony. That leaves a gap for both students and professionals in the economics industry without a standard reference. This book focuses on economic problems with an empirical dimension, where machine learning methods may offer something of value. This includes coverage of a variety of discriminative deep learning models (DNNs, CNNs, RNNs, LSTMs, the Transformer Model, etc.), generative machine learning models, random forests, gradient boosting, clustering, and feature extraction. You'll also learn about the intersection of empirical methods in economics and machine learning, including regression analysis, text analysis, and dimensionality reduction methods, such as principal components analysis. TensorFlow offers a toolset that can be used to setup and solve any mathematical model, including those commonly used in economics. This book is structured to teach through a sequence of complete examples, each framed in terms of a specific economic problem of interest or topic. Otherwise complicated content is then distilled into accessible examples, so you can use TensorFlow to solve workhorse models in economics and finance. What You'll Learn Define, train, and evaluate machine learning models in TensorFlow 2 Apply fundamental concepts in machine learning, such as deep learning and natural language processing, to economic and financial problems Solve workhorse models in economics and finance Who This Book Is For Students and data scientists working in the economics industry. Academic economists and social scientists who have an interest in machine learning are also likely to find this book useful.

Machine Learning for Finance

Machine Learning for Finance
Author: Jannes Klaas
Publisher: Packt Publishing Ltd
Total Pages: 457
Release: 2019-05-30
Genre: Computers
ISBN: 1789134692

A guide to advances in machine learning for financial professionals, with working Python code Key FeaturesExplore advances in machine learning and how to put them to work in financial industriesClear explanation and expert discussion of how machine learning works, with an emphasis on financial applicationsDeep coverage of advanced machine learning approaches including neural networks, GANs, and reinforcement learningBook Description Machine Learning for Finance explores new advances in machine learning and shows how they can be applied across the financial sector, including in insurance, transactions, and lending. It explains the concepts and algorithms behind the main machine learning techniques and provides example Python code for implementing the models yourself. The book is based on Jannes Klaas’ experience of running machine learning training courses for financial professionals. Rather than providing ready-made financial algorithms, the book focuses on the advanced ML concepts and ideas that can be applied in a wide variety of ways. The book shows how machine learning works on structured data, text, images, and time series. It includes coverage of generative adversarial learning, reinforcement learning, debugging, and launching machine learning products. It discusses how to fight bias in machine learning and ends with an exploration of Bayesian inference and probabilistic programming. What you will learnApply machine learning to structured data, natural language, photographs, and written textHow machine learning can detect fraud, forecast financial trends, analyze customer sentiments, and moreImplement heuristic baselines, time series, generative models, and reinforcement learning in Python, scikit-learn, Keras, and TensorFlowDig deep into neural networks, examine uses of GANs and reinforcement learningDebug machine learning applications and prepare them for launchAddress bias and privacy concerns in machine learningWho this book is for This book is ideal for readers who understand math and Python, and want to adopt machine learning in financial applications. The book assumes college-level knowledge of math and statistics.

AI and Macroeconomic Modeling: Deep Reinforcement Learning in an RBC Model

AI and Macroeconomic Modeling: Deep Reinforcement Learning in an RBC Model
Author: Tohid Atashbar
Publisher: International Monetary Fund
Total Pages: 31
Release: 2023-02-24
Genre: Business & Economics
ISBN:

This study seeks to construct a basic reinforcement learning-based AI-macroeconomic simulator. We use a deep RL (DRL) approach (DDPG) in an RBC macroeconomic model. We set up two learning scenarios, one of which is deterministic without the technological shock and the other is stochastic. The objective of the deterministic environment is to compare the learning agent's behavior to a deterministic steady-state scenario. We demonstrate that in both deterministic and stochastic scenarios, the agent's choices are close to their optimal value. We also present cases of unstable learning behaviours. This AI-macro model may be enhanced in future research by adding additional variables or sectors to the model or by incorporating different DRL algorithms.

The Essentials of Machine Learning in Finance and Accounting

The Essentials of Machine Learning in Finance and Accounting
Author: Mohammad Zoynul Abedin
Publisher: Routledge
Total Pages: 259
Release: 2021-06-20
Genre: Business & Economics
ISBN: 1000394115

• A useful guide to financial product modeling and to minimizing business risk and uncertainty • Looks at wide range of financial assets and markets and correlates them with enterprises’ profitability • Introduces advanced and novel machine learning techniques in finance such as Support Vector Machine, Neural Networks, Random Forest, K-Nearest Neighbors, Extreme Learning Machine, Deep Learning Approaches and applies them to analyze finance data sets • Real world applicable examples to further understanding

Machine Learning in Finance

Machine Learning in Finance
Author: Matthew F. Dixon
Publisher: Springer Nature
Total Pages: 565
Release: 2020-07-01
Genre: Business & Economics
ISBN: 3030410684

This book introduces machine learning methods in finance. It presents a unified treatment of machine learning and various statistical and computational disciplines in quantitative finance, such as financial econometrics and discrete time stochastic control, with an emphasis on how theory and hypothesis tests inform the choice of algorithm for financial data modeling and decision making. With the trend towards increasing computational resources and larger datasets, machine learning has grown into an important skillset for the finance industry. This book is written for advanced graduate students and academics in financial econometrics, mathematical finance and applied statistics, in addition to quants and data scientists in the field of quantitative finance. Machine Learning in Finance: From Theory to Practice is divided into three parts, each part covering theory and applications. The first presents supervised learning for cross-sectional data from both a Bayesian and frequentist perspective. The more advanced material places a firm emphasis on neural networks, including deep learning, as well as Gaussian processes, with examples in investment management and derivative modeling. The second part presents supervised learning for time series data, arguably the most common data type used in finance with examples in trading, stochastic volatility and fixed income modeling. Finally, the third part presents reinforcement learning and its applications in trading, investment and wealth management. Python code examples are provided to support the readers' understanding of the methodologies and applications. The book also includes more than 80 mathematical and programming exercises, with worked solutions available to instructors. As a bridge to research in this emergent field, the final chapter presents the frontiers of machine learning in finance from a researcher's perspective, highlighting how many well-known concepts in statistical physics are likely to emerge as important methodologies for machine learning in finance.

Machine Learning for Algorithmic Trading

Machine Learning for Algorithmic Trading
Author: Stefan Jansen
Publisher: Packt Publishing Ltd
Total Pages: 822
Release: 2020-07-31
Genre: Business & Economics
ISBN: 1839216786

Leverage machine learning to design and back-test automated trading strategies for real-world markets using pandas, TA-Lib, scikit-learn, LightGBM, SpaCy, Gensim, TensorFlow 2, Zipline, backtrader, Alphalens, and pyfolio. Purchase of the print or Kindle book includes a free eBook in the PDF format. Key FeaturesDesign, train, and evaluate machine learning algorithms that underpin automated trading strategiesCreate a research and strategy development process to apply predictive modeling to trading decisionsLeverage NLP and deep learning to extract tradeable signals from market and alternative dataBook Description The explosive growth of digital data has boosted the demand for expertise in trading strategies that use machine learning (ML). This revised and expanded second edition enables you to build and evaluate sophisticated supervised, unsupervised, and reinforcement learning models. This book introduces end-to-end machine learning for the trading workflow, from the idea and feature engineering to model optimization, strategy design, and backtesting. It illustrates this by using examples ranging from linear models and tree-based ensembles to deep-learning techniques from cutting edge research. This edition shows how to work with market, fundamental, and alternative data, such as tick data, minute and daily bars, SEC filings, earnings call transcripts, financial news, or satellite images to generate tradeable signals. It illustrates how to engineer financial features or alpha factors that enable an ML model to predict returns from price data for US and international stocks and ETFs. It also shows how to assess the signal content of new features using Alphalens and SHAP values and includes a new appendix with over one hundred alpha factor examples. By the end, you will be proficient in translating ML model predictions into a trading strategy that operates at daily or intraday horizons, and in evaluating its performance. What you will learnLeverage market, fundamental, and alternative text and image dataResearch and evaluate alpha factors using statistics, Alphalens, and SHAP valuesImplement machine learning techniques to solve investment and trading problemsBacktest and evaluate trading strategies based on machine learning using Zipline and BacktraderOptimize portfolio risk and performance analysis using pandas, NumPy, and pyfolioCreate a pairs trading strategy based on cointegration for US equities and ETFsTrain a gradient boosting model to predict intraday returns using AlgoSeek's high-quality trades and quotes dataWho this book is for If you are a data analyst, data scientist, Python developer, investment analyst, or portfolio manager interested in getting hands-on machine learning knowledge for trading, this book is for you. This book is for you if you want to learn how to extract value from a diverse set of data sources using machine learning to design your own systematic trading strategies. Some understanding of Python and machine learning techniques is required.

Artificial Intelligence, Learning and Computation in Economics and Finance

Artificial Intelligence, Learning and Computation in Economics and Finance
Author: Ragupathy Venkatachalam
Publisher: Springer Nature
Total Pages: 331
Release: 2023-02-15
Genre: Science
ISBN: 3031152948

This book presents frontier research on the use of computational methods to model complex interactions in economics and finance. Artificial Intelligence, Machine Learning and simulations offer effective means of analyzing and learning from large as well as new types of data. These computational tools have permeated various subfields of economics, finance, and also across different schools of economic thought. Through 16 chapters written by pioneers in economics, finance, computer science, psychology, complexity and statistics/econometrics, the book introduces their original research and presents the findings they have yielded. Theoretical and empirical studies featured in this book draw on a variety of approaches such as agent-based modeling, numerical simulations, computable economics, as well as employing tools from artificial intelligence and machine learning algorithms. The use of computational approaches to perform counterfactual thought experiments are also introduced, which help transcend the limits posed by traditional mathematical and statistical tools. The book also includes discussions on methodology, epistemology, history and issues concerning prediction, validation, and inference, all of which have become pertinent with the increasing use of computational approaches in economic analysis.

Prediction of Stock Market Index Movements with Machine Learning

Prediction of Stock Market Index Movements with Machine Learning
Author: Nazif AYYILDIZ
Publisher: Özgür Publications
Total Pages: 121
Release: 2023-12-16
Genre: Business & Economics
ISBN: 975447821X

The book titled "Prediction of Stock Market Index Movements with Machine Learning" focuses on the performance of machine learning methods in forecasting the future movements of stock market indexes and identifying the most advantageous methods that can be used across different stock exchanges. In this context, applications have been conducted on both developed and emerging market stock exchanges. The stock market indexes of developed countries such as NYSE 100, NIKKEI 225, FTSE 100, CAC 40, DAX 30, FTSE MIB, TSX; and the stock market indexes of emerging countries such as SSE, BOVESPA, RTS, NIFTY 50, IDX, IPC, and BIST 100 were selected. The movement directions of these stock market indexes were predicted using decision trees, random forests, k-nearest neighbors, naive Bayes, logistic regression, support vector machines, and artificial neural networks methods. Daily dataset from 01.01.2012 to 31.12.2021, along with technical indicators, were used as input data for analysis. According to the results obtained, it was determined that artificial neural networks were the most effective method during the examined period. Alongside artificial neural networks, logistic regression and support vector machines methods were found to predict the movement direction of all indexes with an accuracy of over 70%. Additionally, it was noted that while artificial neural networks were identified as the best method, they did not necessarily achieve the highest accuracy for all indexes. In this context, it was established that the performance of the examined methods varied among countries and indexes but did not differ based on the development levels of the countries. As a conclusion, artificial neural networks, logistic regression, and support vector machines methods are recommended as the most advantageous approaches for predicting stock market index movements.

The Economics of Artificial Intelligence

The Economics of Artificial Intelligence
Author: Ajay Agrawal
Publisher: University of Chicago Press
Total Pages: 172
Release: 2024-03-05
Genre: Business & Economics
ISBN: 0226833127

A timely investigation of the potential economic effects, both realized and unrealized, of artificial intelligence within the United States healthcare system. In sweeping conversations about the impact of artificial intelligence on many sectors of the economy, healthcare has received relatively little attention. Yet it seems unlikely that an industry that represents nearly one-fifth of the economy could escape the efficiency and cost-driven disruptions of AI. The Economics of Artificial Intelligence: Health Care Challenges brings together contributions from health economists, physicians, philosophers, and scholars in law, public health, and machine learning to identify the primary barriers to entry of AI in the healthcare sector. Across original papers and in wide-ranging responses, the contributors analyze barriers of four types: incentives, management, data availability, and regulation. They also suggest that AI has the potential to improve outcomes and lower costs. Understanding both the benefits of and barriers to AI adoption is essential for designing policies that will affect the evolution of the healthcare system.