100 Days of ML Coding
-
Updated
Dec 21, 2021
{{ message }}
Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.
100 Days of ML Coding
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
A complete daily plan for studying to become a machine learning engineer.
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
The "Python Machine Learning (1st edition)" book code repository and info resource
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
Minimal and clean examples of machine learning algorithms implementations
手写实现李航《统计学习方法》书中全部算法
Matlab code of machine learning algorithms in book PRML
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in Twitter.
A collection of tutorials and examples for solving and understanding machine learning and pattern classification tasks
Plain python implementations of basic machine learning algorithms
Can we have an example of REST API calls in the documentation?
Examples with CURL, HTTPie or another client and the results would be better for newbies.
Thanks again for your good work.
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
The standard package for machine learning with noisy labels, finding mislabeled data, and uncertainty quantification. Works with most datasets and models.
Report needed documentation
While the estimator guide offers a great breakdown of how to use many of the tools in api_context_managers.py, it would be helpful to have information right in the docstring during development to more easily understand what is actually going on in each of the provided functions/classes/methods. This is particularly important for
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/
A high performance implementation of HDBSCAN clustering.
Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web
Hi, Thanks for the awesome library!
So I am running a Kmeans on lots of different datasets, which all have roughly four shapes, so I initialize with those shapes and it works well, except for just a few times. There are a few datasets that look different enough that I end up with empty clusters and the algorithm just hangs ("Resumed because of empty cluster" again and again).
I conceptually
Highly cited and useful papers related to machine learning, deep learning, AI, game theory, reinforcement learning
A modular active learning framework for Python
The Python code to reproduce the illustrations from The Hundred-Page Machine Learning Book.
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Based on @karthikeyann's work on this PR rapidsai/cudf#9767 I'm wondering if it makes sense to consider removing the defaults for the
streamparameters in various detail functions. It is pretty surprising how often these are getting missed.The most common case seems to be in factory functions and various
::createfunctions. Maybe just do it for those?