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

jnboehm
jnboehm commented Mar 16, 2020

Describe the bug

Calling a pipeline with a nonparametric function causes an error since the function transform() is missing. The pipeline itself calls the function fit_transform() if it's present. For nonparametric functions (the most prominent being t-SNE) a regular transform() method does not exist since there is no projection or mapping that is learned. It could still be used f

tomdov
tomdov commented Jan 27, 2020
  • face_recognition version: latest docs
  • Python version: N/A
  • Operating System: N/A

Description

the docs say that default value for 'model' is "large". in fact, it is "small", which makes a different. please correct the docs

julia
IvanFarkas
IvanFarkas commented May 28, 2019

What's the ETA for updating the massively outdated documentation?

Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.

Tiljander
Tiljander commented Mar 22, 2020

Hi,

First of all, thank you so much for a great library!

When there are overlapping matches in a Doc, EntityRuler prioritize longer patterns over shorter, and if equal in length the match occuring first in the Doc is chosen.

This is great, but it would be good if this behavior is explicitly stated in the documentation for clarity. Could be stated under init or call.

Which

scp-1024
scp-1024 commented Apr 10, 2019
fun: 0.31677973007087407
jac: array([ -4.85498059e-05,   1.52435475e-09,  -2.42237461e-08, ...,
       5.36244893e-05,   5.82601644e-05,   7.84943560e-05])
message: 'Max. number of function evaluations reached'
  nfev: 400
   nit: 28
status: 3
success: False
     x: array([  0.00000000e+00,   7.62177373e-06,  -1.21118731e-04, ...,
      -1.12048523e+00,  -1.0043010
Wikipedia
Wikipedia
You can’t perform that action at this time.