diff --git a/topics-todo.md b/topics-todo.md index fc9ad094d83d..922c240c5ca5 100644 --- a/topics-todo.md +++ b/topics-todo.md @@ -18,7 +18,6 @@ Information included in this repository will appear on each topic's respective p - [ ] [chrome](https://github.com/topics/chrome/) - [ ] [client](https://github.com/topics/client/) - [ ] [command-line](https://github.com/topics/command-line/) -- [ ] [computer-vision](https://github.com/topics/computer-vision/) - [ ] [configuration](https://github.com/topics/configuration/) - [ ] [crawler](https://github.com/topics/crawler/) - [ ] [cryptography](https://github.com/topics/cryptography/) @@ -38,7 +37,6 @@ Information included in this repository will appear on each topic's respective p - [ ] [game-development](https://github.com/topics/game-development/) - [ ] [generator](https://github.com/topics/generator/) - [ ] [gui](https://github.com/topics/gui/) -- [ ] [image-processing](https://github.com/topics/image-processing/) - [ ] [image](https://github.com/topics/image/) - [ ] [iot](https://github.com/topics/iot/) - [ ] [javafx](https://github.com/topics/javafx/) @@ -48,7 +46,6 @@ Information included in this repository will appear on each topic's respective p - [ ] [monitoring](https://github.com/topics/monitoring/) - [ ] [mvc](https://github.com/topics/mvc/) - [ ] [network](https://github.com/topics/network/) -- [ ] [neural-network](https://github.com/topics/neural-network/) - [ ] [parser](https://github.com/topics/parser/) - [ ] [personal-website](https://github.com/topics/personal-website/) - [ ] [portfolio](https://github.com/topics/portfolio/) @@ -80,10 +77,13 @@ Information included in this repository will appear on each topic's respective p - [x] [blockchain](https://github.com/topics/blockchain/) - [x] [compiler](https://github.com/topics/compiler/) - [x] [composer](https://github.com/topics/composer/) +- [x] [computer-vision](https://github.com/topics/computer-vision/) - [x] [dot-net](https://github.com/topics/dot-net/) - [x] [ethereum](https://github.com/topics/ethereum/) +- [x] [image-processing](https://github.com/topics/image-processing/) - [x] [lua](https://github.com/topics/lua/) - [x] [maven](https://github.com/topics/maven/) +- [x] [neural-network](https://github.com/topics/neural-network/) - [x] [objective-c](https://github.com/topics/objective-c/) - [x] [opencv](https://github.com/topics/opencv/) - [x] [opengl](https://github.com/topics/opengl/) diff --git a/topics/computer-vision/index.md b/topics/computer-vision/index.md new file mode 100644 index 000000000000..4e75fffd5376 --- /dev/null +++ b/topics/computer-vision/index.md @@ -0,0 +1,9 @@ +--- +aliases: machine-vision +display_name: Computer vision +related: vision, deep-learning, machine-learning, opencv, gan +short_description: Computer vision tasks include methods for acquiring, processing, analyzing, and understanding digital images. +topic: computer-vision +wikipedia_url: https://en.wikipedia.org/wiki/Computer_vision +--- +Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding of digital images and videos. diff --git a/topics/image-processing/index.md b/topics/image-processing/index.md new file mode 100644 index 000000000000..0cbcefc839dd --- /dev/null +++ b/topics/image-processing/index.md @@ -0,0 +1,9 @@ +--- +aliases: digital-image-processing +display_name: Image processing +related: computer-vision, vision, deep-learning, opencv +short_description: Digital image processing is the use of algorithms to make computers understand the image content. +topic: image-processing +wikipedia_url: https://en.wikipedia.org/wiki/Digital_image_processing +--- +Digital image processing is the use of algorithms to make computers analyze the content of digital images. diff --git a/topics/neural-network/index.md b/topics/neural-network/index.md new file mode 100644 index 000000000000..b4043f949513 --- /dev/null +++ b/topics/neural-network/index.md @@ -0,0 +1,9 @@ +--- +aliases: artificial-neural-network +display_name: Neural Network +related: machine-learning, deep-learning, tensorflow +short_description: Artificial neural network is a computational model based on the structure and functions of biological neural networks. +topic: neural-network +wikipedia_url: https://en.wikipedia.org/wiki/Artificial_neural_network +--- +Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.