"기계 학습"의 두 판 사이의 차이

수학노트
둘러보기로 가기 검색하러 가기
34번째 줄: 34번째 줄:
 
* [[그래프 모형]]
 
* [[그래프 모형]]
 
* [[쿨백-라이블러 발산]]
 
* [[쿨백-라이블러 발산]]
 +
* [[ReLU]]
 
* [[합성곱 신경망]]
 
* [[합성곱 신경망]]
 
* [[순환 인공 신경망]]
 
* [[순환 인공 신경망]]

2020년 12월 22일 (화) 21:17 판

개요

  • 컴퓨터 과학의 핵심 과제 중 하나는 컴퓨터에게 수행 방법을 알려주지 않고 수행해야 하는 작업을 수행하도록 하는 것이다.
  • 많은 경우 작업은 매개변수가 있는 수학적 모델로 기술된다
  • 이러한 모델의 매개변수는 일반적으로 알려져 있지 않으며 통계적 방법을 사용하여 데이터에서 추정해야 한다.
  • fundamental problems in machine learning
    • regression
    • classification
    • 차원축소
    • probability density estimation

관련된 항목들

노트

  • It is problems like this which machine learning is trying to solve.[1]
  • “Deep learning” – another hot topic buzzword – is simply machine learning which is derived from “deep” neural nets.[1]
  • Without a doubt, machine learning is proving itself to be a technology with far-reaching transformative powers.[1]
  • Machine learning is the key which has unlocked it, and its potential future applications are almost unlimited.[1]
  • Machine learning brings together computer science and statistics to harness that predictive power.[2]
  • The past decade has brought tremendous advances in an exciting dimension of artificial intelligence—machine learning.[3]
  • A prediction, in the context of machine learning, is an information output that comes from entering some data and running an algorithm.[3]
  • It can also be dangerously easy to introduce biases into machine learning, especially if multiple factors are in play.[3]
  • In many ways, building a sustainable business in machine learning is much like building a sustainable business in any industry.[3]
  • For example, machine learning can reveal customers who are likely to churn, likely fraudulent insurance claims, and more.[4]
  • Companies that effectively implement machine learning and other AI technologies gain a massive competitive advantage.[4]
  • Machine learning could also be used for security applications, such as analysing email communications or internet usage.[5]
  • The project will focus on current and near-term (5-10 years) applications of machine learning.[5]
  • The above definition encapsulates the ideal objective or ultimate aim of machine learning, as expressed by many researchers in the field.[6]
  • As with any concept, machine learning may have a slightly different definition, depending on whom you ask.[6]
  • – Stanford “Machine learning is based on algorithms that can learn from data without relying on rules-based programming.[6]
  • Emerj helps businesses get started with artificial intelligence and machine learning.[6]
  • Funding for research and development in the fields of machine learning and artificial intelligence is growing at a rapid pace.[7]
  • The field of machine learning is booming and having the right skills and experience can help you get a path to a lucrative career.[7]
  • From Apple to Google to Toyota, companies across the world are pouring resources into developing AI systems with machine learning.[8]
  • While there are different forms of AI, machine learning (ML) represents today's most widely valued mechanism for reaching intelligence.[8]
  • Machine learning became popular in the 1990s, and returned to the public eye when Google's DeepMind beat the world champion of Go in 2016.[8]
  • Since then, ML applications and machine learning's popularity have only increased.[8]
  • ML is one of the most exciting technologies that one would have ever come across.[9]
  • Machine learning is a branch of artificial intelligence that includes methods, or algorithms, for automatically creating models from data.[10]
  • Game-playing machine learning is strongly successful for checkers, chess, shogi, and Go, having beaten human world champions.[10]
  • Machine learning depends on a number of algorithms for turning a data set into a model.[10]
  • As with all machine learning, you need to check the predictions of the neural network against a separate test data set.[10]
  • A diverse community of developers, enterprises and researchers are using ML to solve challenging, real-world problems.[11]
  • Natural Language Derive insights from unstructured text using Google machine learning.[12]
  • Translation Dynamically translate between languages using Google machine learning.[12]
  • A very important group of algorithms for both supervised and unsupervised machine learning are neural networks.[13]
  • DeepMind continue to break new ground in the field of machine learning.[13]
  • But beyond these very visible manifestations of machine learning, systems are starting to find a use in just about every industry.[13]
  • Machine learning enables analysis of massive quantities of data.[14]
  • The study of mathematical optimization delivers methods, theory and application domains to the field of machine learning.[15]
  • Machine learning involves computers discovering how they can perform tasks without being explicitly programmed to do so.[15]
  • As a scientific endeavor, machine learning grew out of the quest for artificial intelligence.[15]
  • However, an increasing emphasis on the logical, knowledge-based approach caused a rift between AI and machine learning.[15]
  • In machine learning, a situation in which a model's predictions influence the training data for the same model or another model.[16]
  • More typically in machine learning, a hyperplane is the boundary separating a high-dimensional space.[16]
  • An i.i.d. is the ideal gas of machine learning—a useful mathematical construct but almost never exactly found in the real world.[16]
  • In machine learning, often refers to the process of making predictions by applying the trained model to unlabeled examples.[16]
  • The main intend of machine learning is to build a model that performs well on both the training set and the test set.[17]
  • Machine learning is the concept that a computer program can learn and adapt to new data without human intervention.[18]
  • The various data applications of machine learning are formed through a complex algorithm or source code built into the machine or computer.[18]
  • Machine learning is used in different sectors for various reasons.[18]
  • The supply of able ML designers has yet to catch up to this demand.[19]
  • Determining which inputs to use is an important part of ML design.[19]
  • The goal of ML is never to make “perfect” guesses, because ML deals in domains where there is no such thing.[19]
  • Fortunately, the iterative approach taken by ML systems is much more resilient in the face of such complexity.[19]
  • – Make revolutionary advances in machine learning and AI.[20]
  • Machine learning and AI are often discussed together, and the terms are sometimes used interchangeably, but they don’t mean the same thing.[21]
  • Machine learning and the technology around it are developing rapidly, and we're just beginning to scratch the surface of its capabilities.[21]
  • All ML tasks can be represented this way, or it's not an ML problem from the beginning.[22]
  • That's why selecting the right features usually takes way longer than all the other ML parts.[22]
  • That's why the phrase "will neural nets replace machine learning" sounds like "will the wheels replace cars".[22]
  • 1.1 Supervised Learning Classical machine learning is often divided into two categories – Supervised and Unsupervised Learning.[22]
  • This type of machine learning involves algorithms that train on unlabeled data.[23]
  • This approach to machine learning involves a mix of the two preceding types.[23]
  • Uses of machine learning Today, machine learning is used in a wide range of applications.[23]
  • But just because some industries have seen benefits doesn't mean machine learning is without its downsides.[23]

소스