Python
Python copied to clipboard
All Algorithms implemented in Python
### What would you like to share? Hello maintainers! 👋 I’ve submitted a pull request that implements a Radial Basis Function Neural Network (RBFNN) in response to issue [#12322](https://github.com/TheAlgorithms/Python/issues/12322). 📂...
### Feature description Add PID and ADRC algorithm, they belong to control algorithm.
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
✅ Added an algorithm This PR adds an implementation of a Radial Basis Function Neural Network (RBFNN). Key features: Uses Gaussian radial basis functions Applies KMeans clustering to initialize RBF...
### PR Checklist: - [x] I have read `CONTRIBUTING.md` - [x] This pull request is all my own work -- I have not plagiarized - [x] I know that pull...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### Feature description Functions in Python provide numerous benefits that make your code cleaner, more modular, and easier to maintain.
### **Description of Changes:** * [x] **Add an algorithm:** This pull request introduces a Python implementation of the **VerusHash algorithm**, a unique proof-of-work (PoW) hashing algorithm used by **Verus Coin...
### Describe your change: * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? --...