Pull requests

7
Open
1
Merged
1
Closed
5
Upstream
7
  • closedupstream
    TheAlgorithms/Pythonenhancementawaiting reviewstests are failing

    To #10563 Implemented a new function, read_image(), to read PNG images from file without OpenCV. RGB values for each pixel are stored in a nested list. Updated peak_signal_to_noise_ratio() to directly use the nested list instead of NumPy ar

    +0 0
  • mergedupstream

    Fixes #8865 * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [x]

    +0 0
  • closedupstream
    TheAlgorithms/Python1 commentsenhancementawaiting reviewstests are failing

    Fixes #9528 * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [x]

    +0 0
  • closedupstream
    TheAlgorithms/Pythonenhancementawaiting reviewstests are failing

    Fixes #9598 The MLP class implements a simple feedforward neural network for classification. It has an input layer, a hidden layer with a tanh activation, and an output layer. The init() method initializes the weight matrices and bias vecto

    +0 0
  • openupstream
    TheAlgorithms/Python1 commentsstale 1006d

    Fixes #9598 * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [x]

    +0 0
  • closedupstream
    TheAlgorithms/Python1 commentsawaiting reviewstests are failingrequire tests

    ### Describe your change: Fixes https://github.com/TheAlgorithms/Python/issues/9188 This implements random search with cross-validation for hyperparameter tuning in Python. The key differences from grid search CV are: - Instead of iterating

    +0 0
  • closedupstream
    TheAlgorithms/Python1 commentsinvalidawaiting reviews

    Fixes #9188 This implements random search with cross-validation for hyperparameter tuning in Python. The key differences from grid search CV are: - Instead of iterating through a grid of all combinations, it randomly samples hyperparameters

    +0 0