ml
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.
Here are 3,611 public repositories matching this topic...
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
Updated
Jun 8, 2021 - Jupyter Notebook
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Jul 27, 2021 - JavaScript
YOLOv5
-
Updated
Jul 28, 2021 - Python
12 weeks, 25 lessons, 50 quizzes, classic Machine Learning for all
-
Updated
Jul 27, 2021 - Jupyter Notebook
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in tensorflow/keras
Can this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
[DOC-FIX] Document the maximum value and legal characters for log_param, log_metric and set_tag
URLS with the issue:
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.log_param
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.log_metric
- https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.set_tag
Description of proposal:
Document the maximum value and legal characters for log_param, log_metric and set_tag. Note that log_metric's value i
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
-
Updated
Jun 29, 2021 - Jupyter Notebook
Caffe2 is a lightweight, modular, and scalable deep learning framework.
-
Updated
Nov 21, 2018 - Shell
Remove logging line, or modify from ch.Info to ch.Trace:
https://github.com/dotnet/machinelearning/blob/5dbfd8acac0bf798957eea122f1413209cdf07dc/src/Microsoft.ML.Mkl.Components/SymSgdClassificationTrainer.cs#L813
For my text dataset, this logging line dumps ~100 pages of floats to my console. That level of verbosity is unneeded at the Info level.
I'd recommend just removing the loggin
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
-
Updated
Jun 9, 2021 - Python
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba
-
Updated
Jul 26, 2021 - C++
A curated list of references for MLOps
-
Updated
Jul 20, 2021
A flexible, high-performance serving system for machine learning models
-
Updated
Jul 23, 2021 - C++
Largest list of models for Core ML (for iOS 11+)
-
Updated
Oct 22, 2020 - Python
Build and manage real-life data science projects with ease.
-
Updated
Jul 28, 2021 - Python
A C++ standalone library for machine learning
-
Updated
Jul 27, 2021 - C++
Predictive AI layer for existing databases.
-
Updated
Jul 27, 2021 - Python
Describe the Problem
plot_model currently has the save argument which can be used to save the plots. It does not provide the functionality to decide where to save the plot and with what name. Right now it saves the plot with predefined names in the current working directory.
Describe the solution you'd like
We can have another argument save_path which is used whenever the `
Snips Python library to extract meaning from text
-
Updated
May 3, 2021 - Python
🚨 🚨 Feature Request
We need description, citation, license, and version meta info to be added to the dataset.
Is your feature request related to a problem?
Some datasets need this info inside them for legal reasons.
If your feature will improve HUB
Easy to implement, won't hurt for sure.
Description of the possible solution
Currently, we have all metadata store
All available samples code target .Net Core, Do we have samples for .Net Framework ?
A library for transfer learning by reusing parts of TensorFlow models.
-
Updated
Jul 27, 2021 - Python
Pretty neat if documentation can be translated to multiple language, Mandarin, Spanish, Portuguese, Vietnamese, etc.
P1 items, after 1.0 releases
OneFlow is a performance-centered and open-source deep learning framework.
-
Updated
Jul 28, 2021 - C++
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?
Data augmentation for NLP
-
Updated
Jul 21, 2021 - Jupyter Notebook
ideally this would demonstrate projections, predicates, & tuning options like block size (using the Configuration parameter)
- Wikipedia
- Wikipedia


Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.