Featured Post
Building a CI Pipeline using Github Actions for Sharetribe and RoR
Continuous Integration (CI) is a crucial part of modern software development workflows. It helps ensure that changes to the codebase are regularly integrated and tested, reducing the risk of introducing bugs and maintaining a high level of code quality.
Read moreRecent Post
Text Classification in NLP using Cross Validation and BERT
In natural language processing, text categorization tasks are common (NLP). Depending on the data they are provided, different classifiers may perform better or worse (eg.
Read moreRevolutionizing the Role of Software Development: Introducing the Prompt Engineer
Revolutionizing the Role of Software Development: Introducing the Prompt Engineer With the rapid advancements in AI and machine learning, the software development industry is undergoing a significant change.
Read moreA Deep Dive into Reinforcement Learning: Q-Learning and Deep Q-Learning on a 10x10 FrozenLake Environment
Reinforcement Learning is a machine learning method in which an algorithm makes decisions and takes actions within a given environment and learns what appropriate decisions to make through trial-and-error actions.
Read moreWhat it takes to be successful as a coder?
To be successful as a coder, it takes more than just technical skills and knowledge. It requires a combination of factors, including dedication, passion, and the ability to overcome self-doubt and imposter syndrome.
Read moreRNN for sequence-to-sequence classification
In order to understand a sequence of information we need to understand each input of data based on the understanding of previous data.
Read moreLearning based models for Classification
Thousands of learning algorithms have been developed in the field of machine learning. Scientists typically select from among these algorithms to solve specific problems.
Read more