This commit is contained in:
Miloslav Ciz 2022-07-20 18:18:42 +02:00
parent 2afbc145ec
commit ffa59f06b7
10 changed files with 33 additions and 10 deletions

View file

@ -2,7 +2,7 @@
There are many terms that are very similar and are sometimes used interchangeably. This isn't wrong per se, a slight difference may be insignificant in certain contexts. However it's good to know the differences for those cases when they matter. The following list tries to document some of the often confused terms.
- **[AI](ai.md)** vs **[machine learning](machine_learning.md)**
- **[AI](ai.md)** vs **[machine learning](machine_learning.md)** vs **[neural networks](neural_net.md)**
- **[algebra](algebra.md)** vs **[arithmetic](arithmetic.md)**
- **[algorithm](algorithm.md)** vs **[program](program.md)**
- **[analog](analog.md)** vs **[mechanical](mechanical.md)**
@ -11,8 +11,10 @@ There are many terms that are very similar and are sometimes used interchangeabl
- **binary** vs **[executable](executable.md)**
- **[array](array.md)** vs **[list](list.md)**
- **[cepstrum](cepstrum.md)** vs **[spectrum](spectrum.md)**
- **[ASCII art](ascii_art.md)** vs **[ANSI art](ansi_art.md)**
- **[assembler](assembler.md)** vs **[assembly](assembly.md)**
- **[causation](causation.md)** vs **[correlation](correlation.md)**
- **[demo](demo.md)** vs **[intro](intro.md)**
- **[chaos](chaos.md)** vs **[randomness](random.md)** vs **[pseudorandomness](pseudorandom.md)** vs **[entropy](entropy.md)**
- **[class](class.md)** vs **[set](set.md)**
- **[closed source](closed_source.md)** vs **[proprietary](proprietary.md)**