Inflearn brand logo image
Inflearn brand logo image
Inflearn brand logo image
BEST
Data Science

/

Data Analysis

The Secret of Algorithmic Trading: How AI Predicts Stock Prices

Analyze over 40 types of economic indicators and stock data with AI to create your own powerful stock price analysis model that predicts not only S&P 500 and QQQ ETF, but also individual stocks!

(5.0) 18 reviews

205 learners

  • cheatkeylab
실습 중심
Deep Learning(DL)
Python
transformer
lstm
Financial Technology

Reviews from Early Learners

What you will learn!

  • 📊 US Stock Prediction with AI Deep Learning: Build our own AI model to predict S&P 500, QQQ ETF, and individual stock prices using LSTM & Transformer models.

  • 📈 Data-driven Stock Analysis & Economic Indicator Utilization: Learn to build AI-powered investment strategies by fetching economic indicators & stock data from FRED API & Yahoo Finance.

  • 🤖 Implementation of a Deep Learning-based Stock Price Prediction Model : Design and optimize an AI prediction model combining stock price data and economic indicators, utilizing LSTM and Transformer models.

  • 📊 AI Prediction Results Visualization and Performance Evaluation : comparing AI-predicted stock price trends with actual stock prices, and analyzing performance using metrics such as MSE, RMSE, and MAPE.

  • 🚀 Hands-on Project-Based Learning: We train AI models using real financial data, build our own stock prediction systems, and apply them to practical investment analysis.

AI knows which stocks will rise tomorrow? ( Predicting stock prices with 94% accuracy !)

Stock investment is no longer about intuition, but about data and AI !

An AI model that has learned about 40 types of economic indicators and stock price data predicts not only the S&P 500 and QQQ ETFs, but also individual stocks with 94% accuracy .

📖 Lecture Introduction

Did you know that AI-based stock price prediction is not just a theory, but a powerful investment tool that can be applied to real-world investments ?

The deep learning-based AI model covered in this lecture is
Predict S&P 500 ETFs with 94% accuracy
Predict QQQ ETF with 93% accuracy
High accuracy analysis is possible for individual items as well

Can a person analyze multiple stocks simultaneously with this huge amount of economic indicators and stock price data?

"Now is the time to make investment decisions based on data by learning numerous economic indicators and stock price data through AI, rather than relying solely on intuition or experience when making stock investments!"

This course provides a fully hands-on, hands-on course that covers everything from economic indicator analysis using the FRED API and Yahoo Finance to building a stock price prediction system using lstm and transformer-based deep learning models .

🔥 stock In investment About Korea passion!

I had a really big passion for stock investment! So I personally attended a famous chart trading technique lecture that cost over 400,000 won per 3 hours, and through swing investment through chart analysis, I have consistently earned an average of 1 million won per month for 3 years .

💼 Based on the seed created in this way, we are currently challenging long-term investments and gradually building a stable portfolio.

Short term invest In automation About Korea worry

But we didn't stop there. After thinking about a more efficient and systematic way to invest, the idea came to us: "Can't we automate short-term investments?"

🤖 I thought that if I built a program that directly creates an AI-based stock price prediction model and catches trading signals in the actual market, not only me but also you would be able to capture trading timing more efficiently.

🎯 lecture produce meter

I created this course because I wanted to share the know-how I've accumulated through this process with many people. And in the next part , I'm planning to cover the process of implementing a US stock automatic trading program in practice, so please pay attention!


“I hope you too can experience a new investment paradigm using data and technology !”

📰 AI Algorithmic Trading – Taking Over 60-80% of Wall Street

  • In fact, many securities firms and investment institutions in the United States are actively introducing stock analysis and automated trading using AI. For example, in 2017, Goldman Sachs replaced 600 stock traders with two computer engineers and introduced the artificial intelligence investment analysis program 'Kensho', which enabled analysis that would have taken 15 people 4 weeks to be processed in 5 minutes.

  • Also, Renaissance Technologies, an American fund company, conducts trading 100% through computer systems and has an average annual return of 30%. The company generates profits through statistics and scientific algorithmic trading.

  • As such, AI-based stock trading is so widespread that it accounts for more than 60-80% of U.S. stock trading, and many companies are using this technology to increase efficiency and profitability.

🔥 This course's unique features and differences

Predict stock prices with deep learning + economic indicators!

  • Rather than simple AI modeling , we combine it with economic data to make more precise predictions .

  • Precisely predict target future stock prices by inputting economic data and the stock price data you want to predict as dual inputs .

  • Build the entire pipeline : [Data collection → Preprocessing → Model design → Prediction → Evaluation].

Direct implementation of AI model verified with 94% accuracy

  • We don't just stop at theory, we directly learn and improve AI models that have actually been verified .

  • You can train AI prediction models for individual stocks as well as the S&P 500 and QQQ .

Fully practice-oriented lectures – linked to real-world investments

  • Rather than simply learning AI modeling, you will practice with real-world data so that you can apply it directly to your investments .

  • In the second half of the lecture, you will learn how to analyze AI prediction results and establish investment strategies .

Step-by-step explanation so even beginners can follow along

  • No need to have AI development experience!

  • We will go through everything step by step, from how to collect data to how to apply deep learning models.

🎯 What can I do after taking this course?

You can predict stock price trends by analyzing more than 40 types of economic data.
You can analyze the rise and fall potential of individual stocks using deep learning models.
You can create an analysis tool that helps you make buy/sell decisions based on AI prediction results.
Gain the ability to utilize data-driven decision-making in stock investing.
You can develop your own AI stock price prediction model and establish an investment strategy.

I recommend this to these people

I am interested in US stocks and would like to make profits through stock investment.
We'll show you how to use economic indicators and stock price data analyzed by AI to make more accurate investment decisions.

Using AI in the financial market
Traders who want to learn how to invest
You can learn how to build LSTM & Transformer models using deep learning and use them for real-world investments.

Developers who want to learn deep learning and data analysis through practical projects
Project-based learning using actual financial data is possible, from AI model development to data collection, learning, and evaluation.

🚀 My appearance has changed after taking the class!

You can predict stock prices with AI and develop data-based investment strategies.
You can perform financial data analysis yourself using deep learning.
You can analyze the stock market using LSTM and Transformer models.
You can develop your own AI stock price prediction model to create a tool to help you make investment decisions.
Even after the course ends, you can continuously improve your analysis model by utilizing the provided code.

It includes the following:

📈 AI model learning progress (changes with increasing epochs)

As the model continues to train, the loss value decreases and performance improves.
As the number of epochs increases, the prediction accuracy improves, but the possibility of overfitting is also checked.

📊 AI-predicted stock price movement (compared to actual data)

We analyze the prediction accuracy by comparing the actual stock price (blue line) and the AI predicted stock price (orange line).
You can easily check the accuracy by visually expressing the difference between the stock price predicted by the AI model for each stock and the actual stock price.

📂 QQQ ETF & S&P 500 ETF Forecast Accuracy Analysis

AI model predicted Analyze the accuracy data of S&P 500 and QQQ ETF and save it as an Excel file.
You can analyze the prediction error by comparing it to the actual stock price and check the reliability of the model.

📋 Analysis of AI prediction accuracy by individual item

You can check the AI prediction results and accuracy for each individual stock.

You can objectively evaluate the prediction performance of AI models by using indicators such as MAE, MSE, RMSE, MAPE(%), and Accuracy(%).
Learn how to use these metrics to minimize prediction errors and increase model reliability.

📊 AI prediction analysis results for the top 20 Nasdaq stocks

This is a graph in which AI analyzes and predicts the stock price movements of the top 20 NASDAQ stocks.
The blue line represents the actual stock price, and the orange line represents the stock price predicted by AI for 7 days later.
You can visually see how accurately an AI model trained on past data can predict future price movements.
This model allows you to analyze the likelihood that a specific stock will rise or fall in the future based on data.
You can evaluate the prediction accuracy of AI through graphs and examine how it can be applied to real-world investments.

Who created this course

Cyber Security & Encryption

  • Design and development of ransomware prevention solution

  • Ultra-light encryption and driver authentication technology for vehicle and IoT environments

  • Building a Web Application Firewall (WAF) to support large-scale traffic

Smart Mobility & IoT

  • Enhanced security for connected car remote control

  • Smart Home IoT Vulnerability Analysis and Hacking Tool Development

Blockchain/Fintech

  • Mobility Payment·NFT·Digital Asset Service Architecture Design

  • Building a large corporate STO (token securities) infrastructure

Data Platform & Automation

  • Semiconductor/manufacturing line SQL/data pipeline design/operation

  • Planning and development of n8n·MCP·A2A based workflow automation system

Education & Community

  • Special lecture on wireless hacking and security for semiconductor employees

  • IT practical know-how online lecture operation

  • CEO of Half Price Real Estate

Things to note before taking the class

📌 Practice environment

  • Python (pandas, NumPy, TensorFlow, etc.)

  • Google Colab, Visual Studio Code, or Cursor IDE

  • FRED API and Yahoo Finance Data Collection

  • Matplotlib, Seaborn, Plotly (data visualization)

📌 Learning Materials

  • We provide you with a Notion link!

  • Please refer to the class notes for the intro lecture!




    You can check the class notes right away, like in the second capture , by placing the mouse over the playback screen (black) on the current screen and scrolling down a little .



    (Before scrolling down)


    (After scrolling down)


    Lessons without lecture materials will not display any materials.
    📑 Please note that only lessons with the icon have materials! 😊

    If you have difficulty accessing the company's internal network environment, please feel free to contact us at banbu.jh@gmail.com at any time! 😊

📌 Additional information that would be helpful to know

  • Deep Learning and Machine Learning Fundamentals

    • Experience with TensorFlow is helpful.

    • Knowing basic neural networks (NN) and time series analysis concepts will help you understand faster.

  • Experience in data analysis and preprocessing

    • If you have experience using data manipulation and analysis libraries such as Pandas and NumPy, you will find it easier to follow the exercises.

  • Basic understanding of financial data and economic indicators

    • Experience working with financial data from data sources such as FRED API, Yahoo Finance is a plus.

📌 Don’t worry if the above concepts seem unfamiliar!
The lectures are structured to kindly explain relevant content and allow you to learn naturally through practice. 🚀

Recommended for
these people

Who is this course right for?

  • Those interested in stocks and economy

  • Python Aspirants

  • Deep Learning Aspirants

  • Those who want to try data analysis

  • Those who want to learn how to handle data

Need to know before starting?

  • Python

Hello
This is

656

Learners

44

Reviews

43

Answers

4.8

Rating

5

Courses

다양한 실무 경험과 프로젝트를 통해 전문성을 쌓아왔습니다:

주요 경력 및 성과

사이버 보안 & 암호화

  • 랜섬웨어 방지 솔루션 설계·개발

  • 차량·IoT 환경 초경량 암호화·드라이버 인증 기술

  • 대규모 트래픽 대응 웹 방화벽(WAF) 구축

스마트 모빌리티 & IoT

  • 커넥티드 카 원격 제어 보안 고도화

  • Smart Home IoT 취약점 분석·해킹 툴 제작

블록체인·핀테크

  • 모빌리티 결제·NFT·디지털 자산 서비스 아키텍처 설계

  • 대기업 STO(토큰 증권) 인프라 구축

데이터 플랫폼 & 자동화

  • 반도체·제조 라인 SQL·데이터 파이프라인 설계·운영

  • n8n·MCP·A2A 기반 워크플로 자동화 시스템 기획·개발

교육 & 커뮤니티

  • 반도체 임직원 대상 무선 해킹·보안 특강

  • IT 실전 노하우 온라인 강의 운영

  • 반값부동산 CEO

 

현재와 강의 목표

현재 저는 대기업 IT 개발자로서 서비스 개발, 성능 개선, 블록체인, AI, 클라우드, 인프라, 정보보안 등 다양한 분야에서 성과를 만들어가고 있으며, 동시에 제가 직접 기획하고 운영하는 플랫폼을 통해 실무와 비즈니스를 접목하며 새로운 도전을 이어가고 있습니다.

저는 IT의 본질은 실무 적용에 있다고 믿습니다.
강의를 통해 여러분께 다음을 전달하고 싶습니다:

  • 기술을 실제 프로젝트에 효과적으로 적용하는 방법

  • 현업에서 실질적인 문제를 해결하는 방법

  • 비전공자도 스스로 사업이나 포트폴리오를 만들 수 있는 실질적인 노하우

  • IT를 쉽게 대하고 즐길 수 있는 방법

 

핵심만 배우는 IT 치트키 강의

제 강의는 단순히 이론만 전달하지 않습니다. 실무 경험과 진정성을 담아 여러분이 시간을 낭비하지 않고 꼭 필요한 핵심만 배울 수 있도록 돕겠습니다. 

IT는 방대하고 공부할 범위가 넓지만, 모든 것을 알 필요는 없습니다.
자신에게 필요한 것을 정확히 배우고, 이를 효과적으로 활용하는 방법만 익히면 누구나 IT를 고수처럼 활용할 수 있습니다.

새로운 길을 찾고, 성공적인 도전을 이어가며, 기술이 삶을 바꾸는 강력한 도구가 되는 순간을 함께 만들어갈 수 있도록 여러분의 IT 치트키가 되어드리겠습니다.
감사합니다! 🎯

Curriculum

All

19 lectures ∙ (1hr 58min)

Published: 
Last updated: 

Reviews

All

18 reviews

5.0

18 reviews

  • crimsonpath님의 프로필 이미지
    crimsonpath

    Reviews 2

    Average Rating 5.0

    5

    100% enrolled

    주식에 관심이 많아 수강했는데, 강의 내용이 컴팩트하고, 실용적이라 꽤 공감이 됐습니다. 여기서 다룬 지표들 외에도 제가 직접 추가해보고 싶은 지표들이 떠올랐고, 관심 있는 종목도 더 깊이 분석해보려 합니다. 강의가 전반적으로 깔끔하고 알차서 만족스러웠고, 주식 자동매매 관련 강의도 빨리 나왔으면 좋겠네요!

    • 치트키 알려주는 남자
      Instructor

      crimsonpath님 소중한 후기 정말 감사합니다. 지표와 종목 분석에 영감을 얻으셨다니 다행입니다. 자동매매 강의도 곧 선보일 테니 많이 기대해주세요!

  • silverwave님의 프로필 이미지
    silverwave

    Reviews 2

    Average Rating 5.0

    5

    100% enrolled

    제 포트폴리오에 직접 적용해봐야겠네요. 다음 강의도 얼른 올려주세요~

    • silverwave님 수강해주셔서 감사합니다! 강의가 도움이 됐다니 기쁩니다. 다음 강의도 기대해주시면 열심히 준비하겠습니다!

  • 박소희님의 프로필 이미지
    박소희

    Reviews 2

    Average Rating 4.5

    5

    63% enrolled

    • 지수님의 프로필 이미지
      지수

      Reviews 2

      Average Rating 5.0

      5

      84% enrolled

      기존에 주식과 코인 투자에 관심이 많다보니, 코딩을 활용한 자동매매와 머신러닝에 큰 흥미를 느끼고 있었습니다. 이번 강의를 통해 내가 정말 배우고 싶었던 내용을 직접 공부하고, 스스로 만들어 볼 수 있겠다는 자신감이 생겼습니다!

      • 안녕하세요, 지수님. 정성스러운 수강평 감사드립니다. 자동매매·머신러닝 학습에 도움이 되었다니 기쁩니다. 완강도 축하드려요! 🎟 30% 할인 쿠폰 - 코드: 22349-4c079c681e3 - 대상: 베개 투자법 (3강) - 기한: 2025-08-31 23:59 - 사용: 결제 페이지 ‘쿠폰 코드 입력’란에 입력 추가로 궁금한 점이 있으면 언제든 댓글로 알려주세요. 감사합니다!

    • 불뚝님의 프로필 이미지
      불뚝

      Reviews 12

      Average Rating 5.0

      5

      63% enrolled

      Limited time deal ends in 6 days

      $37,400.00

      20%

      $37.40

      cheatkeylab's other courses

      Check out other courses by the instructor!

      Similar courses

      Explore other courses in the same field!