Learn Before
In a machine learning model designed to predict a single numerical output from a single numerical input, the weight parameter () must be represented as a multi-element vector to properly scale the input.
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A data scientist is building a simple predictive model to estimate a house's price (represented by ŷ) based on a single feature: its size in square feet (represented by x). The model is defined by the equation: ŷ = 250x + 50000. In this specific model, how are the parameters 250 and 50000 best described?
Scalar Parameters in a Simple Model
In a machine learning model designed to predict a single numerical output from a single numerical input, the weight parameter () must be represented as a multi-element vector to properly scale the input.