|
You are here |
www.jeremykun.com | ||
| | | | |
adrianmejia.com
|
|
| | | | | JavaScript tutorials and web development articles including topics like NodeJS, Angular, VueJS, Data Structures and Algorithms. | |
| | | | |
www.hillelwayne.com
|
|
| | | | | A (directed) graph is a set of nodes, connected by arrows (edges). The nodes and edges may contain data. Here are some graphs: All graphs made with graphviz (source) Graphs are ubiquitous in software engineering: Package dependencies form directed graphs, as do module imports. The internet is a graph of links between webpages. Model checkers analyze software by exploring the "state space" of all possible configurations. | |
| | | | |
vcansimplify.wordpress.com
|
|
| | | | | Humans possess an incredible ability to identify objects in an image. Image processing algorithms are still far behind this ability. Segmentation is the process of dividing an image into meaningful regions. All pixels belonging to a region should get a unique label in an ideal segmentation. The current segmentation functions in scikit-image are too fine... | |
| | | | |
www.khanna.law
|
|
| | | You want to train a deep neural network. You have the data. It's labeled and wrangled into a useful format. What do you do now? | ||