All Projects → bfortuner → Ml Glossary

bfortuner / Ml Glossary

Licence: mit
Machine learning glossary

Programming Languages

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

Projects that are alternatives of or similar to Ml Glossary

My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (-49.74%)
Mutual labels:  data-science, deep-learning-tutorial
Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (-95.38%)
Mutual labels:  data-science, cheatsheets
Cheat Sheets
Developer Cheatsheets
Stars: ✭ 145 (-93.8%)
Mutual labels:  data-science, cheatsheets
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (-92.69%)
Mutual labels:  data-science
Anndata
Annotated data.
Stars: ✭ 171 (-92.69%)
Mutual labels:  data-science
Book list
Python, Machine Learning, Deep Learning and Data Science Books
Stars: ✭ 176 (-92.47%)
Mutual labels:  data-science
Docker Galaxy Stable
🐳📊📚 Docker Images tracking the stable Galaxy releases.
Stars: ✭ 179 (-92.34%)
Mutual labels:  data-science
Dive Into Dl Pytorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Stars: ✭ 14,234 (+508.81%)
Mutual labels:  deep-learning-tutorial
Awesome Machine Learning Interpretability
A curated list of awesome machine learning interpretability resources.
Stars: ✭ 2,404 (+2.82%)
Mutual labels:  data-science
Web Database Analytics
Web scrapping and related analytics using Python tools
Stars: ✭ 175 (-92.51%)
Mutual labels:  data-science
Kd lib
A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge Distillation, Pruning, and Quantization.
Stars: ✭ 173 (-92.6%)
Mutual labels:  data-science
Deep Spying
Spying using Smartwatch and Deep Learning
Stars: ✭ 172 (-92.64%)
Mutual labels:  data-science
Chefboost
A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting (GBDT, GBRT, GBM), Random Forest and Adaboost w/categorical features support for Python
Stars: ✭ 176 (-92.47%)
Mutual labels:  data-science
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-92.64%)
Mutual labels:  data-science
Deep Rules
Ten Quick Tips for Deep Learning in Biology
Stars: ✭ 179 (-92.34%)
Mutual labels:  data-science
Jaxnet
Concise deep learning for JAX
Stars: ✭ 171 (-92.69%)
Mutual labels:  data-science
Soda Sql
Metric collection, data testing and monitoring for SQL accessible data
Stars: ✭ 173 (-92.6%)
Mutual labels:  data-science
Datasets For Good
List of datasets to apply stats/machine learning/technology to the world of social good.
Stars: ✭ 174 (-92.56%)
Mutual labels:  data-science
Dstack
An open-source tool to rapidly develop data applications with Python
Stars: ✭ 174 (-92.56%)
Mutual labels:  data-science
Scikit Plot
An intuitive library to add plotting functionality to scikit-learn objects.
Stars: ✭ 2,162 (-7.53%)
Mutual labels:  data-science

Machine Learning Glossary

Looking for fellow maintainers!

Apologies for my non-responsiveness. :( I've been heads down at Cruise, buiding ML infra for self-driving cars, and haven't reviewed this repo in forever. Looks like we're getting 54k monthly active users now and I think the repo deserves more attention. Let me know if you would be interested in joining as a maintainer with priviledges to merge PRs.

View The Glossary

How To Contribute

  1. Clone Repo
git clone https://github.com/bfortuner/ml-glossary.git
  1. Install Dependencies
# Assumes you have the usual suspects installed: numpy, scipy, etc..
pip install sphinx sphinx-autobuild
pip install sphinx_rtd_theme
pip install recommonmark

For python-3.x installed, use:

pip3 install sphinx sphinx-autobuild
pip3 install sphinx_rtd_theme
pip3 install recommonmark
  1. Preview Changes

If you are using make build.

cd ml-glossary
cd docs
make html

For Windows.

cd ml-glossary
cd docs
build.bat html
  1. Verify your changes by opening the index.html file in _build/

  2. Submit Pull Request

Short for time?

Feel free to raise an issue to correct errors or contribute content without a pull request.

Style Guide

Each entry in the glossary MUST include the following at a minimum:

  1. Concise explanation - as short as possible, but no shorter
  2. Citations - Papers, Tutorials, etc.

Excellent entries will also include:

  1. Visuals - diagrams, charts, animations, images
  2. Code - python/numpy snippets, classes, or functions
  3. Equations - Formatted with Latex

The goal of the glossary is to present content in the most accessible way possible, with a heavy emphasis on visuals and interactive diagrams. That said, in the spirit of rapid prototyping, it's okay to to submit a "rough draft" without visuals or code. We expect other readers will enhance your submission over time.

Why RST and not Markdown?

RST has more features. For large and complex documentation projects, it's the logical choice.

Top Contributors

We're big fans of Distill and we like their idea of offering prizes for high-quality submissions. We don't have as much money as they do, but we'd still like to reward contributors in some way for contributing to the glossary. For instance a cheatsheet cryptocurreny where tokens equal commits ;). Let us know if you have better ideas. In the end, this is an open-source project and we hope contributing to a repository of concise, accessible, machine learning knowledge is enough incentive on its own!

Tips and Tricks

Resources

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