Still using ExpressJS? Time to switch backend frameworks!There's a cool framework in town called fastify. Let's see how it's better than ExpressJSApr 4, 2021·6 min read·639
Preparing your data for training your modelHey everyone! Hope you're doing well. Welcome to this blog on preparing data for training your machine learning model. This is always has been a necessary step whether you make a statistical model, like LinearRegression or GradientBoosting, or Deep l...Feb 7, 2021·3 min read·57
Awesome sites for ML datasetsAre you tired of finding datasets for ML projects? Don't worry I got you covered! Here's a list of some awesome sites that I recommend for datasets! Kaggle Kaggle is the largest ML community containing just not only ML datasets, but various interest...Jan 27, 2021·3 min read·160
Algorithms and libraries used for MLSo, If you have read my previous blog in this quickbites series, you probably understood what are the types of supervised learning, and also more about Regression and Classification. And also Python is really famous language for Data science and ML. ...Jan 20, 2021·2 min read·54
Supervised learning and about itSo, what is supervised learning? Supervised learning is a way of teaching the machine learning based on labelled data, like if a patient has a certain disease or not, then making it predict the labels for unseen data. A supervised learning algorithm ...Jan 14, 2021·2 min read·52
Understanding ML, Deep learning and Data scienceWhat is data science? Data science is a computing field in computer science, where various scientific methods (like scipy, numpy, pandas, etc libraries contain in python) and algorithms are used to get more knowledge, and gather various insights, and...Jan 10, 2021·3 min read·108
How to build a Wikipedia fuzzy finder toolHey guys! I guess you must be tired of visiting Wikipedia for a small summary or finding a random interesting article to read or get a summary about it? Well, same here, but you can solve that by tackling it smartly with Python. So we’ll be using the...Jan 6, 2021·8 min read·62