CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Naive Bayes
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - Naive Bayes - List
[
DataMining
]
pythonsrc
DL : 0
机器学习算法,包括主成分分析方法,奇异值分解,逻辑回归,最小二乘法线性回归,朴素贝叶斯-machine learning algorithm prototype including PCA, SVD, Logic Regression, LMS and Naive Bayes
Date
: 2025-12-31
Size
: 6kb
User
:
xiaozhiz
[
DataMining
]
NaiveBayes-master
DL : 0
对文本信息进行分类,训练和学习,利用朴素贝叶斯算法实现。-Text information on the classification, training and learning, with Naive Bayes algorithm.
Date
: 2025-12-31
Size
: 5kb
User
:
xlyxy
[
DataMining
]
Naive-Bayes.py.tar
DL : 0
Classification algorithm using Naive Bayes. Written for News Group data set. 99 accuracy-Classification algorithm using Naive Bayes. Written for News Group data set. 99 accuracy!!!
Date
: 2025-12-31
Size
: 1kb
User
:
SAI
[
DataMining
]
naivebayes
DL : 0
朴素贝叶斯算法 求导致某一结果或现象发生的最可能的条件-Naive Bayes algorithm for the most likely cause of the condition or a result of the phenomenon
Date
: 2025-12-31
Size
: 1kb
User
:
王浩然
[
DataMining
]
bayes
DL : 0
机器学习中的朴素贝叶斯算法,利用python实现的算法-The naive Bayesian algorithm in machine learning, using Python to achieve the algorithm
Date
: 2025-12-31
Size
: 2kb
User
:
jacksun
[
DataMining
]
bayes
DL : 0
基于自然对数改进的朴素贝叶斯,统计TPR,NPR,TFR,TPR-Based on the natural logarithm improved Naive Bayes
Date
: 2025-12-31
Size
: 1kb
User
:
xuyan
[
DataMining
]
NaiveBayesClassifier.m
DL : 0
I use Matlab 2008a which does not support Naive Bayes Classifier. Script supports normal and kernel distributions. Statistics toolbox for 2008a version is used in the script. Also includes function for confusionmat
Date
: 2025-12-31
Size
: 1kb
User
:
lin
[
DataMining
]
NB_All_Variables
DL : 0
multi class naive bayes algorithm i coded for predicting football results
Date
: 2025-12-31
Size
: 16kb
User
:
lin
[
DataMining
]
AI-Naive
DL : 0
利用Python实现朴素贝叶斯分类方法。实现程序具有普适性,同时附带测试数据。可以直接运行。-Python implementations utilizing Naive Bayes classification. Achieve universal program has also included with the test data. It can be run directly.
Date
: 2025-12-31
Size
: 5kb
User
:
释放梦想
[
DataMining
]
bayes1
DL : 0
朴素贝叶斯法主要根据概率论中的贝叶斯法则,是一种很好的用于文本分析的机器学习算法-Naive Bayes method is a kind of machine learning algorithm based on the theory of probability, which is a good machine learning algorithm for text analysis.
Date
: 2025-12-31
Size
: 1kb
User
:
dongyanyan
[
DataMining
]
Naive-bayes
DL : 0
本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c,应找出有最大值的P(c|w),即求解问题-In this paper, spell check as an example to explain the Naive Bayes classifier is implemented. For a user to enter a word (words), the spelling checker tries to infer the most likely the correct word (correct). Of course, it is possible to enter the word itself is correct. For example, enter the word thew, users may want to enter the, there may be trying to enter the thaw. After To solve this problem, Naive Bayes classifier using a posterior probability P (c | w) to solve this problem. The P (c | w) represents the case of the probability of w c is inferred. In order to identify the most likely c, you should find out the maximum value of P (c | w), that is, to solve the problem
Date
: 2025-12-31
Size
: 1kb
User
:
王志坦
[
DataMining
]
SVM-and-NB
DL : 0
支持向量机与朴素贝叶斯算法,对数据进行分类后深度了解数据的结构-Support vector machine and naive Bayes algorithm.Classifying the data and understanding the structure of the data in depth
Date
: 2025-12-31
Size
: 1.9mb
User
:
月光之花
[
DataMining
]
Naive-Bayes
DL : 0
Python实现朴素贝叶斯分类,即Naive Bayes Classifier(NB),数据集为pima-indians印第安人糖尿病数据集。-Python implementation naive Bayes classifier, i.e. Naive Bayes Classifier (NB), the data set is pima-indians Indians diabetes data sets.
Date
: 2025-12-31
Size
: 10kb
User
:
赵**
[
DataMining
]
NBC
DL : 0
朴素贝叶斯模型,用来做大数据的分类,是一种很简单易上手的模型,代码很简单,有例子。(Naive Bayes model is used to enlarge the classification of data)
Date
: 2025-12-31
Size
: 36kb
User
:
濉燃
[
DataMining
]
Url
DL : 0
利用朴素贝叶斯BS实现从HTTP数据流中识别出用户基于浏览器访问的URL(Using the naive Bayes BS to realize the user based browser access based URL from the HTTP data stream)
Date
: 2025-12-31
Size
: 88kb
User
:
little fly
[
DataMining
]
A sentiment analysis program
DL : 0
A sentiment analysis program.Can select different model to analysis sentiment.These model contain Random Forest,bagged tree,Naive Bayes,SVM.
Date
: 2019-09-04
Size
: 25.95mb
User
:
283619937@qq.com
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.