# Media Articles

While not yet in its peak of media attention, Continual Learning has repeatedly appeared in multiple sources. In this page we try to cover the most relevant press articles on the subject.

* [Quanta Magazine - The Computer Scientist Challenging AI to Learn Better](https://www.quantamagazine.org/the-computer-scientist-trying-to-teach-ai-to-learn-like-we-do-20220802/)
* [Toward continual learning systems](https://gantry.io/blog/toward-continual-learning-systems/)
* [Towards Adaptive AI with Continual Learning](https://ai.kuleuven.be/stories/post/2021-05-10-continual-learning/)
* [Why Neural Networks Forget, and Lessons from the Brain](https://numenta.com/blog/2021/02/04/why-neural-networks-forget-and-lessons-from-the-brain)
* [Machine learning is going real-time](https://huyenchip.com/2020/12/27/real-time-machine-learning.html)
* [Lifelong Learning with Bayesian networks](https://argmax.ai/blog/lll/)
* [Continuum: A Data Loader for Continual Learning](https://medium.com/continual-ai/continuum-a-data-loader-for-continual-learning-bb45ce9ef0ef)
* [Why Continual Learning is the key towards Machine Intelligence](https://medium.com/@vlomonaco/why-continuous-learning-is-the-key-towards-machine-intelligence-1851cb57c308)
* [Why continuous learning is key to AI](https://www.oreilly.com/ideas/why-continuous-learning-is-key-to-ai)
* [DARPA Seeking AI That Learns All the Time](https://spectrum.ieee.org/cars-that-think/robotics/artificial-intelligence/darpa-seeking-ai-that-can-learn-all-the-time)
* [Enabling Continual Learning in Neural Networks](https://deepmind.com/blog/enabling-continual-learning-in-neural-networks/)
* [Neurala Announces Lifelong-DNN™ for Self-Driving Cars, Drones, Toys and Other Machines: Deep Learning That Can Learn on the Device Without Using the Cloud](https://www.neurala.com/press-releases/edge-deep-learning-without-cloud)
* [Lifelong Learning in Facebook CommAI project](https://research.fb.com/downloads/commai/)
* [4 ways to enable Continual learning into Neural Networks](https://hub.packtpub.com/4-ways-enable-continual-learning-neural-networks/)
* [What No One Tells You About Real-Time Machine Learning](https://www.kdnuggets.com/2015/11/petrov-real-time-machine-learning.html)
* [Sony wants to push AIs to learn from their own experiences](https://www.engadget.com/2016/05/17/sony-ai-continual-learning/)
* [Cogitai’s Mark Ring – Going Beyond Reinforcement Learning](https://www.techemergence.com/cogitais-mark-ring-going-beyond-reinforcement-learning/)
* [Researchers Selected to Develop Novel Approaches to Lifelong Machine Learning](https://www.darpa.mil/news-events/2018-05-03)
* [Lifelong (machine) learning: how automation can help your models get smarter over time](https://www.ibm.com/blogs/bluemix/2017/10/lifelong-machine-learning-automation-can-help-models-get-smarter-time/)
* [The Next-Generation AI Brain: How AI Is Becoming More Human](https://www.forbes.com/sites/forbestechcouncil/2018/04/09/the-next-generation-ai-brain-how-ai-is-becoming-more-human/2/)
* [AI Edges to Factory Floor (“…incremental learning by 2022”)](https://www.eetimes.com/document.asp?doc_id=1333973)
* [Variational Continual Learning with Generative Replay](https://towardsdatascience.com/variational-continual-learning-with-generative-replay-bfd43464d250)
* [Guiding Forgetful Machines](https://towardsdatascience.com/guiding-forgetful-machines-72d1b8949138)
* [IBM’s Quest to Solve the Continual Learning Problem and Build Neural Networks Without Amnesia](https://towardsdatascience.com/ibms-quest-to-solve-the-continual-learning-problem-and-build-neural-networks-without-amnesia-7ca70a41d07f)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.continualai.org/the-continualai-wiki/media-articles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
