Update for 04-04-22 12:45

This commit is contained in:
Tyler Perkins 2022-04-04 12:45:01 -04:00
parent f8e7a2a1b1
commit b2602a2fb7
3 changed files with 17 additions and 0 deletions

View File

@ -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

15
tech/AI.wiki Normal file
View File

@ -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]]

1
tech/neural.wiki Normal file
View File

@ -0,0 +1 @@
= Neural Networks =