About 19,100,000 results
Open links in new tab
  1. machine learning - Is there a rule-of-thumb for how to divide a …

    Is there a rule-of-thumb for how to best divide data into training and validation sets? Is an even 50/50 split advisable? Or are there clear advantages of having more training data relative to vali...

  2. machine learning - How to calculate optimal batch size? - Stack …

    Training with such a small batch size might require a small learning rate to maintain stability because of the high variance in the estimate of the gradient. The total runtime can be very …

  3. data science - What is 'fit' in Machine learning? - Stack Overflow

    Jul 19, 2020 · A machine learning model is typically specified with some functional form that includes parameters. An example is a line intended to model data that has an outcome …

  4. python - What is sharding in machine learning and how to do …

    Aug 30, 2021 · What is sharding in the context of machine learning specifically ( a more generic antic question is asked here ) and how is it implemented in Tensorflow ? What is referred to as …

  5. definition - What is machine learning? - Stack Overflow

    What does machine learning code do ? Depends on the type of machine learning you're talking about. Machine learning is a huge field, with hundreds of different algorithms for solving …

  6. Newest 'machine-learning' Questions - Stack Overflow

    Dec 31, 2025 · Machine learning revolves around developing self-learning computer algorithms that function by virtue of discovering patterns in data and making intelligent decisions based …

  7. Extract text information from PDF files with different layouts ...

    Feb 5, 2020 · Extract text information from PDF files with different layouts - machine learning Asked 5 years, 11 months ago Modified 4 years, 3 months ago Viewed 8k times

  8. machine learning - Neural Networks: What does "linearly …

    I am currently reading the Machine Learning book by Tom Mitchell. When talking about neural networks, Mitchell states: "Although the perceptron rule finds a successful weight vector when …

  9. What does recall mean in Machine Learning? - Stack Overflow

    Jan 2, 2013 · What's the meaning of recall of a classifier, e.g. bayes classifier? please give an example. for example, the Precision = correct/correct+wrong docs for test data. how to …

  10. python - What are all the formats to save machine learning model …

    Apr 9, 2020 · What are all the formats to save machine learning model in scikit-learn, keras, tensorflow and mxnet? Asked 5 years, 9 months ago Modified 1 year, 4 months ago Viewed …