Skip to content

Instantly share code, notes, and snippets.

#include <string>
#include <vector>
#include <map>
#include <iostream>
#include <fstream>
#include <tensorflow/core/public/session.h>
#include <tensorflow/core/platform/env.h>
float evaluateNN(std::map<std::string, float> value_map, std::string path_to_model,
@welschma
welschma / NN
Created October 27, 2016 08:00
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Umsetzung Neuronales Netz"
]
},
{
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Umsetzung Root->Numpy"
]
},
{
@welschma
welschma / TensorFlow Basics
Created October 21, 2016 09:58
A jupyter notebook explaining the basic usage of Tensorflow
{
"cells": [
{
"cell_type": "code",
"execution_count": 11,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Tensorflow Example: Linear Regression"
]
},
{