sophcheng commited on
Commit
ff02380
·
verified ·
1 Parent(s): 84c29fc

Update output_topic_details.txt

Browse files
Files changed (1) hide show
  1. output_topic_details.txt +6 -6
output_topic_details.txt CHANGED
@@ -1,14 +1,14 @@
1
- Topic: Pawn Movement
2
 
3
- Description: A pawn moves forward one square, but it captures diagonally. On its first move, a pawn can move forward two squares.
4
 
5
- Topic: King Movement
6
 
7
- Description: The king moves one square in any direction: horizontally, vertically, or diagonally.
8
 
9
- Topic: Knight Movement
10
 
11
- Description: The knight moves in an L-shape: two squares in one direction and then one square perpendicular, or one square in one direction and then two squares perpendicular.
12
 
13
  Topic: Castling
14
 
 
1
+ Topic: Artificial Intelligence (AI)
2
 
3
+ Description: AI allows computers to think and act like humans, finding patterns in data to make decisions.
4
 
5
+ Topic: Machine Learning (ML)
6
 
7
+ Description: ML is a subset of AI, where a program trains on previous data to make predictions and exhibit "human" behavior.
8
 
9
+ Topic: Model
10
 
11
+ Description: A model is a function that maps from an input to a prediction, and finds patterns based on this input data.
12
 
13
  Topic: Castling
14