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 36,845 public repositories matching this topic...
It should be a core layer but it doesn't show up on the website, nor the search function picks it up:
I can use it without warnings, so I wouldn't expect it to be deprecated.
The test_logistic::test_dtype_match fails on 32 bit Windows as was reported in MacPython/scikit-learn-wheels#7 (comment) The implication is that for LogisticRegression, float32 and float64 input may result in somewhat different models depending on the processor architecture (and OS), which is troublesome.
This applies to Python 3.5, 3.6 but not 2.7, 3.4
return tf.matmul(outputs[-1], weights['out']) + biases['out']
the shape of + left : (?,10)
the shape of + right : (10)
Why does it work ?
Currently, torch.gather does not broadcast. For example:
t = torch.tensor([[1,2],[1,2]])
torch.gather(t, 1, torch.tensor([[0,1,0],[0,1,0]]))gives
tensor([[ 1, 2, 1],
[ 1, 2, 1]])
But
t = torch.tensor([[1,2],[1,2]])
torch.gather(t, 1, torch.tensor([[0,1,0]]))and
t = torch.tensor([[1,2]])
torch.gather(t, 1, torch.tenPage 2
Error in pixaGetCount: pixa not defined
Error in pixaGetCount: pixa not defined
Loaded 41/41 pages (0-41) of document /tmp/tmp.tY7p2Ue5TC/san/san.Baloo.exp0.lstmf
Bad box coordinates in boxfile string! विताः । नानाशस्त्रप्रहरणाः सर्वे 1576 3968 2121 4022 0
Bad box coordinates in boxfile string! रिदेवना ॥ २-२८॥ आश्चर्य 1526 2958 1995 3016 1
Bad box coordinates in boxfile string! त
It would be really nice if you could add an example which shows how the face encodings can be stored in a database and how to efficiently query them.
There should be unit tests that verify the behavior of #2909 is correct. In particular, tests should check that Caffe crashes when shared params have the different lr_mults or decay_mults, and proceeds when shared params have matching *_mults. (Other unit tests already verify the latter for certain cases, but are obviously non-exhaustive since they also passed with the previous buggy behav
100 Days of ML Coding
-
Updated
Jan 3, 2020 - Python
They're not exported, but since we refer to them in deprecation warnings, they should probably be documented.
A complete daily plan for studying to become a machine learning engineer.
-
Updated
Jan 3, 2020
📚 A practical approach to machine learning to enable everyone to learn, explore and build.
-
Updated
Jan 3, 2020 - Jupyter Notebook
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.
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
Updated
Jan 3, 2020 - Jupyter Notebook
we should not have probability col in multi:softmax case and instead only rawPrediction column and prediction
otherwise, probability would be filled with prediction and no real probability would be presented
PyTorch tutorials
Hey, I see that there are no tutorial notebooks for implementing machine learning algorithms and neural networks in PyTorch in this repo yet. PyTorch is gaining a lot of traction lately and is really going to be one of the most popular frameworks due to its dynamic computational graph & eager execution.
I would like to add such tutorial notebooks in PyTorch.
The fastai deep learning library, plus lessons and tutorials
-
Updated
Jan 3, 2020 - Jupyter Notebook
Right now if a validation error is thrown, all the user gets is:
packages/cntk/cntk_py.py", line 1584, in train_minibatch
return _cntk_py.Trainer_train_minibatch(self, *args)
RuntimeError: AsMatrix: Sparse tensors are not supported unless they are 1D or 2D matrices.
This lacks the information what operation caused the error. It should at least show
"While validating [operator instance]
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.
n-best POS tags
Does the option to output n-best POS tags (or even all tags with score > 0) exist with some hidden option or in some branch?
If not, would such an additional function be welcome or should I just hack it into my own fork? Technically it should be very easy (basically just replace the arg_max_if_true in spacy/tagger.pyx#L211 with an appropriate collection of results), but I have a feeling it wi
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
-
Updated
Jan 3, 2020 - Python
100-Days-Of-ML-Code中文版
-
Updated
Jan 3, 2020 - Jupyter Notebook
A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Jan 3, 2020
Oxford Deep NLP 2017 course
-
Updated
Jan 3, 2020
List of Computer Science courses with video lectures.
-
Updated
Jan 3, 2020
README upgrade
I recently added "back to top" button to README. What other features would make it easier to browse? Please write your recommendation.
It may be good to provide pure Python implementation of Gradient Descent (instead of SciPy one) for Logistic Regression just for the learning purposes.
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