8000 GitHub - Shivanandroy/ml-projects: ML based projects such as Spam Classification, Time Series Analysis, Text Classification using Random Forest, Deep Learning, Bayesian in Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ML based projects such as Spam Classification, Time Series Analysis, Text Classification using Random Forest, Deep Learning, Bayesian in Python

Notifications You must be signed in to change notification settings

Shivanandroy/ml-projects

 
 

Repository files navigation

00-spam_sms_classification


In this project, Naive Bayesian, SVM, Random Forest Classifier, and Deeplearing (LSTM) on top of Keras (Tensorflow) with Gensim to create word2vec and TF-IDF were used respectively to classify SMS as an either spam or ham.

01-deep_learning_keras_nlp


In this project, you are expected to learn a Machine Learning model that classifies a given line as belonging to one of the following 12 novels:

  1. alice_in_wonderland
  2. dracula
  3. dubliners
  4. great_expectations
  5. hard_times
  6. huckleberry_finn
  7. les_miserable
  8. moby_dick
  9. oliver_twist
  10. peter_pan
  11. talw_of_two_cities
  12. tom_sawyer

Deeplearing (LSTM) on top of Keras (Tensorflow) is performing the novel corpus data to solve this problem after creating word2vec by using Gensim.

02-imbalanced_car_booking_data


In this project, we tried to solve imbalanced data using over/under resampling techniques

03-time_series_analyis_on_sales_data


In this project, we applied time series decomposition techniques and random forest algorithm to build a ML model

04-ml_model_docker_web_service


In this project, a ML micro-service was developed by using REST and Docker after building a ML model using random forest algoritm

05-join_data_by_geolocation


In this project, two different data set which have location based (GPS) feature were joined Kd-tree.

About

ML based projects such as Spam Classification, Time Series Analysis, Text Classification using Random Forest, Deep Learning, Bayesian in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 53.5%
  • HTML 46.3%
  • Other 0.2%
0