The Wayback Machine - https://web.archive.org/web/20200109194809/https://github.com/topics/machine-learning
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 37,017 public repositories matching this topic...

sharvil
sharvil commented Jan 7, 2020

Thank you for submitting a TensorFlow documentation issue. Per our GitHub
policy, we only address code/doc bugs, performance issues, feature requests, and
build/installation issues on GitHub.

The TensorFlow docs are open source! To get involved, read the documentation
contributor guide: https://www.tensorflow.org/community/contribute/docs

URL(s) with the issue:

Please provide a link

simetenn
simetenn commented Jan 7, 2020

Description

Using dbscan with precomputed neighbors gives an error in 0.22.X, but not in 0.21.3.

I am not sure if this is an intended change or not, but could not see anything on this in the release history. If this is due to a mistake on my part on how to us precomputed neighbors, please tell me, and I will direct my question elsewhere.

Steps/Code to Reproduce

jansindl3r
jansindl3r commented Oct 14, 2019

Environment

  • Tesseract Version: tesseract 4.1.0
  • Commit Number: ---
  • Platform: Darwin xxx.local 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64

Current Behavior:

bouding box of letters are somehow mixed uptesseract picture.jpg output batch.nochop makebox
![log_small_bug](https://user-images.githubuse

Sparviero-Sughero
Sparviero-Sughero commented Nov 20, 2019
  • face_recognition version: 1.2.3
  • Python version: 3.7
  • Operating System: Debian 10.1

Description

face_detection need to scan "known_people" directory every time.
in "known_people" directory I've 20 people and face_detection need a lot of time to "learn" before search known peoples inside new photos (unknown_pictures directory contain 2 photos).
it's possible to cache "learn" anali

julia
GuntaButya
GuntaButya commented Feb 10, 2019

@microsoft AI Team - Fantastic Product! Thank You!

PLEASE: Better documentation on Source Code and Fields, Properties, Methods, and Constructors, just a detailed Summary, please in the C# projects.

When coding, the IntelliSense documentation is very handy! I would really appreciate more detailed documentation.

An example: PreviousMinibatchEvaluationAverage - I have no idea what its ac

HendricButz
HendricButz commented Nov 17, 2019

I got a conllU file, from my university, where the head column is filled with .
Processing such file with the cli.convert method will result in a int cast error in
https://github.com/explosion/spaCy/blob/master/spacy/cli/converters/conllu2json.py line 73
in the read_conllx method (head = (int(head) - 1) if head != "0" else id
).

In the format documentation on https://universaldependencie

You can’t perform that action at this time.