This commit is contained in:
Joerg Marks 2023-04-10 22:26:58 +02:00
parent 3b2a833d30
commit 1ac2923e92
6 changed files with 23 additions and 1243 deletions

View File

@ -15,7 +15,6 @@
"metadata": {},
"outputs": [],
"source": [
"import tensorflow as tf\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"from scipy.optimize import minimize\n",

View File

@ -1,16 +1,13 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "8ab45695",
"cell_type": "markdown",
"id": "0b7d591a",
"metadata": {},
"outputs": [],
"source": [
"#\n",
"# An example of the minimzer usage in tensor flow\n",
"# the loss function is plotted and the result in terms of a line\n",
"#"
"\n",
" An example of the minimzer usage in tensorflow\n",
" the loss function is plotted and the result in terms of a line\n"
]
},
{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.