React Native + TensorFlow (Artificial Intelligence in Mobile Application)As a software engineer specializing in mobile application development, there is a gap when it comes to running AI models directly within…Aug 211Aug 211
FEATURE SELECTION IN SUPERVISED LEARNING- PART 3In our previous discussions, we covered the concept of feature selection, breaking it down into three main methods: Filter, Wrapper, and…Mar 13Mar 13
FEATURE SELECTION IN SUPERVISED LEARNING- PART 2In “PART 1“ we delved into the concept of feature selection and categorized it into three main methods: Filter, Wrapper, and Embedded. Our…Mar 31Mar 31
REGEX VS SPACYRegular expressions, often abbreviated as regex, is a powerful tool for pattern matching within texts. It consists of a string of…Feb 20Feb 20
FEATURE SELECTION IN SUPERVISED LEARNING - PART 1Feature selection is the process of choosing the most relevant features from a dataset to be used in training a model. When collecting…Feb 11Feb 11
Deep Dive into Supervised LearningIn the previous discussion, we touched upon the concept that supervised learning involves working with labeled data, where the machine is…Jan 27Jan 27
ARTIFICIAL INTELLIGENCE IN SIMPLE TERMSArtificial intelligence (AI) is a computer science discipline that specifically concentrates on employing machines to address challenges…Jan 152Jan 152
How to Remove the iOS Push Notification ErrorI recently updated capabilities in my Apple console to enable Push Notifications. This is the process I went through after logging in and…Mar 31, 2021Mar 31, 2021