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": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"import tensorflow as tf\n",
"import numpy as np\n", "import numpy as np\n",
"import matplotlib.pyplot as plt\n", "import matplotlib.pyplot as plt\n",
"from scipy.optimize import minimize\n", "from scipy.optimize import minimize\n",

View File

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