Update for 04-04-22 12:45
This commit is contained in:
parent
f8e7a2a1b1
commit
b2602a2fb7
@ -19,6 +19,7 @@ _Ideas.md and Classes.md are encrypted, so these links will not work_
|
|||||||
* [[tech/development|Development]] - Development tools
|
* [[tech/development|Development]] - Development tools
|
||||||
* [[tech/graphics|Graphics]] - The principles of graphics and visuals
|
* [[tech/graphics|Graphics]] - The principles of graphics and visuals
|
||||||
* [[tech/algorithms|Algorithms & Datastructures]] - Algorithms and Data structures
|
* [[tech/algorithms|Algorithms & Datastructures]] - Algorithms and Data structures
|
||||||
|
* [[tech/AI]] - Artifical Intelligence and "smart" systems
|
||||||
* [[tech/databases|Databases & SQL]] - Databases and SQL
|
* [[tech/databases|Databases & SQL]] - Databases and SQL
|
||||||
* [[tech/os|Operating Systems Design]] - Basic building blocks of an OS
|
* [[tech/os|Operating Systems Design]] - Basic building blocks of an OS
|
||||||
* [[tech/embedded|Embedded Programming]] - Embedded Systems like arduinos and (kinda) pi's
|
* [[tech/embedded|Embedded Programming]] - Embedded Systems like arduinos and (kinda) pi's
|
||||||
|
15
tech/AI.wiki
Normal file
15
tech/AI.wiki
Normal 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
1
tech/neural.wiki
Normal file
@ -0,0 +1 @@
|
|||||||
|
= Neural Networks =
|
Loading…
Reference in New Issue
Block a user