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,385 public repositories matching this topic...
In the given documentation, the mentioned key are acc and val_acc, but actually it is accuracy and val_accuracy.
Given documentation screenshot:

Whereas the actual keys are `dict_keys(['val_loss', 'val_accuracy
Description
if MultinomialNB there is strange behavior of clf.coef_:
clf.coef_ is the same as clf.feature_log_prob_[1]
and
clf.intercept_ is the same as only one clf.class_log_prior_
for example
clf.feature_log_prob_[0][0:3]
array([-3.63942161, -3.17296199, -4.59417863])
clf.feature_log_prob_[1][0:3]
array([-3.51935008, -3.010937 , -6.41836494])
clf.coef_[0][0:3]
trainable_variables = weights.values() + biases.values() doesn't work.
Also if I write trainable_variables = list(weights.values()) + list(biases.values()), I have to turn on tf.enable_eager_execution(), but the training result is wrong, accuracy is ar
Context
We would like to add torch::nn::functional::normalize to the C++ API, so that C++ users can easily find the equivalent of Python API torch.nn.functional.normalize.
Steps
- Add
torch::nn::NormalizeOptionstotorch/csrc/api/include/torch/nn/options/normalization.h(add this file if it doesn’t exist), which should include the following parameters (based on https://pytorch.
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):
teMish is a new novel activation function proposed in this paper.
It has shown promising results so far and has been adopted in several packages including:
- TensorFlow-Addons
- SpaCy (Tok2Vec Layer)
- [Thinc - SpaCy's official NLP based ML
Target Leakage in mentioned steps in Data Preprocessing. Train/test split needs to be before missing value imputation. Else you will have a bias in test/eval/serve.
function launch_on_machine in managers.jl currently parses the address of a machine as
machine_def = split(machine_bind[1], ':')
# if this machine def has a port number, add the port information to the ssh flags
if length(machine_def) > 2
throw(ArgumentError("invalid machine def📚 A practical approach to machine learning to enable everyone to learn, explore and build.
-
Updated
Jan 21, 2020 - Jupyter Notebook
A complete daily plan for studying to become a machine learning engineer.
-
Updated
Jan 20, 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.
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 21, 2020 - Jupyter Notebook
https://xgboost.readthedocs.io/en/latest/python/python_api.html#module-xgboost.sklearn
Doesn't specify if monotone constraints are usable (it seems like they are but i'm not entirely sure since it doesn't explicitly specify.
Thanks in advance
EDIT: neither does it appear here:
https://github.com/dmlc/xgboost/blob/master/doc/parameter.rst
Alexnet implementation in tensorflow has incomplete architecture where 2 convolution neural layers are missing. This issue is in reference to the python notebook mentioned below.
The fastai deep learning library, plus lessons and tutorials
-
Updated
Jan 21, 2020 - Jupyter Notebook
@microsoft AI Team - Fantastic Product! Thank You!
PLEASE: Better documentation on Source Code and Fields, Properties, Methods, and Constructors, just a detailed Summary, please in the C# projects.
When coding, the IntelliSense documentation is very handy! I would really appreciate more detailed documentation.
An example: PreviousMinibatchEvaluationAverage - I have no idea what its ac
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.
I got a conllU file, from my university, where the head column is filled with .
Processing such file with the cli.convert method will result in a int cast error in
https://github.com/explosion/spaCy/blob/master/spacy/cli/converters/conllu2json.py line 73
in the read_conllx method (head = (int(head) - 1) if head != "0" else id).
In the format documentation on https://universaldependencie
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 21, 2020 - Python
100-Days-Of-ML-Code中文版
-
Updated
Jan 21, 2020 - Jupyter Notebook
A curated list of awesome Deep Learning tutorials, projects and communities.
-
Updated
Jan 21, 2020
Oxford Deep NLP 2017 course
-
Updated
Jan 21, 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.
Some courses have login pages so that only students of the institution can view the material. Should these courses be left on the list or should they be taken out seeing that they cannot be accessed by the general public?
According to the List_of_unsolved_problems_in_computer_science
Is there any perfect stemming algorithm in the English language?
I believe that lemmatization is not solved too.
It would be wonderful to add the states of the arts in both tasks.
BTW, lemmatization
URL(s) with the issue:
https://www.tensorflow.org/tfx/tutorials/transform/census#python_check_imports_and_globals
Description of issue (what needs changing):
The text says "First we'll make sure that we're using Python 2, and then go ahead and install and import the stuff we need." but the code below indicates we need to use Python 3.
Clear description
The text states: