• Stars
    star
    109
  • Rank 319,077 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of seq2seq with attention in keras

Predicted stock price

預測未來一週收盤價,目前嘗試了兩種model

  1. many-to-one 預測未來一天(結果不好又要train很久,放棄)
  2. many-to-one 分別預測未來1~5天 (同上)
  3. many-to-many 直接預測未來5天
  4. seq2seq
  5. seq2seq + attention

Model

many-to-many 直接預測未來5天

Data

data form: (N, 20, 1)
tainind & validate: 80:20

Usage

& pip3 install -r requirements.txt
  • many-to-many 直接預測未來5天
& python3 lstm_�mtm.py

Result

  • many-to-many 直接預測未來5天

    0050

    0052

    0059

Score

  • many-to-many 直接預測未來5天

    current score: 12.79

    Score of each day

    Score of each ETF

    Total Score

More Repositories

1

object-detection

Object detection with ssd_mobilenet and tiny-yolo (Add: YOLOv3, tflite)
Python
190
star
2

react-native-tflite

Tensorflow Lite for React Native (now just support ios)
Objective-C++
20
star
3

qt-template

Template/Example of Qt/QML built with CMake/qmake. (include PyQt and PySide2)
Python
17
star
4

serialport-gui

GUI of Serial Port Communication based on PyQt5
Python
17
star
5

ios-object-dection

ios real time object detection with ssd_mobilenet
Objective-C++
16
star
6

yolov3-tf2

Implemented YOLOv3 with Tensorflow 2.0
Jupyter Notebook
14
star
7

yolov2-tf2

Implemented YOLOv2 with Tensorflow 2.0
Jupyter Notebook
10
star
8

pyqt-image-recognition

Handwritten recognition (MNIST)
Python
9
star
9

pytest-gui

Pytest GUI based on PyQt5
QML
4
star
10

rpi-voice-kit-app

Using app to control Voice Kit(smart speaker)
Python
3
star
11

fft

Implement Fast Fourier Transform with c and python
C
3
star
12

qt-video-player

Example code for playing videos with Qt/QML (QMultimedia, VideoOutput) and OpenCV
Python
3
star
13

keras-to-tensorflow

convert keras to tensorflow
Python
2
star
14

react-express-ssr

JavaScript
2
star
15

Notes

This repo is my learning notes, including Python, DSA, DB, DevOps ...
Jupyter Notebook
2
star
16

kaka-lin.github.io

My blog
HTML
2
star
17

docker-image

My docker image
Dockerfile
2
star
18

autonomous-driving-notes

Self-Driving Car learning notes include the course of Udacity Self-Driving Car Engineer Nanodegree Program
Jupyter Notebook
2
star
19

audio-recognition-app

It's an application for generating text of the audio file with SpeechRecgonition
Python
1
star
20

kaka-app

This is a exercise for React-Native
JavaScript
1
star
21

my-blog

My blog
Shell
1
star
22

nd013-c3-localization-exercises

C++
1
star
23

nd013-c2-fusion-exercises

Exercise Code for Course 2 of the Udacity Self-Driving Car Engineer Nanodegree Program
Python
1
star
24

yolov3-ovms-iotedge

YOLOv3 OVMS Service with REST API to Azure IoT Edge
Python
1
star
25

ML-Courses

Jupyter Notebook
1
star
26

deeplearning.ai

Jupyter Notebook
1
star
27

EfficientSAM-tf2-demo

The Tensorflow version of EfficientSAM
PureBasic
1
star
28

leetcode

My LeetCode solution collections
Python
1
star
29

ML-Notes

My Learning Notes of Machine Learning
Jupyter Notebook
1
star
30

nd013-c2-fusion-starter

Python
1
star
31

SFND_Lidar_Obstacle_Detection

C++
1
star
32

canbus-tool

CAN bus tool that can send/dump data. GUI is implemented with Qt/PyQt and QML
Python
1
star