All Projects → amallia → GaussianNB

amallia / GaussianNB

Licence: MIT license
Gaussian Naive Bayes (GaussianNB) classifier

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GaussianNB

bayes
naive bayes in php
Stars: ✭ 61 (+258.82%)
Mutual labels:  naive-bayes, naive-bayes-classifier, naive-bayes-algorithm
sentiment-analysis-using-python
Large Data Analysis Course Project
Stars: ✭ 23 (+35.29%)
Mutual labels:  naive-bayes, naive-bayes-classifier
Machine-Learning-Projects-2
No description or website provided.
Stars: ✭ 23 (+35.29%)
Mutual labels:  ml, naive-bayes-classifier
20-newsgroups text-classification
"20 newsgroups" dataset - Text Classification using Multinomial Naive Bayes in Python.
Stars: ✭ 41 (+141.18%)
Mutual labels:  naive-bayes, naive-bayes-classifier
zingg
Scalable identity resolution, entity resolution, data mastering and deduplication using ML
Stars: ✭ 655 (+3752.94%)
Mutual labels:  ml
Nepali-News-Classifier
Text Classification of Nepali Language Document. This Mini Project was done for the partial fulfillment of NLP Course : COMP 473.
Stars: ✭ 13 (-23.53%)
Mutual labels:  naive-bayes-classifier
DeepBump
Normal & height maps generation from single pictures
Stars: ✭ 185 (+988.24%)
Mutual labels:  ml
r2inference
RidgeRun Inference Framework
Stars: ✭ 22 (+29.41%)
Mutual labels:  ml
azureml-cheatsheets
Azure Machine Learning Cheat Sheets
Stars: ✭ 23 (+35.29%)
Mutual labels:  ml
aws-experiments-comprehend-custom-classifier
How to train a custom NLP classifier with AWS Comprehend?
Stars: ✭ 25 (+47.06%)
Mutual labels:  ml
mlapp
MLApp is a Python library for building scalable data science solutions that meet modern software engineering standards.
Stars: ✭ 42 (+147.06%)
Mutual labels:  ml
cli
Polyaxon Core Client & CLI to streamline MLOps
Stars: ✭ 18 (+5.88%)
Mutual labels:  ml
pmml4s-spark
PMML scoring library for Spark as SparkML Transformer
Stars: ✭ 16 (-5.88%)
Mutual labels:  ml
FlutterIOT
Visit our website for more Mobile and Web applications
Stars: ✭ 66 (+288.24%)
Mutual labels:  ml
rs datasets
Tool for autodownloading recommendation systems datasets
Stars: ✭ 22 (+29.41%)
Mutual labels:  ml
Learning-Resources
This repository contains curated, useful resources drafted by DSC Domain Leads.
Stars: ✭ 21 (+23.53%)
Mutual labels:  ml
deep-significance
Enabling easy statistical significance testing for deep neural networks.
Stars: ✭ 266 (+1464.71%)
Mutual labels:  ml
creative-prediction
Creative Prediction with Neural Networks
Stars: ✭ 22 (+29.41%)
Mutual labels:  ml
neptune-client
📒 Experiment tracking tool and model registry
Stars: ✭ 348 (+1947.06%)
Mutual labels:  ml
neural inverse knitting
Code for Neural Inverse Knitting: From Images to Manufacturing Instructions
Stars: ✭ 30 (+76.47%)
Mutual labels:  ml

GaussianNB

Gaussian Naive Bayes (GaussianNB) classifier

Simple Gaussian Naive Bayes classifier implementation. It also implements 5-fold cross-validation. Compared performance with Zero-R algorithm.

Dataset

Glass.csv

Attribute and Class Information:

  1. RI: refractive index
  2. Na: Sodium (unit measurement: weight percent in corresponding oxide, as are attributes 4-10)
  3. Mg: Magnesium
  4. Al: Aluminum
  5. Si: Silicon
  6. K: Potassium
  7. Ca: Calcium
  8. Ba: Barium
  9. Fe: Iron
  10. Type of glass: (class) -- 1 window glass (from vehicle or building) -- 2 not window glass (containers, tableware, or headlamps)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].