GruppoPBDMNG-10 / AIExam

All code used for AI exam (Computer Science Master Degree)
MIT License
0 stars 0 forks source link

Evaluate RNN as experimental system #4

Open fastluca opened 5 years ago

fastluca commented 5 years ago

A good sequence-to-sequence system is RNN. Evaluate if it is possible and easy to implement with Tensorflow in Python. See https://medium.com/google-cloud/how-to-do-time-series-prediction-using-rnns-and-tensorflow-and-cloud-ml-engine-2ad2eeb189e8

fastluca commented 5 years ago

Tensorflow actually doesn't support Python 3.7. It requires to downgrade to version 3.6.6.

fastluca commented 5 years ago

See https://docs.chainer.org/en/stable/comparison.html for other python RNN frameworks to evaluate.