0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

中学・高校の数学用語と機械学習

0
Posted at

中学・高校の数学用語200語

  1. 自然数
  2. 整数
  3. 小数
  4. 分数
  5. 有理数
  6. 無理数
  7. 実数
  8. 素数
  9. 約数
  10. 倍数
  11. 最大公約数
  12. 最小公倍数
  13. 逆数
  14. 絶対値
  15. 四則演算
  16. 括弧
  17. 計算の順序
  18. 文字式
  19. 単項式
  20. 多項式
  21. 同類項
  22. 係数
  23. 展開
  24. 因数分解
  25. 共通因数
  26. 乗法公式
  27. 平方完成
  28. 一次方程式
  29. 二次方程式
  30. 解の公式
  31. 判別式
  32. 実数解
  33. 虚数
  34. 虚数単位
  35. 複素数
  36. 連立方程式
  37. 代入法
  38. 加減法
  39. 一次不等式
  40. 二次不等式
  41. グラフ
  42. 座標
  43. 原点
  44. 関数
  45. 一次関数
  46. 二次関数
  47. 放物線
  48. 傾き
  49. 切片
  50. 頂点
  51. 最大値
  52. 最小値
  53. 定数
  54. 変数
  55. 定義域
  56. 値域
  57. 指数
  58. 指数法則
  59. 指数関数
  60. 対数
  61. 対数関数
  62. 三角関数
  63. 正弦(サイン)
  64. 余弦(コサイン)
  65. 正接(タンジェント)
  66. 単位円
  67. ラジアン
  68. 三角方程式
  69. 合成関数
  70. 逆関数
  71. 合成
  72. 微分
  73. 導関数
  74. 接線
  75. 導関数の符号
  76. 増減表
  77. 極値
  78. 極大値
  79. 極小値
  80. 関数の極限
  81. 変化率
  82. 積分
  83. 不定積分
  84. 定積分
  85. 原始関数
  86. 面積
  87. 区分求積法
  88. 数列
  89. 等差数列
  90. 公差
  91. 等比数列
  92. 公比
  93. 一般項
  94. 初項
  95. 数列の和
  96. 部分和
  97. Σ(シグマ記号)
  98. 無限等比数列
  99. 漸化式
  100. 数学的帰納法
  101. 整数問題
  102. 余り
  103. 合同式
  104. 素因数分解
  105. 互いに素
  106. 1次不定方程式
  107. 図形
  108. 線分
  109. 直線
  110. 平面
  111. 面積
  112. 周の長さ
  113. 高さ
  114. 対角線
  115. 三角形
  116. 四角形
  117. 多角形
  118. 平行線
  119. 垂直線
  120. 扇形
  121. 中心角
  122. 円周角
  123. 半径
  124. 直径
  125. 相似
  126. 合同
  127. 合同条件
  128. 相似条件
  129. 三平方の定理
  130. 直角三角形
  131. 斜辺
  132. 正弦定理
  133. 余弦定理
  134. 図形の証明
  135. ベクトル
  136. 成分表示
  137. 大きさ
  138. 向き
  139. 単位ベクトル
  140. ベクトルの加法
  141. ベクトルのスカラー倍
  142. 内積
  143. ベクトルの直交
  144. 直線のベクトル方程式
  145. 平面ベクトル
  146. 空間ベクトル
  147. 空間図形
  148. 立体
  149. 表面積
  150. 体積
  151. 直方体
  152. 立方体
  153. 円柱
  154. 円錐
  155. 活性化関数
  156. 順列
  157. 組合せ
  158. 場合の数
  159. 順列公式
  160. 組合せ公式
  161. 円順列
  162. 重複順列
  163. 確率
  164. 標本空間
  165. 事象
  166. 余事象
  167. 独立事象
  168. 条件付き確率
  169. 加法定理
  170. 乗法定理
  171. 期待値
  172. 分散
  173. 標準偏差
  174. 二項定理
  175. 二項展開
  176. 二項係数
  177. パスカルの三角形
  178. 集合
  179. 要素
  180. 部分集合
  181. 和集合
  182. 共通部分
  183. 補集合
  184. 空集合
  185. 包含
  186. 属する
  187. ベン図
  188. 命題
  189. 真偽
  190. 必要条件
  191. 十分条件
  192. 対偶

  1. All input values must be valid real numbers.
  2. The label IDs are encoded as natural numbers starting from 0.
  3. The number of epochs must be specified as an integer.
  4. Normalize the input features to a decimal range between 0 and 1.
  5. The learning rate is often a small fraction like 0.001.
  6. Rational numbers can be precisely represented in symbolic computation.
  7. π is an example of an irrational number, not directly used in training.
  8. Most machine learning models work with real number inputs.
  9. We used a prime number as the seed for reproducibility.
  10. The batch size should be a divisor of the dataset size.
  11. Set the training steps to a multiple of the batch size.
  12. Data is split in chunks based on the greatest common divisor.
  13. Align the input lengths using the least common multiple.
  14. Apply the reciprocal of variance during normalization.
  15. The loss is calculated using the absolute value of errors.
  16. Preprocessing includes basic arithmetic operations on features.
  17. Use parentheses to ensure correct computation order in expressions.
  18. Respect the order of operations when evaluating the expression tree.
  19. Symbolic variables are used to define the model equations.
  20. Each expression in the model consists of a single monomial or multiple terms.
  21. The polynomial regression model includes higher-degree terms.
  22. The model computes each term of the polynomial individually.
  23. Combine like terms during symbolic simplification to reduce complexity.
  24. The coefficient determines the influence of each feature.
  25. Expand the squared term using the binomial expansion formula.
  26. Factor the loss function into simpler components.
  27. Remove the common factor to simplify the expression.
  28. Use multiplication formulas to derive model updates.
  29. Complete the square to rewrite the loss function.
  30. Solve the linear equation to find the optimal weight.
  31. Solve the quadratic equation using the standard formula.
  32. The quadratic formula provides the exact solutions for ax² + bx + c = 0.
  33. The discriminant determines the number and type of solutions.
  34. A positive discriminant indicates two distinct real solutions.
  35. Complex numbers are used when the equation has no real solution.
  36. The imaginary unit is denoted by i and satisfies i² = -1.
  37. Neural networks can handle inputs with complex numbers using special modules.
  38. Solve the system of equations using matrix operations.
  39. The substitution method is used to simplify the solution process.
  40. The addition-subtraction method eliminates one variable to solve the system.
  41. Linear inequalities define constraints in optimization problems.
  42. Quadratic inequalities are used in boundary region classification.
  43. Visualize the model output using a 2D graph.
  44. Each data point is plotted on a coordinate plane.
  45. The origin is the intersection point of the x- and y-axes.
  46. A function maps inputs to outputs in a deterministic way.
  47. Linear functions are often used in the first layer of a neural network.
  48. A quadratic function can model curved decision boundaries.
  49. The graph of a quadratic function is a parabola.
  50. The slope of the line indicates the rate of change.
  51. The y-intercept shows the output when the input is zero.
  52. The axis of symmetry helps analyze the shape of the parabola.
  53. The vertex of the parabola represents the maximum or minimum.
  54. The maximum value of the loss function is used for regularization control.
  55. The model finds the minimum value of the loss function.
  56. Constants are used to fix certain parameters during training.
  57. Variables represent the tunable parameters of the model.
  58. The domain defines the range of valid input values.
  59. The range defines the possible outputs of the model.
  60. The exponent is used in computing power functions in deep learning.
  61. Apply exponent rules to simplify the loss derivative.
  62. Exponential functions are used in softmax and attention mechanisms.
  63. Logarithms are used in loss functions like cross-entropy.
  64. The logarithmic function is useful for compressing large input values.
  65. Trigonometric functions are useful in periodic time-series analysis.
  66. The sine function models smooth oscillating behavior.
  67. The cosine function is used for phase-shifted periodic patterns.
  68. Tangent functions appear in gradient-based optimization visualizations.
  69. The unit circle is essential for defining sine and cosine values.
  70. Radian measure is used in trigonometric computations.
  71. Trigonometric equations are used to model periodic components in signals.
  72. A composite function layers multiple transformations.
  73. The inverse function can be used to revert model transformations.
  74. Function composition allows chaining of transformations in neural nets.
  75. The derivative helps analyze how model output changes with input.
  76. The derivative of the loss function is used in backpropagation.
  77. The tangent line approximates the curve at a local point.
  78. The sign of the derivative determines whether the function increases or decreases.
  79. A monotonicity table shows where a function is increasing or decreasing.
  80. A local extremum in the loss function helps determine convergence.
  81. The local maximum represents a potential overfitting state.
  82. The local minimum is the optimal value in many training objectives.
  83. Limits are used in defining continuity and derivatives.
  84. The rate of change is the derivative of the input-output relation.
  85. Integration is used to calculate the total area under a curve.
  86. The indefinite integral includes a constant of integration.
  87. The definite integral gives the area between the curve and axis.
  88. The antiderivative reverses the process of differentiation.
  89. The area under the ROC curve is used to evaluate classifier performance.
  90. The Riemann sum approximates integrals numerically.
  91. A sequence is a function defined on natural numbers.
  92. An arithmetic sequence has a constant difference between terms.
  93. The common difference defines the step in an arithmetic sequence.
  94. A geometric sequence multiplies by a fixed ratio.
  95. The common ratio is constant between terms in a geometric sequence.
  96. The general term defines any nth term in a sequence.
  97. The first term defines the starting value of a sequence.
  98. The sum of a sequence is used in cumulative cost analysis.
  99. A partial sum adds the first n terms of a sequence.
  100. The sigma notation compactly expresses summation.
  101. The infinite geometric series is used to model decaying signals.
  102. A recurrence formula defines each term based on previous ones.
  103. Mathematical induction proves formulas related to model structure.
  104. Integer constraints are applied in certain optimization problems.
  105. The modulo operation computes the remainder in hash functions.
  106. Modular arithmetic is used in data shuffling and cryptography.
  107. Prime factorization helps analyze computational complexity.
  108. Coprime integers are useful in modular encoding schemes.
  109. Linear Diophantine equations appear in constraint-based modeling.
  110. Geometric features can be extracted from image data.
  111. A point represents a single coordinate in space.
  112. A line segment defines the shortest path between two points.
  113. A straight line is often used to separate two classes.
  114. A plane in 3D defines a decision boundary for classification.
  115. Compute the area under the curve for performance metrics.
  116. The perimeter is used in shape-based feature engineering.
  117. The height of the shape is used in spatial calculations.
  118. Diagonals in matrices and grids are important for indexing.
  119. Triangles are used in mesh generation and surface modeling.
  120. Rectangles are common in object detection bounding boxes.
  121. Polygons are used in segmentation masks in computer vision.
  122. Parallel lines define constant directional fields.
  123. Perpendicular lines are used in orthogonal projections.
  124. Circles appear in radial basis functions and filters.
  125. A sector represents a portion of the input space.
  126. The central angle defines angular coverage in sensors.
  127. The inscribed angle helps in detecting contours.
  128. Arc length features appear in handwriting recognition.
  129. The chord helps define inner regions in circular features.
  130. The radius is used in computing circular receptive fields.
  131. The diameter is twice the radius, often used in scaling.
  132. Similar figures are used in shape-based matching algorithms.
  133. Congruent figures are identical in size and shape.
  134. Congruence conditions define transformations preserving shape.
  135. Similarity conditions help in resizing without distortion.
  136. The Pythagorean theorem is used in Euclidean distance computation.
  137. A right triangle helps simplify trigonometric calculations.
  138. The hypotenuse is the longest side in right-angle geometry.
  139. The sine rule calculates unknowns in non-right triangles.
  140. The cosine rule generalizes triangle side-angle relations.
  141. Proof of geometric relationships supports feature constraints.
  142. Vectors are used to represent directional data in ML.
  143. Component form represents vectors in matrix computations.
  144. Vector magnitude is used in normalization.
  145. Direction of a vector indicates flow or force 151. The vector equation of a line is used in 3D modeling and ray tracing.
  146. Planar vectors help represent direction in 2D space.
  147. Spatial vectors define position and direction in 3D scenes.
  148. 3D geometric figures are used in volume estimation tasks.
  149. A solid is a 3D object represented in mesh or voxel formats.
  150. Surface area is used in feature extraction from 3D scans.
  151. Volume calculations help in medical image segmentation.
  152. Rectangular prisms are often used in bounding box approximations.
  153. Cubes are used in grid-based spatial partitioning.
  154. Cylinders appear in LiDAR modeling and object approximation.
  155. Cones are used in field-of-view modeling.
  156. Spheres are useful for representing isotropic influence zones.
  157. Activation functions introduce non-linearity in neural networks.
  158. Permutations represent the order of data sequences.
  159. Combinations are used for feature subset selection.
  160. Counting methods determine the total number of configurations.
  161. Use permutation formulas to calculate arrangement possibilities.
  162. Combination formulas are applied in sampling without replacement.
  163. Circular permutations account for rotation invariance.
  164. Multiset permutations allow repeated elements in sequences.
  165. Probability estimates uncertainty in model predictions.
  166. The sample space contains all possible outcomes.
  167. An event is a subset of the sample space.
  168. The complement event includes all non-occurring outcomes.
  169. Independent events do not influence each other.
  170. Conditional probability updates likelihood based on known data.
  171. The addition rule combines probabilities of separate events.
  172. The multiplication rule applies to joint probabilities.
  173. Expected value gives the average predicted outcome.
  174. Variance measures the spread of prediction errors.
  175. Standard deviation is used for data normalization.
  176. The binomial theorem expands expressions in classification models.
  177. Binomial expansion appears in polynomial approximation.
  178. Binomial coefficients are used in probability distributions.
  179. Pascal's triangle helps compute combinatoric weights.
  180. Sets are used to define input categories and outputs.
  181. Elements of a set represent distinct data points.
  182. A subset is used to define validation or test partitions.
  183. The union of sets combines unique items.
  184. The intersection defines shared features across groups.
  185. The complement set identifies excluded data points.
  186. The empty set contains no elements and indicates null conditions.
  187. Inclusion describes containment between sets.
  188. An element belongs to a set if it satisfies the condition.
  189. Venn diagrams visualize relationships between multiple sets.
  190. Propositions are used in logic-based rule systems.
  191. Truth values determine logical consistency of outputs.
  192. A necessary condition must hold for the conclusion to be true.
  193. A sufficient condition guarantees the outcome.
  194. The contrapositive is logically equivalent to the original implication.
    in simulation.
  195. A unit vector maintains direction with magnitude 1.
  196. Vector addition combines multiple feature directions.
  197. Scalar multiplication scales feature vectors.
  198. The dot product computes similarity or projection.
  199. Orthogonal vectors represent uncorrelated features.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?