All Projects → SudhakarKuma → Machine_Learning

SudhakarKuma / Machine_Learning

Licence: other
A repository of resources for understanding the concepts of machine learning/deep learning.

Programming Languages

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

Projects that are alternatives of or similar to Machine Learning

multi-imbalance
Python package for tackling multi-class imbalance problems. http://www.cs.put.poznan.pl/mlango/publications/multiimbalance/
Stars: ✭ 66 (+127.59%)
Mutual labels:  preprocessing, smote, bagging
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:  boosting, supervised-machine-learning, bagging
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:  dimensionality-reduction, unsupervised-machine-learning
topometry
A comprehensive dimensional reduction framework to recover the latent topology from high-dimensional data.
Stars: ✭ 64 (+120.69%)
Mutual labels:  clustering, dimensionality-reduction
Unsupervised-Learning-in-R
Workshop (6 hours): Clustering (Hdbscan, LCA, Hopach), dimension reduction (UMAP, GLRM), and anomaly detection (isolation forests).
Stars: ✭ 34 (+17.24%)
Mutual labels:  clustering, dimensionality-reduction
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.
Stars: ✭ 29 (+0%)
Mutual labels:  supervised-machine-learning, unsupervised-machine-learning
mathematics-statistics-for-data-science
Mathematical & Statistical topics to perform statistical analysis and tests; Linear Regression, Probability Theory, Monte Carlo Simulation, Statistical Sampling, Bootstrapping, Dimensionality reduction techniques (PCA, FA, CCA), Imputation techniques, Statistical Tests (Kolmogorov Smirnov), Robust Estimators (FastMCD) and more in Python and R.
Stars: ✭ 56 (+93.1%)
Mutual labels:  clustering, dimensionality-reduction
Spectre
A computational toolkit in R for the integration, exploration, and analysis of high-dimensional single-cell cytometry and imaging data.
Stars: ✭ 31 (+6.9%)
Mutual labels:  clustering, dimensionality-reduction
Awesome Single Cell
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
Stars: ✭ 1,937 (+6579.31%)
Mutual labels:  clustering, dimensionality-reduction
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+7475.86%)
Mutual labels:  clustering, dimensionality-reduction
decision-trees-for-ml
Building Decision Trees From Scratch In Python
Stars: ✭ 61 (+110.34%)
Mutual labels:  boosting, bagging
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:  clustering, unsupervised-machine-learning
Awesome Community Detection
A curated list of community detection research papers with implementations.
Stars: ✭ 1,874 (+6362.07%)
Mutual labels:  clustering, dimensionality-reduction
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
smogn
Synthetic Minority Over-Sampling Technique for Regression
Stars: ✭ 238 (+720.69%)
Mutual labels:  imbalanced-data, smote
3D Ground Segmentation
A ground segmentation algorithm for 3D point clouds based on the work described in “Fast segmentation of 3D point clouds: a paradigm on LIDAR data for Autonomous Vehicle Applications”, D. Zermas, I. Izzat and N. Papanikolopoulos, 2017. Distinguish between road and non-road points. Road surface extraction. Plane fit ground filter
Stars: ✭ 55 (+89.66%)
Mutual labels:  preprocessing
DP means
Dirichlet Process K-means
Stars: ✭ 36 (+24.14%)
Mutual labels:  clustering
pipeComp
A R framework for pipeline benchmarking, with application to single-cell RNAseq
Stars: ✭ 38 (+31.03%)
Mutual labels:  clustering
Parametric-Contrastive-Learning
Parametric Contrastive Learning (ICCV2021)
Stars: ✭ 155 (+434.48%)
Mutual labels:  imbalanced-data
hazelcast-csharp-client
Hazelcast .NET Client
Stars: ✭ 98 (+237.93%)
Mutual labels:  clustering

Machine Learning and Deep Learning

This repository contains the resources which I have referred to while learning machine learning (ML) and deep learning (DL).

EE769 (Introduction to Machine Learning)

I credited a course named Introduction to Machine Learning (EE769) at IIT Bombay (Spring 2020 semester). Prof. Amit Sethi was the instructor of this course. Unfortunately, this course could not be completed due to COVID-19. There were two assignments in this course:

  1. Implementing Support vector machine (SVM) from scratch
  2. Predicting employee attrition using a binary classifier

The problem statements and code files for the above mentioned two assignments are available in the folder named Assignments. For the final evaluation of this course, I worked on a project titled Sales Prediction for Big Mart Outlets. This project is one of the machine learning competitions organized by Analytics Vidhya, in which I participated and could manage to get in the top 18% (630/3638) of the submissions. The detailed approach of this project is available in the folder named Sales-Prediction-for-Big-Mart-Outlets.

While crediting the course EE769, the following books were instrumental in digesting the underlying principles of ML:

Some of these books are freely available on the Internet.

ME781 (Engineering Data Mining and Applications)

In the fall semester (August 2020), I have credited another course named Engineering Data Mining and Applications (ME781) at IIT Bombay. Prof. Asim Tiwari was the instructor of this course. The assignments and quiz of this course are available in the folder named ME781.

DataCamp

In the summers of 2020, I completed one career track, named Machine Learning Scientist with Python on DataCamp. Additionally, I finished a few more courses, as given below.

The slides used in the courses mentioned above, code files, datasets, cheat sheets, etc. are accessible in the folder named DataCamp_Notes.

After finishing the ML/DL courses, I completed a few projects using Python on DataCamp, as given below.

Additionally, I did a project on visualizing COVID19 using the R programming language.

The notebooks and the datasets of these projects are accessible in the folder named DataCamp_Projects.

Summer School (IIIT Hyderabad)

In July 2019, I attended the 4th Summer School on Machine Learning, hosted by IIIT Hyderabad. The slides and relevant research papers used in this summer school are accessible in the folder Summer_School_IIIT_Hyd.

Online resources

While looking for regular doubts in ML/Python, I found some of the online resources very lucid. All these resources are available in the markdown file named Online-resources.md.

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].