Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lefosg/machine-learning-algorithms
ML algorithms
https://github.com/lefosg/machine-learning-algorithms
Last synced: 19 days ago
JSON representation
ML algorithms
- Host: GitHub
- URL: https://github.com/lefosg/machine-learning-algorithms
- Owner: lefosg
- Created: 2022-03-16T20:29:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T10:21:09.000Z (about 2 years ago)
- Last Synced: 2024-11-07T17:55:48.368Z (2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine-learning-algorithms
Machine learning algorithms created for the AI course in AUEB. These include Adaboost, Naive Bayes and ID3. Run the script through the main.py file. The purpose was to make sentiment classification ("good" or "bad") for the Keras IMDB dataset.
In the end, graphs are created to compare the results of the implementation to the sklearn library's corresponding algorithms.
Note: adaboost has a flaw somewhere, it is not yet 100% correct.