mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-27 05:34:25 +00:00
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
# Artificial Intelligence
|
|
|
|
The simulation of human intelligence in machines allowing them to think and act like humans with various degrees of
|
|
success.
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
1. [Sources](#sources)
|
|
|
|
## TL;DR
|
|
|
|
Involves creating algorithms and systems that can perform tasks that require human abilities, such as visual perception,
|
|
speech recognition, decision-making and language translation.
|
|
|
|
## Further readings
|
|
|
|
- [Machine learning]
|
|
- [Large Language Models]
|
|
- [Model Context Protocol]
|
|
- [Useful AI]: tools, courses, and more, curated and reviewed by experts.
|
|
- geeksforgeeks.com's [Artificial Intelligence Tutorial][geeksforgeeks/artificial intelligence tutorial]
|
|
|
|
### Sources
|
|
|
|
<!--
|
|
Reference
|
|
═╬═Time══
|
|
-->
|
|
|
|
<!-- In-article sections -->
|
|
<!-- Knowledge base -->
|
|
[Large Language Models]: lms.md#large-language-models
|
|
[Machine learning]: ml.md
|
|
[Model Context Protocol]: mcp.md
|
|
|
|
<!-- Files -->
|
|
<!-- Upstream -->
|
|
<!-- Others -->
|
|
[geeksforgeeks/Artificial Intelligence Tutorial]: https://www.geeksforgeeks.org/artificial-intelligence/
|
|
[Useful AI]: https://usefulai.com/
|