In this you will find the support material for the blog entry: https://db-blog.web.cern.ch/blog/luca-canali/2016-07-neural-network-scoring-engine-plsql-recognizing-handwritten-digits
This is an example of how to build and deploy a basic artificial neural network scoring engine using PL/SQL. It is intended for learning purposes, in particular for Oracle practitioners who want a hands-on introduction to neural networks.
Author Luca.Canali@cern.ch - July 2016
File | Short description |
---|---|
MNIST_oracle_plsql.ipynb | How to deploy the neural network scoring engine in PL/SQL. |
MNIST_tensorflow_exp_to_oracle.ipynb | Preparation of the neural network
|
MNIST_tables.dmp.gz | Tensors and test data produced as described in MNIST_tensorflow_exp_to_oracle.ipynb exported using Oracle datapump utility (expdp version 11.2.0.4) |