Ahmad Huzail Khan
Ahmad Huzail Khan
# Description This pull request fixes the issue with the class_agnostic argument in the `MeanAveragePrecision` class, which was previously not functioning correctly. `The class_agnostic` flag now treats all predictions and...
### Simple Artificial Neural Network (ANN) Implementation ### Description: This PR adds a basic implementation of a feedforward Artificial Neural Network (ANN) using Python and NumPy. The network consists of...
# Add CatBoost Regressor Example [x] Added Algorithm ### Changes: - Added a Python script `catboost_regressor.py` that implements a CatBoost Regressor using the California Housing dataset. - Included doctests to...
A Python URL shortener that generates and manages shortened URLs using hashing.