Blog
How to Calculate Entropy and Information Gain in Decision Trees
What is entropy and information gain in decision trees?
Machine-learningDecision-treesEntropy
Understanding Confusion Matrix and Applying It on KNN-Classifier on Iris Data Set
What is Confusion matrix? Confusion matrix is one such important tool which helps us evaluate our model's performance.
Machine-learningKnnIris
Making Plots with Pandas groupby
A series of example code and plots using Pandas groupby method.
PythonPandasData science
Are We Building AI systems that Learned to Lie to Us?
DeepFakes = DeepLearning + Fake
Artificial intelligenceDeepfakes
Parsing post data 3 different ways in Node.js without third-party libraries
application/json, application/x-www-form-urlencoded, and multipart/form-data
NodejsJavascriptWebdev
6 Interview Questions That Combine Promise and setTimeout
Thoroughly master this type of interview question.
JavascriptInterviewsPromise
Technical | How to Recover a Deleted/Overwritten Python File?
PythonFile recoveryProgramming
Base64 Encoding in JavaScript
Including upload an image using base64 in JavaScript
JavaScriptBase64Encoding
Stripe Payment Form with React and Material-UI
Part 4 - Implement Stripe
ReactStripeMaterial ui
Fischer's Linear Discriminant Analysis in Python From Scratch
Learn about Fisher's LDA and implement it from scratch in Python.
Machine LearningPythonLinear Algebra