Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ What is a Neural Network? | Concept of Neural Network
Introduction to Neural Networks with Python

bookWhat is a Neural Network?

メニューを表示するにはスワイプしてください

Introduction

Imagine learning to translate English into Spanish. You memorize words, phrases, and their context — and soon you can translate sentences you’ve never seen before. A neural network works the same way: it learns from examples such as text, images, or audio, and uses discovered patterns to make predictions.

Just as people learn to distinguish cats from dogs by seeing many examples, a neural network learns to perform tasks like classification, regression, or generation by analyzing labeled data. This process is called supervised learning, the most common way neural networks are trained.

Note
Note

During training, the network sees examples with known answers (labels) and adjusts itself to match them. Later, when given new unlabeled inputs, it applies what it has learned to make predictions on its own.

Neural Network Example

Below is a simple demonstration of a neural network trained to recognize drawings of cats and dogs. Draw something and see how the model classifies it:

  • LMB – draw
  • Shift + LMB – erase
question mark

What does supervised learning mean?

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  1

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  1
some-alt