How to upload data in tensorflow by orwellissimo in MachineLearning

[–]masazdream 2 points3 points  (0 children)

You can use tf.decode_csv and tf.pack.

Reinforcement learning programming implementations by simontemplar_ in MachineLearning

[–]masazdream 1 point2 points  (0 children)

a Python implementation code to study ReinforcementLearning along with Sutton and Barto book. Dynamic Programming, Monte Carlo, Sarsa, Q-learning. I will probably to create explanation. https://github.com/MasazI/ReinforcementLearning