Classification male - female using height, weight, foot size and saving the model.HEADERS / SOURCE NEEDED: naive_bayes.h, naive_bayes.cpp, json.h// SWAMI KARUPPASWAMI THUNNAI #include "naive_bayes.h" int main() { gaussian_naive_bayes nb({ {6, 180, 12}, {5.92, 190, 11}, {5.58...
Working on the Naive Bayes mini-project to classify email. Tried really hard to make the python 2.7 code compatible with 3.6 and learnt about dos2unix and pickling of data. Completed the Naive Bayes project with accuracy of 90.24% (Need to improve it!) Day 3 (11-09-18) : SVM and Lin...
Generative AI|DeepSeek|OpenAI Agent SDK|LLM Applications using Prompt Engineering|DeepSeek from Scratch|Stability.AI|SSM & MAMBA|RAG Systems using LlamaIndex|Building LLMs for Code|Python|Microsoft Excel|Machine Learning|Deep Learning|Mastering Multimodal RAG|Introduction to Transformer Model|Bagg...
ExamplesEach algorithm comes with some examples. Just run the model file and you will see the examples. If you have better examples for others to understand the model, please feel free to start a PR. Dependencies Python3 numpy matplotlib rich Usage Just run any single file located in each c...