Shawn's blog Shawn's blog
About Me
  • Category
  • Tag
  • Archive
GitHub (opens new window)

Shawn Jin

I am not a creator of knowledge, I am just a porter of knowledge.
About Me
  • Category
  • Tag
  • Archive
GitHub (opens new window)
  • linear-algebra

  • statistic

  • data-mining

  • machine-learning

    • linear-regression

      • Basic Terminologies in Linear Algebra
    • linear-modelling

    • nerual-networks

    • Difference between Training set, Validation set and Test Set
    • Regularization in Machine Learning
    • Learning Feedforward Neural Network Through XOR
    • Backprop Algorithm in Machine Learning
  • Data Science or Information Science
  • Data-Science
  • machine-learning
Shawn Jin
2021-9-12

Difference between Training set, Validation set and Test Set

# Difference between Training set, Validation set and Test Set

Training set: A set of examples used for learning, which is to fit the parameters [i.e., weights] of the classifier.

Validation set: A set of examples used to tune the parameters [i.e., architecture, not weights] of a classifier, for example to choose the number of hidden units in a neural network. Validation set could be used to find the parameters that controls complexity of neural networks structure or other machine learning models.

Test set: A set of examples used only to assess the performance [generalization] of a fully specified classifier.

#Machine Learning
Updated: 2021/09/13, 23:29:33
Activation Function in Neural Network
Regularization in Machine Learning

← Activation Function in Neural Network Regularization in Machine Learning→

最近更新
01
Python import files from different directories
12-31
02
Classmethod in Python
09-15
03
Single/Double Star (/*) Parameters in Python
09-15
更多文章>
Theme by Vdoing | Copyright © 2019-2021 Shawn Jin | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式