Skip to content

Commit ae84eae

Browse files
committed
Add new topics
+ computer vision + image processing + neural network
1 parent 5d9be7d commit ae84eae

4 files changed

Lines changed: 30 additions & 3 deletions

File tree

topics-todo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Information included in this repository will appear on each topic's respective p
1818
- [ ] [chrome](https://github.com/topics/chrome/)
1919
- [ ] [client](https://github.com/topics/client/)
2020
- [ ] [command-line](https://github.com/topics/command-line/)
21-
- [ ] [computer-vision](https://github.com/topics/computer-vision/)
2221
- [ ] [configuration](https://github.com/topics/configuration/)
2322
- [ ] [crawler](https://github.com/topics/crawler/)
2423
- [ ] [cryptography](https://github.com/topics/cryptography/)
@@ -38,7 +37,6 @@ Information included in this repository will appear on each topic's respective p
3837
- [ ] [game-development](https://github.com/topics/game-development/)
3938
- [ ] [generator](https://github.com/topics/generator/)
4039
- [ ] [gui](https://github.com/topics/gui/)
41-
- [ ] [image-processing](https://github.com/topics/image-processing/)
4240
- [ ] [image](https://github.com/topics/image/)
4341
- [ ] [iot](https://github.com/topics/iot/)
4442
- [ ] [javafx](https://github.com/topics/javafx/)
@@ -48,7 +46,6 @@ Information included in this repository will appear on each topic's respective p
4846
- [ ] [monitoring](https://github.com/topics/monitoring/)
4947
- [ ] [mvc](https://github.com/topics/mvc/)
5048
- [ ] [network](https://github.com/topics/network/)
51-
- [ ] [neural-network](https://github.com/topics/neural-network/)
5249
- [ ] [parser](https://github.com/topics/parser/)
5350
- [ ] [personal-website](https://github.com/topics/personal-website/)
5451
- [ ] [portfolio](https://github.com/topics/portfolio/)
@@ -80,10 +77,13 @@ Information included in this repository will appear on each topic's respective p
8077
- [x] [blockchain](https://github.com/topics/blockchain/)
8178
- [x] [compiler](https://github.com/topics/compiler/)
8279
- [x] [composer](https://github.com/topics/composer/)
80+
- [x] [computer-vision](https://github.com/topics/computer-vision/)
8381
- [x] [dot-net](https://github.com/topics/dot-net/)
8482
- [x] [ethereum](https://github.com/topics/ethereum/)
83+
- [x] [image-processing](https://github.com/topics/image-processing/)
8584
- [x] [lua](https://github.com/topics/lua/)
8685
- [x] [maven](https://github.com/topics/maven/)
86+
- [x] [neural-network](https://github.com/topics/neural-network/)
8787
- [x] [objective-c](https://github.com/topics/objective-c/)
8888
- [x] [opencv](https://github.com/topics/opencv/)
8989
- [x] [opengl](https://github.com/topics/opengl/)

topics/computer-vision/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
aliases: machine-vision
3+
display_name: Computer vision
4+
related: vision, deep-learning, machine-learning, opencv, gan
5+
short_description: Computer vision tasks include methods for acquiring, processing, analyzing, and understanding digital images.
6+
topic: computer-vision
7+
wikipedia_url: https://en.wikipedia.org/wiki/Computer_vision
8+
---
9+
Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding of digital images and videos.

topics/image-processing/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
aliases: digital-image-processing
3+
display_name: Image processing
4+
related: computer-vision, vision, deep-learning, opencv
5+
short_description: Digital image processing is the use of algorithms to make computers understand the image content.
6+
topic: image-processing
7+
wikipedia_url: https://en.wikipedia.org/wiki/Digital_image_processing
8+
---
9+
Digital image processing is the use of algorithms to make computers analyze the content of digital images.

topics/neural-network/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
aliases: artificial-neural-network
3+
display_name: Neural Network
4+
related: machine-learning, deep-learning, tensorflow
5+
short_description: Artificial neural network is a computational model based on the structure and functions of biological neural networks.
6+
topic: neural-network
7+
wikipedia_url: https://en.wikipedia.org/wiki/Artificial_neural_network
8+
---
9+
Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.

0 commit comments

Comments
 (0)