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
Category: 2019 Posts
Making Programming Easier with Keyboard Macros — Video
A recent video from Linus Tech Tips introduced how one of their editors uses macros for video editing. This got me thinking; can macros be easily created to improve myContinue reading
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