Content deleted Content added
m v2.03b - Bot T20 CW#61 - WP:WCW project (Reference before punctuation) |
m Correcting section link formatting, general fixes |
||
(8 intermediate revisions by 7 users not shown) | |||
Line 5:
Similar problem occurs when creating instances in a hosted environment and instances in [[cloud computing]] services.<ref>{{Cite web|url=https://mikhail.io/serverless/coldstarts/aws/|title=Cold Starts in AWS Lambda|website=mikhail.io|language=en-us|access-date=2020-01-31}}</ref>
Cold start (or cold boot) may also refer to a booting process of a single [[computer]] (or [[virtual machine]]).<ref>{{Cite web|url=https://www.techopedia.com/definition/3332/cold-boot|title=What is Cold Boot? - Definition from Techopedia|website=Techopedia.com|language=en|access-date=2020-01-31}}</ref>
Another type of problem is when the [[data 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 with [[
In some [[machine learning]] scenarios, with models where the training dataset is incrementally added to in time (e.g. in [[active learning (machine learning)|active 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).<ref>{{cite arXiv|last1=Ash |first1= Jordan |last2=Adams |first2=Ryan |title=On Warm-Starting Neural Network Training |year= 2019 |class= cs.LG |eprint=1910.08475}}</ref> Unlike the previous mentioned instances, cold starting in these scenarios can yield better results of the model.
== See also ==
* [[Cold start (recommender systems)]]
*
== References ==
<references/>
[[
|