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 4,456 public repositories matching this topic...
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
-
Updated
Apr 14, 2022 - Jupyter Notebook
YOLOv5
-
Updated
Apr 18, 2022 - Python
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
Mar 11, 2022 - Jupyter Notebook
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Apr 18, 2022 - JavaScript
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?
Some tests use unittest.TestCase.assertRaises to test an exception is raised for illegal operations, but they need to be replaces with unittest.TestCase.assertRaisesRegex.
Why do we need this change?
Let's say we have a function that raises an exception:
def throw_exception(...):
if condition_1:
raise TypeError("condition_1")
if condition_2:
/kind feature
Why you need this feature:
Sub-issue of kubeflow/kubeflow#6353
To have support for K8s 1.22 we need to ensure all our crud web apps, Jupyter, TensorBoards, Volumes, are using the v1 version of SubjectAccessReviews. https://kubernetes.io/docs/reference/using-api/deprec
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
-
Updated
Mar 21, 2022 - Jupyter Notebook
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
-
Updated
Apr 18, 2022 - Python
Caffe2 is a lightweight, modular, and scalable deep learning framework.
-
Updated
Nov 21, 2018 - Shell
Data-centric declarative deep learning framework
-
Updated
Apr 18, 2022 - Python
Typo under the description: Returns a containing. Returns a what?
Document Details
- ID: d2dc315d-96d7-e54f-6e90-fec6ed09481c
- Version Independent ID: ab5d0a68-35d6-ef5f-786e-d89e7fee8034
- Content: [DataFrameColumn.Info Method (Microsoft.Data.Analysis)](https://docs.microsoft.com/e
A curated list of references for MLOps
-
Updated
Mar 29, 2022
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba
-
Updated
Mar 28, 2022 - C++
Is your feature request related to a problem? Please describe.
In time series plotting module, lot of plots are customized at the end - template, fig size, etc. Since the same code is repeated in all these plots, maybe this could be modularized and reused.
with fig.batch_update():
template = _resolve_dict_keys(
dict_=fig_kwargs, key="template", defaults=fig_defaultWe currently have read and write capabilities but do not support deleting. We could add a few calls like delete delete_all and some recursive way of deleting.
A flexible, high-performance serving system for machine learning models
-
Updated
Apr 4, 2022 - C++
Largest list of models for Core ML (for iOS 11+)
-
Updated
Oct 22, 2020 - Python
🚨 🚨 Feature Request
- A new implementation (Improvement, Extension)
Is your feature request related to a problem?
Currently, if a user tries to access an index that is larger than the dataset length or tensor length, an internal error is thrown which is not easy to understand.
Description of the possible solution
We can catch the error and throw a more descriptive e
A C++ standalone library for machine learning
-
Updated
Apr 5, 2022 - C++
Snips Python library to extract meaning from text
-
Updated
Nov 17, 2021 - Python
In Ue format string it represent float with comma separator, it crash css style
To fix it you can Round/replace/incluse culture info
samples/csharp/end-to-end-apps/ScalableSentimentAnalysisBlazorWebApp/BlazorSentiment.Client/Shared/HappinessScale.razor
The Unified Model Serving Framework
-
Updated
Apr 15, 2022 - Python
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?
你好,请问怎么装载 ONNX 模型,目前只看到 Oneflow->ONNX 工具,没有找到 ONNX->Oneflow 工具。
Data augmentation for NLP
-
Updated
Apr 3, 2022 - Jupyter Notebook
Expected Behavior
The __hash__ methods should not be implemented like this:
def __hash__(self) -> int:
return hash((id(self), self.name))
Objects with the __hash__ method implemented in such a way are not being deduplicated correctly in e.g. sets and dicts.
Current Behavior
Steps to reproduce
Specifications
- Version:
- Platform:
- Subsystem:
A library for transfer learning by reusing parts of TensorFlow models.
-
Updated
Apr 18, 2022 - Python
- 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.