We can define a system as a set of related components working together to solve a particular task. From this
Continue readingTag: Tutorial
Understanding React Components and Props Core Concepts
The concept of the components and the props are a game changer for React. A component is nothing but an
Continue readingHow to use Promises, Generators and Async Await in JavaScript
We can implement our code for execution using two approaches that include: Synchronous code execution and asynchronous code execution. Synchronous
Continue readingThe concept of Triple CCC: Currying, Closure, Callback in JavaScript
JavaScript is a programming language that is used in both FrontEnd and BackEnd to build interactive web applications. It is
Continue readingHow to Make an AI-Assisted Phone Service with Twilio
If you’ve ever called a business to book an appointment or tried to chat on a website to get your
Continue readingHow to Visualize Time-Series Data in JavaScript with Chart.js and InfluxDB
Time-series data refers to data that is repeatedly collected over a specified time period like a second, a minute, or
Continue readingDunder/Magic Methods in Python
Dunder methods are names that are preceded and succeeded by double underscores, hence the name dunder. They are also called
Continue readingUnderstanding Accuracy, Recall, Precision, F1 Scores, and Confusion Matrices
This article also includes ways to display your confusion matrix AbstractAPI-Test_Link Introduction Accuracy, Recall, Precision, and F1 Scores are metrics
Continue readingHow to Create a Wheel file for your Python package and import it in another project
If you have worked with Python you must be familiar with the pip command used to install packages. This article
Continue readingOpenCV 101 and Instagram Filters
This tutorial will be a basic introduction to OpenCV and some basic Instagram filters OpenCV is a library primarily built
Continue readingHow to build a Streamlit UI to Analyze Different Classifiers on the Wine, Iris and Breast Cancer Dataset
Let’s build a web app using Streamlit and sklearn Screen Capture by Author In this tutorial, we will be working with three
Continue readingUse Numpy for Statistics and Arithmetic Operations in 2020
Most of the data used for Data Science and Machine Learning is stored as a Dataframe or a Numpy array.
Continue reading