- Machine Learning With Go
- Daniel Whitenack
- 138字
- 2021-07-08 10:37:28
Caching
Sometimes, our machine learning algorithms will be trained by and/or given input for prediction via data from external sources (for example, APIs), that is, data that isn't local to the application running our modeling or analysis. Further, we might have various sets of data that are being accessed frequently, may be accessed again soon, or may need to be made available while the application is running.
In at least some of these cases, it might make sense to cache data in memory or embed the data locally where the application is running. For example, if you are reaching out to a government API (typically having high latency) for census data frequently, you may consider maintaining a local or in-memory cache of the census data being used so that you can avoid constantly reaching out to the API.
- Python程序設計教程(第2版)
- Rust編程:入門、實戰與進階
- Learning ArcGIS Pro 2
- Web交互界面設計與制作(微課版)
- Java應用開發與實踐
- MATLAB實用教程
- 軟件架構:Python語言實現
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- 單片機C語言程序設計實訓100例
- Mastering Linux Security and Hardening
- Oracle GoldenGate 12c Implementer's Guide
- C語言程序設計習題與實驗指導
- Solutions Architect's Handbook
- Data Science Algorithms in a Week
- Windows 10 for Enterprise Administrators