All Projects → AmirAli5 → Machine-Learning

AmirAli5 / Machine-Learning

Licence: other
In this repo, all about Machine Learning and I covered both Supervised and Unsupervised Learning Techniques with Practical Implementation. Everything from scratch and I solved a lot of different problems with different Machine Learning techniques either related to Healthcare, E-commerce, Sports, or Daily Business Issues.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machine-Learning

Machine Learning
A repository of resources for understanding the concepts of machine learning/deep learning.
Stars: ✭ 29 (+0%)
Mutual labels:  supervised-machine-learning, unsupervised-machine-learning
AIML-Projects
Projects I completed as a part of Great Learning's PGP - Artificial Intelligence and Machine Learning
Stars: ✭ 85 (+193.1%)
Mutual labels:  supervised-machine-learning, unsupervised-machine-learning
pyMCR
pyMCR: Multivariate Curve Resolution for Python
Stars: ✭ 55 (+89.66%)
Mutual labels:  unsupervised-machine-learning
pyroVED
Invariant representation learning from imaging and spectral data
Stars: ✭ 23 (-20.69%)
Mutual labels:  unsupervised-machine-learning
IAST-ECCV2020
IAST: Instance Adaptive Self-training for Unsupervised Domain Adaptation (ECCV 2020) https://teacher.bupt.edu.cn/zhuchuang/en/index.htm
Stars: ✭ 84 (+189.66%)
Mutual labels:  unsupervised-machine-learning
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (-6.9%)
Mutual labels:  supervised-machine-learning
auto-gfqg
Automatic Gap-Fill Question Generation
Stars: ✭ 17 (-41.38%)
Mutual labels:  unsupervised-machine-learning
Handwritten-Digits-Classification-Using-KNN-Multiclass Perceptron-SVM
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
Stars: ✭ 42 (+44.83%)
Mutual labels:  supervised-machine-learning
Deep-Learning-Mahjong---
Reinforcement learning (RL) implementation of imperfect information game Mahjong using markov decision processes to predict future game states
Stars: ✭ 45 (+55.17%)
Mutual labels:  supervised-machine-learning
SML CV
Using supervised machine learning to build collective variables for accelerated sampling
Stars: ✭ 20 (-31.03%)
Mutual labels:  supervised-machine-learning
Opencog
A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
Stars: ✭ 2,132 (+7251.72%)
Mutual labels:  unsupervised-machine-learning
srVAE
VAE with RealNVP prior and Super-Resolution VAE in PyTorch. Code release for https://arxiv.org/abs/2006.05218.
Stars: ✭ 56 (+93.1%)
Mutual labels:  unsupervised-machine-learning
abae-pytorch
PyTorch implementation of 'An Unsupervised Neural Attention Model for Aspect Extraction' by He et al. ACL2017'
Stars: ✭ 52 (+79.31%)
Mutual labels:  unsupervised-machine-learning
NMFADMM
A sparsity aware implementation of "Alternating Direction Method of Multipliers for Non-Negative Matrix Factorization with the Beta-Divergence" (ICASSP 2014).
Stars: ✭ 39 (+34.48%)
Mutual labels:  unsupervised-machine-learning
head-qa
HEAD-QA: A Healthcare Dataset for Complex Reasoning
Stars: ✭ 20 (-31.03%)
Mutual labels:  unsupervised-machine-learning
QuestionClustering
Clasificador de preguntas escrito en python 3 que fue implementado en el siguiente vídeo: https://youtu.be/qnlW1m6lPoY
Stars: ✭ 15 (-48.28%)
Mutual labels:  unsupervised-machine-learning
tldr
TLDR is an unsupervised dimensionality reduction method that combines neighborhood embedding learning with the simplicity and effectiveness of recent self-supervised learning losses
Stars: ✭ 95 (+227.59%)
Mutual labels:  unsupervised-machine-learning

Machine Learning

In this repo, all about Machine Learning and I covered both Supervised and Unsupervised Learning Techniques with Practical Implementation. Everything from scratch and I solved a lot of different problems with different Machine Learning techniques either related to Healthcare, E-commerce, Sports, or Daily Business Issues.

Click to see the complete documentation of this repository:
https://drive.google.com/file/d/1deQBEKKWY__nUC1uI--UlsC-BRU7oS9B/view

Click to see my book on Machine Learning:
https://www.amazon.com/gp/product/B07Q5MK6DS/

The Topic that are covered in this repository are:

  1. Supervised Machine Learning
    1. Classfication
      1. Naive Bayes Classifier(NB)
      2. Logisttic Regression
      3. k-Nearest Neighbors(kNN)
      4. Decision Tree Classifier
      5. Random Forrest Classifier
      6. Support Vector Machine(SVC)
    2. Regression
      1. Liner regression
      2. Decision Tree Regression
      3. Random Forrest Regression
      4. Support Vector Regression(SVR)
  2. Unsupervised Machine Learning
    1. Association Rule
      1. Apriori Algorithm
      2. FP Growth Algorithm
    2. Clustering
      1. k-Mean Clustering
      2. Hierarchical Clustering
    3. Dimensionality Reduction
      1. Principal Component Analysis(PCA)
      2. Linear Discriminant Analysis (LDA)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].