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 34,596 public repositories matching this topic...

jnothman
jnothman commented Oct 8, 2019

We recently merged https://github.com/NicolasHug/scikit-learn/blob/master/examples/release_highlights/plot_release_highlights_0_22_0.py to summarise the highlights of 0.22, to be released in early November.

More release highlights, briefly demonstrating the new thing in action, belong in that example doc:

  • Permutation based feature importance
  • HistGradientBoostingClassifier with m
yf225
yf225 commented Oct 2, 2019

Context

We would like to add the following two APIs to the C++ frontend:

  • torch::nn::TripletMarginLoss , which is the equivalent of Python API torch.nn.TripletMarginLoss.
  • torch::nn::functional::triplet_margin_loss, which is the equivalent of Python API torch.nn.functional.triplet_margin_loss.

Steps

  • Add torch::nn::TripletMarginLossOptions to `torch/csrc/api/i
wincentbalin
wincentbalin commented Jul 16, 2018

Short description

I am trying to train Tesseract on Akkadian language. The language-specific.sh script was modified accordingly. When converting the training text to TIFF images, the text2image program crashes.

Environment

  • Tesseract Version: 3.04.01
  • Commit Number: the standard package in Ubuntu, package version 3.04.01-4, commit unknown
  • Platform: Linux ubuntu
polm
polm commented Sep 5, 2019

I can not read Greek, but looking at the nouns in the lemma_index.json file for Greek, these are the first several entries:

"(ιρλανδικά)", "(σκωτικά)", "(σοράνι)", "-αλγία", "-βατώ", "-βατῶ", "-ούλα", "-πληξία", "-ώνυμο", "sofa", "table", "άβακας", "άβατο", "άβατον"

I'm pretty sure parentheses don't belong there, and the things that begin with hyphens and "table" and "sofa" seem out of

You can’t perform that action at this time.