Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dr413677671/seq2seq-attention-house-price-prediction
Seq2seq-attention house price prediction.
https://github.com/dr413677671/seq2seq-attention-house-price-prediction
deep-learning keras seq2seq seq2seq-attn signal-analysis tensorflow
Last synced: 24 days ago
JSON representation
Seq2seq-attention house price prediction.
- Host: GitHub
- URL: https://github.com/dr413677671/seq2seq-attention-house-price-prediction
- Owner: dr413677671
- License: gpl-3.0
- Created: 2022-11-29T11:15:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T12:21:03.000Z (about 2 years ago)
- Last Synced: 2023-07-04T07:28:44.668Z (over 1 year ago)
- Topics: deep-learning, keras, seq2seq, seq2seq-attn, signal-analysis, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 521 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]## About this project
Seq2seq-attention house price prediction. See [Zhihu Article »](https://zhuanlan.zhihu.com/p/106122616)
基于Seq2seq-attention的房价预测,详见 [知乎文章 »](https://zhuanlan.zhihu.com/p/106122616)
## Features:
- [x] Model
- [x] LSTM
- [ ] Data Augmentation
- [ ] Hyperparameter Search
- [x] Feature Engineering
- [x] Others
- [x] Standardlization### Built With
* [![Tensorflow][Tensorflow]][Tensorflow-url]
* [![Keras][Keras]][Keras-url]## Features Engineering
## Prediction
Predict first-half
Predict second-half
## Contact
[](https://github.com/https://github.com/dr413677671) [](https://www.youtube.com/channel/https://www.youtube.com/@randuan9718/videos) [](https://www.zhihu.com/people/kumonoue)
## Acknowledgments
* [seq2seq-attn](https://github.com/harvardnlp/seq2seq-attn)
* Logo genetrared by Stable-Diffusion[contributors-shield]: https://img.shields.io/github/contributors/dr413677671/Seq2seq-attention-house-price-prediction.svg?style=for-the-badge
[contributors-url]: https://github.com/dr413677671/Seq2seq-attention-house-price-prediction/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/dr413677671/Seq2seq-attention-house-price-prediction.svg?style=for-the-badge
[forks-url]: https://github.com/dr413677671/Seq2seq-attention-house-price-prediction/network/members
[stars-shield]: https://img.shields.io/github/stars/dr413677671/Seq2seq-attention-house-price-prediction.svg?style=for-the-badge
[stars-url]: https://github.com/dr413677671/Seq2seq-attention-house-price-prediction/stargazers
[issues-shield]: https://img.shields.io/github/issues/dr413677671/Seq2seq-attention-house-price-prediction.svg?style=for-the-badge
[issues-url]: https://github.com/dr413677671/Seq2seq-attention-house-price-prediction/issues[python-img]: https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue
[python-url]: https://www.python.org/
[Tensorflow]: https://img.shields.io/badge/TensorFlow-FF6F00?style=for-the-badge&logo=tensorflow&logoColor=white
[Tensorflow-url]: https://github.com/tensorflow/tensorflow
[Keras]: https://img.shields.io/badge/Keras-FF0000?style=for-the-badge&logo=keras&logoColor=white
[Keras-url]: https://github.com/keras-team/keras