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

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

pranavsharma
pranavsharma commented Feb 27, 2020

Several parts of the op sec like the main op description, attributes, input and output descriptions become part of the binary that consumes ONNX e.g. onnxruntime causing an increase in its size due to strings that take no part in the execution of the model or its verification.

Setting __ONNX_NO_DOC_STRINGS doesn't really help here since (1) it's not used in the SetDoc(string) overload (s

tobegit3hub
tobegit3hub commented Apr 23, 2020

Now we follow the official documents to build and test tensorflow serving with latest dev docker image. The examples can not be run successfully because the tensorflow version is 2.1.0 in tensorflow/serving:latest-devel while the examples code like mnist_saved_model.py still uses TensorFlow 1.x APIs.

We should upgrade the examples to TensorFlow 2 so that users can build and test with latest

metaflow
GadgetSteve
GadgetSteve commented Dec 26, 2019

Hi it is great that you have Open Sourced MetaFlow but there is no mention of the actual license at https://docs.metaflow.org/introduction/what-is-metaflow (or the search engine doesn't find it).

At a great many companies before you can use any Open Source components or workflows you have to get approval from the Lawyers and they tend to be much more comfortable if they can see the license in

Shotgun167
Shotgun167 commented May 1, 2019

I have some values in slots that are surrounded by curly braces and are meant to be returned as is. Instead, the trailing brace is being stripped. "${website}" becomes "${website". I have training examples where the whole "${website}" is included. Is there a way to change this behavior?

George3d6
George3d6 commented Mar 9, 2020

Currently as per #403 , lightwood (and by extension mindsdb) fails to install on 32bit python environments.

We should see if there's an easy way to make it work, since 32 bits might still be used for a long time on various embedded device.

If there isn't (or if there is, but it takes too long to implement support) we should add a notification to the docs that you need 64 bit python (where we

mouradmourafiq
mouradmourafiq commented May 2, 2020

Feature motivation

Azure storage client is backward incompatible, there's an issue #757 for upgrading the azure connection to the latest client. The new version has an async interface that can be leveraged for the streams module, at least for downloads.

N.B. This is likely a 3~4h work and not a pressing need, so just putting this in the backlog.

Feature implementation

There's a

meethariprasad
meethariprasad commented Dec 29, 2019

Dear TF Hub Team,

USE paper Section 5 has a interesting paragraph on evaluation where authors use Arc Cosine (Cos Inverse) whose range is 0 to Pi in radians instead of plain cosine distance with range 0 to 2.

". For the pairwise semantic similarity task, we directly assess
the similarity of the sentence embedding produced by our two encoders. As show

mmlspark
ttpro1995
ttpro1995 commented Nov 13, 2019

Version

com.microsoft.ml.spark:mmlspark_2.11:jar:0.18.1
spark= 2.4.3
scala=2.11.12

data (csv with header) https://gist.github.com/ttpro1995/69051647a256af912803c9a16040f43a

download data and save as csv file, put into folder /data/public/HIGGS/higgs.test.predictioncsv

val data = spark.read.option("header","true").option("inferSchema", "true").csv("/data/public/HIGGS
j14159
j14159 commented Feb 8, 2017

We need to be able to (eventually) output docs for modules (e.g. javadoc, godoc, etc). I'm fine with something like

The block comment immediately preceding the first definition of a function (or its type specification) is used as the documentation for it. The block comment immediately preceding the module declaration is used as the overall module documentation.

And maybe use markdown for f

BentoML
omrihar
omrihar commented Jan 22, 2020

When serving the model locally, a nice swagger documentation page becomes accessible that allows you to send requests to the model by clicking the "Try it out" button.
As part of the swagger specification it is possible to specify the schema the endpoint expects. When doing that, the "Try it out" button will be prefilled with values, so that the API end users can experiment with the endpoint more

st--
st-- commented Mar 18, 2020

We would like all GPflow kernels to broadcast across leading dimensions. For most of them, this is implemented already (#1308); this issue is to keep track of the ones that currently don't:

  • ArcCosine
  • Coregion
  • Periodic
  • ChangePoints
  • Convolutional
  • all MultioutputKernel subclasses
fklearn
pedrovgp
pedrovgp commented Jan 28, 2020

PROBLEM FOUND IN DOCS:

The training.transformation.custom_transformer receives a transformation_function as parameter.

The docs say this transformation_function receives a pd.DataFrame and returns a pd.DataFrame but, in fact, it is receiving a pd.Series and returning a pd.Series.

The docs should be update to reflect the implemented behavior.

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