Skip to content
View Maheen-Fatima-1's full-sized avatar

Block or report Maheen-Fatima-1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. customer-churn-analysis customer-churn-analysis Public

    Analyze Telco customer data to predict customer churn using Logistic Regression, Decision Tree, Random Forest, and XGBoost. Includes data preprocessing, EDA, feature engineering, and model evaluation.

    Jupyter Notebook 1

  2. multi-campus-network-design multi-campus-network-design Public

    Multi-campus university network simulation using Cisco Packet Tracer with VLANs, inter-VLAN routing, RIP v2, DHCP, and redundancy for scalable communication.

    1

  3. wumpus-world-project wumpus-world-project Public

    A Knowledge-Based AI agent that solves the Wumpus World environment using logical reasoning and inference. Built with Python (PyScript), HTML, and JavaScript, the project demonstrates propositional…

    Python 1

  4. Uninformed-Searches Uninformed-Searches Public

    Python project implementing GBFS and A* pathfinding on a dynamic grid

    Python

  5. student-performance-prediction student-performance-prediction Public

    Predict student exam performance using assignments, quizzes, and previous scores with Python and Streamlit

    Jupyter Notebook

  6. CSPBasedSuduko CSPBasedSuduko Public

    Sudoku Solver using CSP (AC-3, Backtracking, Forward Checking, MRV) implemented in Python. Solves easy to very hard puzzles and shows performance (calls and failures).

    Python