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,184 public repositories matching this topic...
This readme links to tensorboard_embeddings_mnist.py which doesn't exist. Where did it go?
https://github.com/keras-team/keras/blob/master/examples/README.md
Right now plot_confusion_matrix (and ConfusionMatrixDisplay) always add a color bar.
That's sometimes a bit ugly and also doesn't add that much information if the values are already shown in the heatmap.
Unfortunately it's a bit tricky to remove a colorbar from an axes; I had to employ stackoverflow, not sure if others know it.
Spoiler
# assuming there's only one
🐛 Bug
To Reproduce
Run following from jupyter lab console
import torch
foo = torch.arange(5)
foo.as_strided((5,), (-1,), storage_offset=4)Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/daniil/.local/lib/python3.6/site-packages/torch/tensor.py", line 159, i
word2vec-normalize
in the code-word2vec.py in the path : TensorFlow-Examples/examples/2_BasicModels/
line 155
why the X_embed is divided by "tf.sqrt(tf.reduce_sum(tf.square(X_embed)))"
rather than "tf.sqrt(tf.reduce_sum(tf.square(X_embed) , 1 ) )" ?
Aren't they normalized one row by one ?
thank you.
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):
teLine 1137 of the Caffe.Proto states "By default, SliceLayer concatenates blobs along the "channels" axis (1)."
Yet, the documentation on http://caffe.berkeleyvision.org/tutorial/layers/slice.html states, "The Slice layer is a utility layer that slices an input layer to multiple output layers along a given dimension (currently num or channel only) with given slice indices." which seems to be
-
Updated
Feb 29, 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
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.
-
Updated
Feb 29, 2020 - Jupyter Notebook
-
Updated
Feb 29, 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
Feb 29, 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
Feb 29, 2020 - Python
Posting rules
- Duplicated posts will not be answered. Check the FAQ section, other GitHub issues, and general documentation before posting. E.g., low-speed, out-of-memory, output format, 0-people detected, installation issues, ...).
- Fill the **Your System Configuration section (all of it or it
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
Feb 29, 2020 - Python
-
Updated
Feb 29, 2020 - Jupyter Notebook
-
Updated
Feb 29, 2020 - Python
-
Updated
Feb 29, 2020
-
Updated
Feb 29, 2020
-
Updated
Feb 29, 2020
- Wikipedia
- Wikipedia
tf.functionmakes invalid assumptions about arguments that areMappinginstances. In general, there are no requirements forMappinginstances to have constructors that accept[(key, value)]initializers, as assumed here.This leads to cryptic exceptions when used with perfectly valid
Mappings