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

qysnn
qysnn commented Jan 6, 2020

As indicated in the FAQ, the way to import ResNeXt101 is from keras.applications.resnext import ResNeXt101. But in the latest Keras 2.3.1 and Keras-Applications 1.0.8, it gives ImportError: No module named 'keras.applications.resnext'. I try to change it to `from keras_applications.resnext import preproces

amueller
amueller commented Jan 14, 2020

I'm clearly overlooking something because I'm very confused.
Right now the default for values_format is .2g with seems not ideal as it formats 110 as 1.1+e01:

"{:.2g}".format(110)

'1.1e+02'

Changing the precision doesn't really help.
There's a pretty easy way to fix this, but not with any standard python formatting from what I can see:
https://stackoverflow.com/qu

yf225
yf225 commented Sep 9, 2019

Currently, PyTorch C++ API is missing many torch::nn layers that are available in the Python API. As part of the Python/C++ API parity work, we would like to add the following torch::nn modules and utilities in C++ API:

Containers

  • Module (TODO: some APIs are missing in C++, e.g. register_forward_hook / register_forward_pre_hook)
  • Sequential (@ShahriarSS)
  • Modul
NilsIrl
NilsIrl commented Dec 25, 2019

Current Behavior:

The the wiki page APIExample, for the python example, the handle api is is run through the TessBaseAPIDelete funciton if the api failed to be initialized whereas for the C example below, this is not the case.

python:

rc = tesseract.TessBaseAPIInit3(api, TESSDATA_PREFIX, lang)
if (rc):
    te
julia
Keno
Keno commented Jan 15, 2020

Currently as follows:

julia> abstract type Foo{S}; end

julia> struct Bar <: Foo; end
ERROR: invalid subtyping in definition of Bar
Stacktrace:
 [1] top-level scope at REPL[2]:1

Ideally it would at least tell you you forgot a type parameter, and maybe if it's extra nice show you the signature of the thing you're trying to subtype to show you what type parameters it has.

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.

openpose
ran2207
ran2207 commented Dec 5, 2019

I am having difficulty in running this package as a Webservice. Would appreciate if we could provide any kind of documentation on implementing an API to get the keypoints from an image. Our aim is to able to deploy this API as an Azure Function and also know if it is feasible.

ines
ines commented Sep 29, 2019

I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration For existing plugins and projects, check out the spaCy universe.

If you have questions about the projects I suggested,

You can’t perform that action at this time.