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