Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Linear Regression
- Nonlinear Function
- 지도학습
- call by reference
- struct
- 회귀학습
- 맵리듀스
- c++
- local minimum
- Effective C++
- 회귀
- MapReduce
- member function
- inheritance
- 비선형모델
- Class
- kubernetes
- 머신러닝
- Nonlinear Model
- 최소제곱법
- Machine learning
- call by value
- Overloading
- 비선형 함수
- 딥러닝
- 선형모델
- least square
- regression
- virtual function
- overriding
Archives
- Today
- Total
목록Computer Language/Data Structure (1)
J's Study log

Stack Stack in data structure literally means stacking data in memory following 'LIFO method'. Top As the picture shows, same size of data is structed in one way and to access the data you can access data from 'top'. ('top' points the last data input) Data in Operators Input new data with operator 'push'. Extract data and return with operator 'pop'. And there's also 'peek' operator which returns..
Computer Language/Data Structure
2020. 8. 4. 20:57