/100DaysOfMLCode

Daily log for the #100DaysOfMLCode challenge

#100DaysOfMLCode

Daily log for the #100DaysOfMLCode challenge

Overview

These are the instructions for this video on Youtube by Siraj Raval for the #100DaysofMLCode Challenge.

Motivation

Machine Learning is the most transformative technology of our time. Whether its helping us discover new drugs for major diseases, fighting fraud, generating music, improving supply chain efficiency, the list of applications are truly endless. In order for us as a community to be able to make valuable contributions to the world, we need to master this technology. This is a call to action, a battle cry, a spark that will light a movement to radically improve the state of humanity. 100 Days of ML Code is a committment to better your understanding of this powerful tool by dedicating at least 1 hour of your time everyday to studying and/or coding machine learning for 100 days.


Daily log

11 sept - Day 1

Worked on settting up an environment for the openAI gym. Created the basic file systems and got the projects running. For some reason the module is not loadable, should fix that now.

12 sept - Day 2

Finished the OpenAI environment for the OddorEven player. Completed the environment when the agent is bowling. The reward function is in experimental stage and will need tweaking.