An open API service indexing awesome lists of open source software.

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

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)