Skip to content
View mamadkhaleghi's full-sized avatar

Block or report mamadkhaleghi

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. tumor-type-classification tumor-type-classification Public

    Forked from AryaAftab/tumor-type-classification

    Tumor type classification with traditional feature extractions and classifiers.

    Jupyter Notebook

  2. V2ray-for-Doprax V2ray-for-Doprax Public

    Forked from hiifeng/V2ray-for-Doprax

    The tool can install v2ray on the Doprax, including VMess and VLess protocols, it will automatically switch IP, you need to fork this projects, read readme.md and run it. Create By ifeng.

    Dockerfile

  3. custom-linear-regression custom-linear-regression Public

    Implementation of a custom linear regression model with support for gradient descent optimization, polynomial regression, and regularization techniques (L1 and L2). Includes evaluation metrics such…

    Jupyter Notebook

  4. ml-algorithms-implementation ml-algorithms-implementation Public

    Comprehensive implementation of various machine learning algorithms including gradient descent, logistic regression, Naive Bayes, SVM, and decision trees. Features data preprocessing, model trainin…

    Jupyter Notebook

  5. a-star-and-bfs-implementation a-star-and-bfs-implementation Public

    Implementation of A* and Breadth-First Search (BFS) algorithms to find the shortest path between provincial centers. Includes data handling, heuristic calculations, and neighbor expansions for effi…

    Python

  6. tsp-evolutionary-algorithms tsp-evolutionary-algorithms Public

    Implementation of evolutionary algorithms to solve the Traveling Salesman Problem (TSP) using genetic operations such as selection, crossover, and mutation. Includes code for reading TSP files, cre…

    Python