Skip to content
#

naive-bayes-classifier

Here are 1,598 public repositories matching this topic...

🔥🌟《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!

  • Updated Dec 14, 2020
  • Python

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

  • Updated Feb 5, 2019
  • Jupyter Notebook

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

  • Updated Nov 10, 2020
  • R

Improve this page

Add a description, image, and links to the naive-bayes-classifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the naive-bayes-classifier topic, visit your repo's landing page and select "manage topics."

Learn more