Diabetes Prediction is my weekend practice project. In this model I used KNN Neighbors Classifier to trained model that is used to predict the positive or negative result. Given set of inputs are BMI(Body Mass Index),BP(Blood Pressure),Glucose Level,Insulin Level based on this features it predict whether you have diabetes or...
[Read More]
I write about
Object Detection
Detecting your custom objects!
Object detection is probably the most profound aspect of computer vision due the number practical use cases. Object detection refers to the capability of computer and software systems to locate objects in an image/scene and identify each object. Object detection has been widely used for face detection, vehicle detection, pedestrian...
[Read More]
Numpy tutorial
Tool for mathematical stuff.
NumPy is a fundamental Python package to efficiently practice data science. Learn to work with powerful tools in the NumPy array, and get started with data exploration.
NumPy has a whole sub module dedicated towards matrix operations called numpy
[Read More]
Python tutorial
A complete fundamental tutorial towards data science!
Python is a general-purpose programming language that is becoming ever more popular for data science. Companies worldwide are using Python to harvest insights from their data and gain a competitive edge. Python specifically for data science. In Introduction to Python course, you’ll learn about powerful ways to store and manipulate...
[Read More]