Solve Sudoku to learn NumpySolve simple sudoku puzzles with numpy and learn the usage of numpy functionsJan 8, 2023Jan 8, 2023
Published inNerd For TechLet us write Mini Batch Gradient Descent using numpyAn approach to convert full batch gradient descent into mini batch gradient descent using Einstein summation technique.Jul 23, 2021Jul 23, 2021
Published inTowards Data ScienceMulticlass Classification Neural Network using Adam OptimizerThis is in continuation of my blog series where I use numpy’s einsum to implement the complete model.Jul 10, 2021Jul 10, 2021
Published inTowards Data ScienceMulticlass classification Neural Network implementation using Numpy’s einsumImplementation of two layer multiclass classification neural network using Numpy’s einsum.Jul 4, 2021Jul 4, 2021
Published inNerd For TechBatch gradient descent algorithm using Numpy’s einsumUsage of Einstein summation technique. No he didn't invent it, he applied it to express complete paper of general theory of relativity…Jun 27, 2021Jun 27, 2021
Scalable Pipeline : PCA and Logistic Regression using PysparkRecently I was working on a POC to do pipelining of PCA followed by Logistic Regression using Pyspark.Dec 30, 20174Dec 30, 20174