Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Cold start (computing)

From Wikipedia, the free encyclopedia

Cold start incomputing refers to a problem where a system or its part was created or restarted and is not working at its normal operation. The problem can be related to initialising internalobjects or populatingcache or starting up subsystems.

In a typicalweb service system the problem occurs after restarting the server, and also when clearing the cache (e.g., after releasing new version). The first requests to the web service will cause significantly more load due to the server cache being populated, thebrowsercache being cleared, and new resources being requested. Other services like acaching proxy orweb accelerator will also need time to gather new resources and operate normally.

Similar problem occurs when creating instances in a hosted environment and instances incloud computing services.[1]

Cold start (or cold boot) may also refer to a booting process of a singlecomputer (orvirtual machine).[2] In this caseservices and other startupapplications are executed after reboot. The system is typically made available to the user even though startup operations are still performed and slow down other operations.

Another type of problem is when thedata model of a particular system requires connections between objects. In that case new objects will not operate normally until those connections are made. This is well known problem withrecommender systems.[3][4]

In somemachine learning scenarios, with models where the training dataset is incrementally added to in time (e.g. inactive learning), cold start refers to training the model on the so far obtained labeled pool with new data added de novo, instead of training the model on new data with all its knowledge from previous trainings (warm start).[5] Unlike the previous mentioned instances, cold starting in these scenarios can yield better results of the model.

See also

[edit]

References

[edit]
  1. ^"Cold Starts in AWS Lambda".mikhail.io. Retrieved2020-01-31.
  2. ^"What is Cold Boot? - Definition from Techopedia".Techopedia.com. 16 March 2016. Retrieved2020-01-31.
  3. ^Bobadilla, Jesús; Ortega, Fernando; Hernando, Antonio; Bernal, Jesús (February 2012)."A collaborative filtering approach to mitigate the new user cold start problem".Knowledge-Based Systems.26:225–238.doi:10.1016/j.knosys.2011.07.021.
  4. ^Lika, Blerina; Kolomvatsos, Kostas; Hadjiefthymiades, Stathes (March 2014). "Facing the cold start problem in recommender systems".Expert Systems with Applications.41 (4):2065–2073.doi:10.1016/j.eswa.2013.09.005.
  5. ^Ash, Jordan; Adams, Ryan (2019). "On Warm-Starting Neural Network Training".arXiv:1910.08475 [cs.LG].
Retrieved from "https://en.wikipedia.org/w/index.php?title=Cold_start_(computing)&oldid=1309385527"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp