Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for all implemented ML Algos #3

Open
23 tasks
indrapaul824 opened this issue Mar 20, 2022 · 0 comments
Open
23 tasks

Add documentation for all implemented ML Algos #3

indrapaul824 opened this issue Mar 20, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@indrapaul824
Copy link
Contributor

indrapaul824 commented Mar 20, 2022

Add all required theoretical and mathematical descriptions of each algorithm implemented.

  • Linear:

    • Lasso Regression
    • Linear Regression
    • Linear discriminant analysis
    • Logistic Regression
    • Lowess Regression
    • Principal Component Analysis
    • Ridge Regression
    • Support Vector Machine
    • Elastic Net
  • Tree:

    • Decision Tree
    • Random Forest
    • XGBoost
  • Probabilistic:

    • Bayesian Regression
    • Naive Bayes
    • Gaussian Mixture Model
    • Hidden Markov Model
    • Markov's Chain
  • Clustering:

    • DBSCAN
    • K-Means
  • Non-Linear:

    • Genetic Algorithm
    • K Nearest Neighbors
    • Multilayer Perceptron
    • Neural Network
@indrapaul824 indrapaul824 self-assigned this Mar 20, 2022
@indrapaul824 indrapaul824 added the documentation Improvements or additions to documentation label Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant