The Wayback Machine - https://web.archive.org/web/20201019111619/https://github.com/topics/machine-learning
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 50,888 public repositories matching this topic...

Flamefire
Flamefire commented Oct 15, 2020

During debugging I've seen many constructs like list(map(lambda i: torch.device('cuda:' + str(i)), gpus))

I'd propose to replace those by "regular" list comprehensions. So the above is equivalent to [torch.device('cuda:' + str(i)) for i in gpus]

This replacement can be automated via regexp replacement for (likely) almost all cases.

Reasoning: The nesting of parentheses and the inline

reshamas
reshamas commented Oct 16, 2020

Describe the issue linked to the documentation

In the section "Pull Request Checklist", this is how the text appears

A moderate use of type annotations is encouraged but is not mandatory. See [mypy quickstart](https://mypy.readthedocs.io/en/latest/getting_started.html) for an introduction, as well as [pandas contributing documentation]( https://pandas.pydata.org/pandas-docs/stabl
julia

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
  • Updated Oct 1, 2020
  • Python
Wikipedia
Wikipedia
You can’t perform that action at this time.