일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- slow query
- spring boot
- istio
- Kafka
- 동등성
- yml
- Grafana
- propogation
- SW 마에스트로
- logback
- 스프링부트
- Strimzi
- traceId
- 0 replica
- minreplica
- Database
- Salting
- eks
- Benchmarks
- blue-green
- Helm
- Debezium
- hammerDB
- MSSQL
- docket
- Leaderboard
- virtualservice
- keda
- zset
- Kubernetes
- Today
- Total
목록분류 전체보기 (65)
김태오

Learning Rate : a hyperparameter that controls how much the model adjusts its parameters in response to the error gradient during training. If the learning rate is too low, it takes too much time in optimization, while when it is too high, it has difficulty in converging itself.

Feature Scaling: a preprocessing step in machine learning that involves transforming the input features to a common scale, typically to improve the performance of machine learning algorithms. It is important to keep features on a similar scale, ex ) x1 is range 0

Polynomial: a mathematical expression consisting of variables (usually represented by x), coefficients, and exponents (powers) that are combined using arithmetic operations such as addition, subtraction, multiplication, and division. Polynomial Regression : a type of regression analysis in which the relationship between the independent variable (x) and the dependent variable (y) is modeled as an..

Gradient Descent and Normal Equation are two popular techniques used in machine learning for finding the optimal parameters of a model. Gradient Descent is an iterative optimization algorithm that tries to minimize the cost function by adjusting the model parameters in the direction of steepest descent of the cost function. It starts with an initial guess of the model parameters and iteratively ..

*Linear : a mathematical or statistical relationship that is proportional or additive in nature. In a linear relationship, two variables are related in such a way that when one variable changes, the other variable changes proportionally. *Regression : a statistical method for modeling the relationship between a dependent variable and one or more independent variables. The goal of regression anal..