일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- slow query
- docket
- Software maestro
- Leaderboard
- SW Maestro
- yml
- minreplica
- spring boot
- traceId
- Strimzi
- 동등성
- Kafka
- Grafana
- Database
- Kubernetes
- hammerDB
- Helm
- 0 replica
- MSSQL
- propogation
- Benchmarks
- keda
- 스프링부트
- blue-green
- zset
- eks
- SW 마에스트로
- Salting
- Debezium
- logback
- Today
- Total
목록분류 전체보기 (64)
김태오
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/w1N9Q/btsbXJzcllO/Ef7ibdDt9ICLJChKufEAi1/img.png)
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
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/vZpJb/btsbVe7iNxu/3ik9yNvmj2mwkwaYsqaIyK/img.png)
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..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/EwM4e/btsbURdlYJU/ks3FRNpue9DAAKQunek9k0/img.png)
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 ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cLgmPD/btsbShEeSzf/uJzsKb73VgCUdGGcqW2Vf1/img.png)
*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..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cKHa2V/btsb6YWNsmh/EAo8aqDlQubj7kyuzBqSs1/img.png)
A general way of automatically constructing a procedure for computer derivatives numerically - a mathematical tool that allows us to compute the gradients of complex functions, including those with multiple inputs and outputs. * this is not a function or a formula, it is a mathematical procedure. Most of the times, it makes a computation graph. a computation graph is a graphical representation o..