Python
Python copied to clipboard
All Algorithms implemented in Python
### Describe your change: #9943 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [X] Add or change doctests? --...
Python program to train and test a MNIST dataset using a modified AlexNet model. The program should accept three integers as command line input. First two integers define the labels...
### Describe your change: * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? --...
### Describe your change: * [x] Add an algorithm? * [] Fix a bug or typo in an existing algorithm? * [] Add or change doctests? -- Note: Please avoid...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...
### Describe your change: Added Exponential Moving Average (EMA) filter * [X] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ]...
### Describe your change: * [x] Add an algorithm? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [x] This pull request is all my own work -- I have...
### Describe your change: * [x] Add an algorithm? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [x] This pull request is all my own work -- I have...
### Describe your change: This pull request adds two numerical analysis algorithms: Fixed Point Iteration Method: An iterative method to find an approximate solution to the equation ( f(x) =...
### Describe your change: * [x] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note: Please avoid...