This project was created as a means to learn Reinforcement Learning (RL) independently in a Python notebook. Applying RL without the need of a complex, virtual environment to interact with.Continue reading
Tag: Machine Learning
Learning NLP Language Models with Real Data
Language Models (LMs) estimate the relative likelihood of different phrases and are useful in many different Natural Language Processing applications (NLP). For example, they have been used in Twitter BotsContinue reading
3 Tips to Improving Your Data Science Workflow
These simple tips, devised from my own learning experiences, should help you improve your data science work, project management and the output when sharing with others. 1. Notebooks and Markdown NotebooksContinue reading
LoL AI Model Part 3: Final Output
LoLModel_Part3 AI in Video Games: Improving Decision Making in League of Legends using Real Match Statistics and Personal Preferences¶ Part 3: Introducing Personal Preferences and Concept of Final Output¶ MotivationsContinue reading
A simple Method for Tracking Code Progress in Python Notebooks
For a while now, I have often felt left in the dark when it comes to the progress of my code cells in notebooks. Therefore I wanted to find aContinue reading