Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 817 Bytes

Simple RNN (Python)

A port of the Simple_RNN project (originally in C++) to Python.

My paper 'A water demand prediction model for Central Indiana' describing the original project was published as a part of the Thirtieth Conference on Innovative Applications of Artificial Intelligence (IAAI '18).

@paper{AAAI1816511,   
	author = {Setu Shah and Mahmood Hosseini and Zina Ben Miled and Rebecca Shafer and Steve Berube},   
	title = {A Water Demand Prediction Model for Central Indiana},   
	conference = {AAAI Conference on Artificial Intelligence},   
	year = {2018},   
	keywords = {Prediction; Modeling; Neural Networks},   
	url = {https://aaai.org/ocs/index.php/AAAI/AAAI18/paper/view/16511}   
}