Repository navigation

#

naive-bayes-classifier

🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!

Python
409
2 年前

A Naive Bayes machine learning implementation in Elixir.

Elixir
392
8 年前

Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means

MATLAB
351
8 年前

This repository explores the variety of techniques and algorithms commonly used in machine learning and the implementation in MATLAB and PYTHON.

Jupyter Notebook
189
2 年前

This is a collection of some of the important machine learning algorithms which are implemented with out using any libraries. Libraries such as numpy and pandas are used to improve computational complexity of algorithms

Jupyter Notebook
186
6 年前

📧 Implement Naive Bayes and Adaboost from scratch and use them to filter spam emails.

Python
159
8 年前

Objective of the repository is to learn and build machine learning models using Pytorch. 30DaysofML Using Pytorch

Python
131
3 年前

Identification of trends in the stock prices of a company by performing fundamental analysis of the company. News articles were provided as training data-sets to the model which classified the articles as positive or neutral. Sentiment score was computed by calculating the difference between positive and negative words present in the news article. Comparisons were made between the actual stock prices and the sentiment scores. Naive Bayes, OneR and Random Forest algorithms were used to observe the results of the model using Weka

R
121
4 年前
Go
116
2 年前

A machine learning project that predicts results of a football match

Python
99
5 年前

基于朴素贝叶斯实现的豆瓣影评情感分析

Python
99
4 年前

Machine learning approach to detect whether patien has the diabetes or not. Data cleaning, visualization, modeling and cross validation applied

Jupyter Notebook
93
1 年前