- 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.
- 多媒體CAI課件設計與制作導論(第二版)
- TypeScript入門與實戰
- Leap Motion Development Essentials
- Vue.js前端開發基礎與項目實戰
- Selenium Design Patterns and Best Practices
- Clojure for Domain:specific Languages
- Getting Started with CreateJS
- 第一行代碼 C語言(視頻講解版)
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Domain-Driven Design in PHP
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Learning Docker Networking
- 深入解析Java編譯器:源碼剖析與實例詳解
- Java EE項目應用開發
- 安卓工程師教你玩轉Android