close
The Wayback Machine - https://web.archive.org/web/20191027233243/https://github.com/topics/ml
Skip to content

Machine learning

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 1,700 public repositories matching this topic...

TMVector
TMVector commented Sep 16, 2019

Support for storing large tensor values in external files was introduced in #678, but AFAICT is undocumented.

This is a pretty important feature, functionally, but it's also important for end users who may not realise that they need to move around more than just the *.onnx file.

I would suggest it should be documented in IR.md, and perhaps there are other locations from which it could be s

justinormont
justinormont commented Jul 10, 2019

FieldAwareFactorizationMachine is good for large dataset like the Criteo 1TB dataset.

Currently FieldAwareFactorizationMachine is not swept over in AutoML.

Task:

  • Add trainer to default list of binary learners to try
  • Add sweep range
  • Add to CLI's C# CodeGen

Should be easy to just replicate an existing trainer like SDCA:
https://github.com/dotnet/machinelearning/blob/d518b587b06a

joshpeng
joshpeng commented May 19, 2019

System information

  • Have I written custom code (as opposed to using a stock example script provided in MLflow): yes
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS
  • MLflow installed from (source or binary): pip install mlflow
  • MLflow version (run mlflow --version): 0.9.0
  • Python version: 3.7.3

Describe the problem

When trying to deploy

maitham
maitham commented Dec 27, 2018

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux
  • TensorFlow Serving installed from (source or binary): Binary
  • TensorFlow Serving version: Stable

Describe the problem

The documentation shows how you can save assets but not how you can load assets back into the model. I have a 14GB embedding that requires preprocessing that I would li

yoheikikuta
yoheikikuta commented Aug 3, 2019

Hi.

I wanna understand the embeddings of the USE model in detail; where should I get the info?

For example, ELMo's embeddings are described on https://tfhub.dev/google/elmo/2.
But, in the case of USE, there is only a description the output is a 512 dimensional vector on https://tfhub.dev/google/universal-sentence-encoder/2.
From where is the output coming?

I could find the output is

mmlspark
mathew5
mathew5 commented Aug 14, 2019

I am trying to explain the predictions made by my XGboost model using MMLSparks Lime package for scala. This is my first time using LIME library, I am able to perform a fit operation on the dataset and when I am trying to perform the transform operation, the program stops with an exception, "Caused by: java.lang.ClassCastException: org.apache.spark.ml.linalg.SparseVector cannot be cast to org.apac

fklearn
rcalsaverini
rcalsaverini commented Apr 29, 2019

Instructions

  • Check all FutureWarning and DeprecationWarning raised by the test suite.
  • Adapt the code to make sure the library won't be broken by imminent changes in dependencies API.

Describe the issue

The current test suite is raising a few FutureWarning and DeprecationWarning raised by sklearn. In order to avoid getting surprised by changes in sklearn and numpy APIs, it

Jing-He
Jing-He commented Jul 25, 2018

In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!

Learn about machine-learning

Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.