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 2,515 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
Aug 21, 2020 - Jupyter Notebook
Visualizer for neural network, deep learning and machine learning models
-
Updated
Sep 5, 2020 - JavaScript
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.
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
-
Updated
Sep 2, 2020 - Jupyter Notebook
[Bug] - Output type of QuantizeLinear operator should be uint8_t if y_zero_point is not provided
Spawned off https://github.com/onnx/onnx/pull/2772/files/7ab93cc1b635eada330dae7424d4ff7e8c22c295#r440422245, opening issue to track resolution
Caffe2 is a lightweight, modular, and scalable deep learning framework.
-
Updated
Nov 21, 2018 - Shell
MLflow seems to have a length limit of 5000 when setting tags (see below).
[...]
File "/home/smay/miniconda3/envs/py38/lib/python3.8/site-packages/mlflow/utils/validation.py", line 136, in _validate_length_limit
raise MlflowException(
mlflow.exceptions.MlflowException: Tag value '[0.8562690322984875, 0.8544098885636596, 0.8544098885636596, 0.8544098885636596, 0.85440988856365There are 2 places we are using BufferBlock<T> today:
We should consider replacing this depende
Largest list of models for Core ML (for iOS 11+)
-
Updated
Dec 17, 2019 - Python
A flexible, high-performance serving system for machine learning models
-
Updated
Sep 6, 2020 - C++
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba
-
Updated
Sep 4, 2020 - C++
Build and manage real-life data science projects with ease.
-
Updated
Sep 4, 2020 - Python
Snips Python library to extract meaning from text
-
Updated
Feb 8, 2020 - Python
Machine Learning in one line of code
-
Updated
Sep 5, 2020 - Python
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
Sep 5, 2020 - Python
An open-source, low-code machine learning library in Python
-
Updated
Sep 6, 2020 - Jupyter Notebook
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?
When using e.g. AvroSortedBucketIO, if a file pattern is passed as part of the input path, scio should output a helpful error message. Current behavior in 0.9.3 leads to a NullPointerException.
val myEntityPaths: List[String] = List(
"gs://bucket/dir1/*.avro",
"gs://bucket/dir2/*.avro",
)
sc.sortMergeCoGroup(
classOf[String],
AvroSortedBucketIO
.read(new TupleTag[MyE
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
OneFlow is a performance-centered and open-source deep learning framework.
-
Updated
Sep 6, 2020 - C++
Describe the bug
I believe this is a bug, but I might just be missing how to properly use the containerize functionality.
The Dockerfile generated by https://github.com/bentoml/BentoML/blob/master/bentoml/clipper/__init__.py#L97 includes two args for PIP repos. However, the containerize functionality doesn't seem to expose these arguments. The problem is that this will override other p
A curated list of references for MLOps
-
Updated
Aug 31, 2020
Curated list: Resources for machine learning in Ruby
-
Updated
Aug 8, 2020 - Ruby
Functional programming inspired by ML for the Erlang VM
-
Updated
Jun 13, 2020 - Erlang
Tidy empty notebooks
There are a number of empty notebooks. Task here is to find them all, and convert each one to its own backlog ticket. Delete those notebooks and remove references to them from other notebooks. You'll also need to check if any of the text surrounding links needs adjusting.
- Wikipedia
- Wikipedia


Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes