From b2602a2fb799a74cdf248b1238e45f3243473bf6 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 4 Apr 2022 12:45:01 -0400 Subject: [PATCH] Update for 04-04-22 12:45 --- index.wiki | 1 + tech/AI.wiki | 15 +++++++++++++++ tech/neural.wiki | 1 + 3 files changed, 17 insertions(+) create mode 100644 tech/AI.wiki create mode 100644 tech/neural.wiki diff --git a/index.wiki b/index.wiki index 3d1112f..d1a5ceb 100644 --- a/index.wiki +++ b/index.wiki @@ -19,6 +19,7 @@ _Ideas.md and Classes.md are encrypted, so these links will not work_ * [[tech/development|Development]] - Development tools * [[tech/graphics|Graphics]] - The principles of graphics and visuals * [[tech/algorithms|Algorithms & Datastructures]] - Algorithms and Data structures +* [[tech/AI]] - Artifical Intelligence and "smart" systems * [[tech/databases|Databases & SQL]] - Databases and SQL * [[tech/os|Operating Systems Design]] - Basic building blocks of an OS * [[tech/embedded|Embedded Programming]] - Embedded Systems like arduinos and (kinda) pi's diff --git a/tech/AI.wiki b/tech/AI.wiki new file mode 100644 index 0000000..0c89ce3 --- /dev/null +++ b/tech/AI.wiki @@ -0,0 +1,15 @@ += AI = + +AI or artifical intelligence is the art of making intelligent machines. + +== Goals == + +* Expert systems + * exhibit itlligent behaviours +* Human intelligence + * behave, think, and learn like humans + +== Types == + +* [[machine_learning]] +* [[neural]] diff --git a/tech/neural.wiki b/tech/neural.wiki new file mode 100644 index 0000000..3f21ed1 --- /dev/null +++ b/tech/neural.wiki @@ -0,0 +1 @@ += Neural Networks =