π« Contact: fahadabid545@gmail.com
|
Kaggle |
|
|
Kaggle |
|
Performed Part-of-Speech (POS) tagging using NLTK to label words with their grammatical roles in text data. Useful for NLP preprocessing and syntactic analysis.
Jupyter Notebook
Built an Artificial Neural Network (ANN) from scratch to classify handwritten digits using the MNIST dataset. Achieved high accuracy on test data with dense layers and ReLU activation.
Jupyter Notebook
Trained and visualized word embeddings using Google's pre-trained Word2Vec model. Explored semantic relationships and analogies between words using vector arithmetic.
Jupyter Notebook
A complete machine learning pipeline using Decision Tree Regression with preprocessing transformations. The model is serialized using Pickle, enabling easy reuse for predictions on new data.
Jupyter Notebook
This repository contains scripts and datasets curated for machine learning and data analysis, primarily focused on movies from The Movie Database (TMDB). It is useful for building recommender systeβ¦
Jupyter Notebook
DTreeViz is a visualization tool that creates detailed, intuitive diagrams of decision trees, helping users understand model decisions, splits, and feature importance clearly.
Jupyter Notebook