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
- Overloading
- struct
- virtual function
- 회귀학습
- Effective C++
- local minimum
- Nonlinear Model
- 비선형 함수
- MapReduce
- regression
- 지도학습
- 머신러닝
- 맵리듀스
- 딥러닝
- Class
- Nonlinear Function
- 선형모델
- 최소제곱법
- member function
- inheritance
- c++
- Linear Regression
- 비선형모델
- kubernetes
- overriding
- Machine learning
- least square
- 회귀
- call by value
- call by reference
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