Thinking in React Conceive Components- Single responsibility Build static page build components that reuse other components and pass data using props. Continue Reading →
Recharts – Javascript charting for React Checkout Recharts, a feature packed, highly customizable, component library for React. Continue Reading →
Python full-stack development line-up As Python is soon becoming the defacto language for appplication development after data science, checkout this line up of tools and technology in full-stack development. Continue Reading →
DB Scan Clustering Density-based spatial clustering of applications with noise (DBSCAN) DSBCAN is a density-based clustering algorithm that groups nearest neighbors that satisfies these parameters and criteria ε or EPS is a distance parameter that defines the radius to search for nearby neighbors. Continue Reading →
Revise Conditional Probability and Bayes Theorem Conditonal Probability and Bayes theorem are two of the most important foundational concepts of probability which are used extensively in machine learning algorithms. Continue Reading →
Revise Permutations and Combinations In how many possible ways can you write 1800 as a product of 3 positive integers a, b, c ? Continue Reading →
K-Means Clustering Clustering is about grouping the data points based on similarity or dissimilarity among them. Continue Reading →
Animating Logit function plot in Matplotlib Animation package in Matplotlib makes it very easy to animate plots. Continue Reading →
Understanding Logistic Regression Logistic regression is one of the first classification techniques that one comes across in machine learning. Continue Reading →
Right Charts for Visualization Using the right chart to support the narrative is very important for conveying the insights of a data analysis to the stake holders. Continue Reading →