With Python’s split() and strip()
split()
strip()
Creating Latent Factors Matrix using set of Users, Items and Ratings
Building a Feature Importance Plot in a few lines of code
Building a Random Forest Classifier with the Sklearn framework
Building a Decision Tree Classifier from scratch and then a framework called Sklearn
Building a OneR classifier model from scratch
Building a Deep-Learning Neural Network Model from scratch based on tabular data
ReLU from scratch with Gradient Descent
A function to add gaussian noise
A failed attempt to apply neural network concepts in a spreadsheet
Creating the ReLU Function
Optimising with Gradient Descent
Manually fitting a Line (Quadratic Function) to a dataset
Continuing my Data Science journey with Kaggle
Host a neural network app live on HuggingFace
Create a local neural network Gradio App
Create a simple neural network model