by Suf | Nov 25, 2021 | Programming, Python, Tips
List indexing is a valuable tool for you as a Python developer. You can extract specific values or ranges of values using indices or slices. You may encounter the TypeError telling you that the index of the list must be integers or slices but not strings. In this part...
by Suf | Nov 23, 2021 | Programming, Python, Tips
In this Python Solutions post, you will learn the various ways to check if a string contains a substring. Checking for a substring is a common task in Python that you can use for conditional statements. We will explore with the use of the in Operator, the .index()...
by Suf | Nov 11, 2021 | Programming, Python, Research, Tips
Python has steadily risen in popularity among the ranks of programming languages, rivalling Java and C. Based on Github statistics, Python is the second most used language across publically accessible repositories in 2021. It is the third most used programming...
by Suf | Nov 7, 2021 | AI, Data Science, Machine Learning, Reinforcement Learning, Research
A Go board illustrating a complex game state. Go is a classic example in reinforcement learning (RL), where AI agents, such as AlphaGo, learn optimal strategies through deep reinforcement learning and self-play. The game’s vast state space and long-term strategic...
by Suf | Feb 17, 2021 | Experience, Remote Working, Research, Tips
Research scientists have a unique position within a company. They bridge the gap between pure research and application and explainability of data science solutions. They require a broad understanding of existing research and techniques and write algorithms and design...