일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SW Maestro
- logback
- Benchmarks
- minreplica
- spring boot
- SW 마에스트로
- blue-green
- docket
- Grafana
- Kubernetes
- Kafka
- Leaderboard
- Helm
- MSSQL
- Strimzi
- Debezium
- Software maestro
- 스프링부트
- Salting
- yml
- zset
- traceId
- Database
- eks
- 0 replica
- propogation
- 동등성
- slow query
- hammerDB
- keda
- Today
- Total
목록분류 전체보기 (64)
김태오
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/coKg5T/btsdeIlB6LB/sI8s5gxL37eVxChFtk3yRk/img.png)
Interrupts, traps, and faults are mechanisms used in computer systems to handle events that require the attention of the CPU, alter the normal flow of program execution, or manage errors and exceptional conditions. Interrupt: An interrupt is an external event or signal that temporarily suspends the normal flow of a running program and requests the CPU's attention. Interrupts can be generated by ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/yM7LT/btscGVkPQqV/DLVkJ7e4UYaxbWiIKRQ9Ik/img.png)
Supervised learning algorithm: Logistic regression is a supervised learning algorithm used for classification tasks, predicting the probability of an instance belonging to a specific class or category. Binary outcome: It is mainly used for binary classification problems, where the output can be either of the two distinct classes, typically denoted as 0 or 1, such as spam or not spam, default or ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bbET6u/btscCAVobj3/rQ6DE86OaXe1Nnbng6Vv90/img.gif)
a type of machine learning algorithm inspired by the structure and function of the human brain. They consist of multiple layers of interconnected nodes, or neurons, that process and transmit information. Each neuron takes input data, performs a mathematical operation on it, and passes the result to the next layer of neurons. During training, the network adjusts the strength of connections betwee..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/c9KUm7/btscBDxUfDz/PcbkhepkGsJi86EsVakWZk/img.png)
a mathematical function or a line that separates different classes or categories in a dataset. It is the boundary or the threshold where a particular observation is classified into one of the categories. The decision boundary is determined by the algorithm based on the input features of the data. The goal of a machine learning model is to find the decision boundary that correctly classifies the ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/JYJuS/btsbTnYP5xi/di7N5HXVxkbunNRCIoLd5K/img.png)
The data transmitted through UDP is organized into units called datagrams or frames. The UDP frame format consists of four primary fields, each of which is 2 bytes (16 bits) long. These fields are as follows: Source Port (16 bits): This field specifies the source port number, which identifies the sending application on the source device. It helps the recipient device know which application to pa..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/Q2jmU/btsbUpV73DV/ib1XULbgXBkKpUq8MFfL3K/img.jpg)
Reliable communication and unreliable communication are two distinct approaches to data transmission, each with their own advantages and trade-offs: Reliable Communication: a. Ensures data is transmitted accurately and completely from the sender to the receiver. b. Employs error checking, retransmission of lost packets, and acknowledgment mechanisms to guarantee successful data delivery. c. Main..