Giter VIP home page Giter VIP logo

curse_dimensionality_generalization's Introduction

curse_dimensionality_generalization

Curse of dimensionality refers to the effect of increased dimension. As the dimensionality (features) increases, the needed amount of data for a generalized model grows exponentially. In other words, as you add more features to an input space, you will need more data to accurately build a good model. As the feature increases the needed data grows exponentially.

The effect of the curse of dimensionality can be reduced by reducing the number of features, this concept is called feature extraction. A typical example of feature extraction is PCA (Principal Component Analysis), it finds a subspace of lower dimension such that the features that have low explained variance on the data are eliminated.

Why do we talk about generalization with regard to learning problems?
Generalization in learning is contrasting notion of discrimination learning. Generalization learning can be seen as learning general concept from a specific example, and how well the general concept performs on new data (from the problem domain) that the model has not seen. Hence, generalization is important in order to avoid overfitting and overfitting. Generalization helps to achieve a tradeoff between overfitting and underfitting.

What is overfitting in learning?
Overfitting can be regarded as having low bias and high variance. This can occur when a model fails to efficiently generalize from the training dataset. Overfitting can also be viewed as when a model greatly performs on seen data while it poorly performs on unseen data.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.