All Projects → IEEE-VIT → techloop-ml-plus

IEEE-VIT / techloop-ml-plus

Licence: MIT license
Archives and Tasks for ML+ sessions

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to techloop-ml-plus

object-detection-with-deep-learning
demonstrating use of convolution neural networks to detect objects in a video
Stars: ✭ 17 (-26.09%)
Mutual labels:  sklearn, scipy
object-detection-with-svm-and-opencv
detect objects using svm and opencv
Stars: ✭ 24 (+4.35%)
Mutual labels:  sklearn, scipy
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+491.3%)
Mutual labels:  sklearn, scipy
resolutions-2019
A list of data mining and machine learning papers that I implemented in 2019.
Stars: ✭ 19 (-17.39%)
Mutual labels:  sklearn, scipy
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+517.39%)
Mutual labels:  sklearn, scipy
Mozart
An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.
Stars: ✭ 241 (+947.83%)
Mutual labels:  sklearn
imbalanced-ensemble
Class-imbalanced / Long-tailed ensemble learning in Python. Modular, flexible, and extensible. | 模块化、灵活、易扩展的类别不平衡/长尾机器学习库
Stars: ✭ 199 (+765.22%)
Mutual labels:  sklearn
Python Ai Assistant
Python AI assistant 🧠
Stars: ✭ 219 (+852.17%)
Mutual labels:  sklearn
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (+747.83%)
Mutual labels:  sklearn
scipy-crash-course
Material for a 24 hours course on Scientific Python
Stars: ✭ 98 (+326.09%)
Mutual labels:  scipy
trt pose hand
Real-time hand pose estimation and gesture classification using TensorRT
Stars: ✭ 137 (+495.65%)
Mutual labels:  sklearn
xkcd-2048
No description or website provided.
Stars: ✭ 12 (-47.83%)
Mutual labels:  scipy
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+12752.17%)
Mutual labels:  sklearn
CNCC-2019
Computational Neuroscience Crash Course (CNCC 2019)
Stars: ✭ 26 (+13.04%)
Mutual labels:  scipy
Gam
A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).
Stars: ✭ 227 (+886.96%)
Mutual labels:  sklearn
jupyter boilerplate
Adds a customizable menu item to Jupyter (IPython) notebooks to insert boilerplate snippets of code
Stars: ✭ 69 (+200%)
Mutual labels:  scipy
Machine Learning
从零基础开始机器学习之旅
Stars: ✭ 209 (+808.7%)
Mutual labels:  sklearn
PyCannyEdge
Educational Python implementation of the Canny Edge Detector
Stars: ✭ 31 (+34.78%)
Mutual labels:  scipy
Word2VecAndTsne
Scripts demo-ing how to train a Word2Vec model and reduce its vector space
Stars: ✭ 45 (+95.65%)
Mutual labels:  sklearn
skan
Python module to analyse skeleton (thin object) images
Stars: ✭ 92 (+300%)
Mutual labels:  scipy

Techloop ML+

Introduction

IEEE-VIT introduces it's Techloop series and this repository will contain the session material as well as Tasks concerned with the topic Machine Learning.

Instructions

  1. Fork this repository to your account. You will be redirected to your repository with the link https://github.com/<your-username>/techloop-ml-plus
  2. Clone that repository. Inside the users folder, make a new folder and name it as your username.
  3. Inside users/<your-username>, create a file about_me.txt and write few lines about yourself.
  4. The directory should look like
├── README.md
└── users
    └── <your-username>
        └── about_me.txt

  1. Make all the changes. push them to your repository using
git add .
git commit -m <your-message>
git push -u origin master
  1. Once this is done, open a pull-request and the PR will be reviewed by one of the seniors and then merged with the repository

Updating your repo

  1. If your repository has the header this repository is behind original repository by 3 commits
  2. do this
git pull https://github.com/IEEE-VIT/techloop-ml-plus master
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].