본문 바로가기

IT_World

검색하기
IT_World
프로필사진 engine

  • 분류 전체보기 (95)
    • Android (3)
      • kotlin (2)
    • Artificial intelligence, AI (28)
      • error (6)
      • Project (2)
      • Pytorch (5)
      • TensorFlow (9)
      • REVIEW (6)
    • Coding test (27)
      • programmers - single (19)
      • programmers - source (8)
    • DataBase (3)
      • MariaDB (1)
      • MYSQL (1)
      • Redis (0)
    • OS (11)
      • MAC (2)
      • Ubuntu (7)
    • Front-End (8)
      • React (8)
    • Programming language (10)
      • go lang (10)
    • Software (1)
      • Git (1)
    • Web framework, WF (3)
      • Django (2)
      • Flask (1)
Guestbook
«   2025/09   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Recent Posts
Tags
  • 고랭
  • 이미지
  • 리눅스
  • error
  • keras
  • go lang
  • tensorflow
  • 이미지전처리
  • 텐서플로우
  • 명령어
  • 프로그래머스
  • CMD
  • ubuntu
  • 딥러닝
  • python
  • 코딩테스트
  • VGG
  • image
  • golang
  • arcface
  • 에러
  • 파이썬
  • 텐서보드
  • 파이토치
  • 코테
  • go
  • conda
  • 우분투
  • Tutorial
  • 시각화
more
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록NumPy (1)

IT_World

[PYTHON] 주가 예측하기 -2-

지난 예측 프로그램을 가지고 종가 예측해볼 것이다. import numpy as np import pandas as pd kospi = np.load('/kospi.npy') samsung = np.load('./samsung.npy') print(kospi) print(samsung) print(kospi.shape) print(samsung.shape) def split_xy5(dataset, time_steps, y_column): x, y = list(), list() for i in range(len(dataset)): x_end_number = i + time_steps y_end_number = x_end_number + y_column if y_end_number > len(dataset)..

Artificial intelligence, AI/Project 2021. 4. 19. 17:36
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바