EgedotErcan / machine-learning-i-did

My studies of data preprocessing,machine learning,reinforcement learning and some nlp. Regression,decision tree,random forest,svr,knn,naive bayes approaches .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What i did in this repo ?

Understanding the basis which approaches to data are based with :

  • Regression

    • Linear
    • Polynomial
    • Logistic
    • Support Vector
    • Decision Tree
    • Random Forest
  • Classification

    • KNN
    • Decision Tree
    • Random Forest
    • Support Vector Machine
    • Naive Bayes

Understanding the data preprocessing:

  • NLTK
  • Pandas
  • Numpy
  • Matplotlib
  • Re

Designing action-reward system controlled by agent RE

Reinforcement learing according to given advice datas .

Resources :

About

My studies of data preprocessing,machine learning,reinforcement learning and some nlp. Regression,decision tree,random forest,svr,knn,naive bayes approaches .


Languages

Language:Python 100.0%