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...
Please implement the latest examples in the examples/ folder to the docs/mkdocs.yml to see theses examples on the homepage. Perhaps a subsectioning for that many examples is necessary. See Homepage
Thank you!
Zeros and tensor printing for float and complex
- 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
- 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
I think "outputs [-1]" and "outputs [0]" are equivalent (reversed) in this line of code, but the former (89%) works better than the latter (86%). Why?
wiki getting spammed
Please see https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LSTM/_history
The content on 4.0-with-LSTM page has been deleted.
There should be some control or moderation of changes to wiki.
I would also suggest using https://github.com/apps/stale bot to prune out inactive\old issues, though number of days of inactivity can be larger than default of 60.
-
Updated
Mar 16, 2020 - Python
can't find "from sklearn.cross_validation import train_test_split" in Latest version scikit-learn
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
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.
-
Updated
Mar 14, 2020 - Jupyter Notebook
-
Updated
Feb 12, 2020
This should really help to keep a track of papers read so far. I would love to fork the repo and keep on checking the boxes in my local fork.
For example: Have a look at this section. People fork this repo and check the boxes as they finish reading each section.
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):
The current installation doc (https://xgboost.readthedocs.io/en/latest/build.html) has accumulated lots of sections over time. It's time to simplify it. I want to make it look simple and easy to use.
Good examples:
- RAPIDS: https://rapids.ai/start.html

"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
-
Updated
Mar 14, 2020 - Jupyter Notebook
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.
-
Updated
Mar 12, 2020 - Python
-
Updated
Jan 22, 2020 - C++
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
If you have questions about the projects I suggested,
-
Updated
Jan 29, 2020 - Python
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Mar 16, 2020 - Python
-
Updated
Mar 4, 2020
-
Updated
Jun 12, 2017
-
Updated
Mar 2, 2020
- Wikipedia
- Wikipedia


Please make sure that this is a feature request. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template
System information