The Wayback Machine - https://web.archive.org/web/20200316161556/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 39,965 public repositories matching this topic...

anjali411
anjali411 commented Feb 19, 2020

Zeros and tensor printing for float and complex

  1. In float tensor print, the trailing zeros ( with precision 4) are printed only when there’s one or more digit after decimal or otherwise just a decimal is printed
  2. In complex tensor print rn, the trailing zeros are printing in all cases

torch.zeros((2,2), dtype=torch.float64)
tensor([[0., 0.],
[0., 0.]], dtyp

Stoneww
Stoneww commented Dec 26, 2018

Describe the bug
can't find "from sklearn.cross_validation import train_test_split" in Latest version scikit-learn
To Reproduce
Steps to reproduce the behavior:

  • Day1
  • Step 5: Splitting the datasets into training sets and Test sets
  • Can't find "from sklearn.cross_validation import train_test_split" in Latest version scikit-learn**

**Desktop (please complete the following infor

julia
Nosferican
Nosferican commented Feb 14, 2020

I believe methods should have a bit more of information, consider,

struct A end
methods(A)
struct B{T} end
methods(B)
methods(B{Int})
struct C{T}
    C(x) = new{Int}(0)
end
methods(C)

Basically the way that methods are collected / match isn’t well documented.

seonpy
seonpy commented Jun 5, 2019

In Transformation Pipeline make class DataFrameSelector for custom transformation and call DataFrameSelector(num_attribs) it show
TypeError: object() takes no parameters
and same with CombinedAttributesAdder
i m using colab

from sklearn.base import BaseEstimator , TransformerMixin
class DataFrameSelector(BaseEstimator,TransformerMixin):
  def _init_(self,attribute_names):
  
donnemartin
donnemartin commented Jul 1, 2015

"Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, but also deliver this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and easi

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.

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,

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