https://github.com/efecanxrd/naive-bayes-algorithm-from-scratch
Naive Bayes Algorithm From Scratch
https://github.com/efecanxrd/naive-bayes-algorithm-from-scratch
naive-bayes naive-bayes-algorithm naive-bayes-classification naive-bayes-classifier
Last synced: 4 months ago
JSON representation
Naive Bayes Algorithm From Scratch
- Host: GitHub
- URL: https://github.com/efecanxrd/naive-bayes-algorithm-from-scratch
- Owner: efecanxrd
- Created: 2022-11-18T11:57:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T12:28:27.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:49:59.866Z (5 months ago)
- Topics: naive-bayes, naive-bayes-algorithm, naive-bayes-classification, naive-bayes-classifier
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Naive Bayes
Naive Bayes Algorithm From Scratch
![]()
Setup The Project
Install Python
I recommend that you install Python3.8x
Install Libraries
The project uses only 3 library. You can install the library by typing 'pip install numpy', 'pip install pandas', 'pip install matplotlib' in the terminal
How this is working?
You can get information by the link below. You might need to translate the page
[
](https://efecanxrd.medium.com/s%C4%B1f%C4%B1rdan-naive-bayes-algoritmas%C4%B1-naive-bayes-classifier-from-scratch-fe16755baa31)