Skip to content

Instantly share code, notes, and snippets.

11,827 < ???:glfwExtensionSupported (354x) [/home/alex/Projects/Source/tmp/nanogui-test/lib/nanogui/libnanogui.so]
32 < ???:_glfwRefreshContextAttribs (2x) [/home/alex/Projects/Source/tmp/nanogui-test/lib/nanogui/libnanogui.so]
32 < ???:_glfwPlatformSetWindowTitle (2x) [/home/alex/Projects/Source/tmp/nanogui-test/lib/nanogui/libnanogui.so]
408 < ???:_glfwStringInExtensionString (12x) [/home/alex/Projects/Source/tmp/nanogui-test/lib/nanogui/libnanogui.so]
102 < ???:_glfwFreeGammaArrays (6x) [/home/alex/Projects/Source/tmp/nanogui-test/lib/nanogui/libnanogui.so]
130 < ???:glfwDestroyWindow (1x) [/home/alex/Projects/Source/tmp/nanogui-test/lib/nanogui/libnanogui.so]
600 < ???:glfwDestroyCursor (6x) [/home/alex/Projects/Source/tmp/nanogui-test/lib/nanogui/libnanogui.so]
17 < ???:_glfwTerminateVulkan (1x) [/home/alex/Projects/Source/tmp/nanogui-test/lib/nanogui/libnanogui.so]
263 < ???:_glfwFreeMonitor (3x) [/home/alex/Projects/Source/tmp/nano
""" Multilayer Perceptron.
A Multilayer Perceptron (Neural Network) implementation example using
TensorFlow library. This example is using the MNIST database of handwritten
digits (http://yann.lecun.com/exdb/mnist/).
Links:
[MNIST Dataset](http://yann.lecun.com/exdb/mnist/).
Author: Aymeric Damien
Project: https://github.com/aymericdamien/TensorFlow-Examples/
"""