Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinvanschoren committed Feb 5, 2024
1 parent 7dab6db commit 1d91c3a
Show file tree
Hide file tree
Showing 26 changed files with 144 additions and 149 deletions.
2 changes: 1 addition & 1 deletion _sources/labs/Lab 1 - Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.10.10"
},
"latex_metadata": {
"author": "Joaquin Vanschoren",
Expand Down
2 changes: 1 addition & 1 deletion _sources/labs/Lab 2 - Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"source": [
"# Lab 2 Tutorial: Model Selection in scikit-learn"
"# Lab 2: Model Selection in scikit-learn"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion _sources/labs/Lab 2b - Model Selection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion _sources/labs/Lab 3 - Ensembles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion _sources/labs/Lab 4 - Pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions _sources/labs/Lab 4 - Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"source": [
"# Lab 4 Tutorial: Data engineering pipelines"
"# Lab 4: Data engineering pipelines"
]
},
{
Expand Down Expand Up @@ -779,7 +779,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion _sources/labs/Lab 5 - Bayesian learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions _sources/labs/Lab 6 - Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"source": [
"# Lab 6 Tutorial: Deep Learning with TensorFlow\n",
"# Lab 6: Deep Learning with TensorFlow\n",
"**Using the Keras API**"
]
},
Expand Down Expand Up @@ -1271,7 +1271,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions _sources/labs/Lab 7 - Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"source": [
"# Lab 7 Tutorial: Deep Learning for text"
"# Lab 7: Deep Learning for text"
]
},
{
Expand Down Expand Up @@ -1051,7 +1051,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.10"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions _sources/notebooks/Tutorial 4 - Decision Trees.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"source": [
"## Recap: Decision Trees\n",
"# Recap: Decision Trees\n",
"* Representation: Assume we can represent the concept we want to learn with a _decision tree_\n",
" * Repeatedly split the data based on one feature at a time\n",
" * Note: _Oblique trees_ can split on combinations of features\n",
Expand Down Expand Up @@ -1684,7 +1684,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.10"
},
"latex_metadata": {
"author": "Andreas C. M\\\"ller",
Expand Down
10 changes: 4 additions & 6 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,17 +193,15 @@


<li class="toctree-l1"><a class="reference internal" href="notebooks/Tutorial%204%20-%20Decision%20Trees.html">Recap: Decision Trees</a></li>


<li class="toctree-l1"><a class="reference internal" href="notebooks/Tutorial%205%20-%20Nearest%20Neighbors.html">Recap: k-Nearest Neighbor</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%201%20-%20Tutorial.html">Lab 1: Machine Learning with Python</a></li>



<li class="toctree-l1"><a class="reference internal" href="labs/Lab%202%20-%20Tutorial.html">Lab 2 Tutorial: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%204%20-%20Tutorial.html">Lab 4 Tutorial: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%206%20-%20Tutorial.html">Lab 6 Tutorial: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%207%20-%20Tutorial.html">Lab 7 Tutorial: Deep Learning for text</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%202%20-%20Tutorial.html">Lab 2: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%204%20-%20Tutorial.html">Lab 4: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%206%20-%20Tutorial.html">Lab 6: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%207%20-%20Tutorial.html">Lab 7: Deep Learning for text</a></li>
</ul>

</div>
Expand Down
10 changes: 4 additions & 6 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,15 @@


<li class="toctree-l1"><a class="reference internal" href="notebooks/Tutorial%204%20-%20Decision%20Trees.html">Recap: Decision Trees</a></li>


<li class="toctree-l1"><a class="reference internal" href="notebooks/Tutorial%205%20-%20Nearest%20Neighbors.html">Recap: k-Nearest Neighbor</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%201%20-%20Tutorial.html">Lab 1: Machine Learning with Python</a></li>



<li class="toctree-l1"><a class="reference internal" href="labs/Lab%202%20-%20Tutorial.html">Lab 2 Tutorial: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%204%20-%20Tutorial.html">Lab 4 Tutorial: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%206%20-%20Tutorial.html">Lab 6 Tutorial: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%207%20-%20Tutorial.html">Lab 7 Tutorial: Deep Learning for text</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%202%20-%20Tutorial.html">Lab 2: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%204%20-%20Tutorial.html">Lab 4: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%206%20-%20Tutorial.html">Lab 6: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="labs/Lab%207%20-%20Tutorial.html">Lab 7: Deep Learning for text</a></li>
</ul>

</div>
Expand Down
13 changes: 7 additions & 6 deletions labs/Lab 1 - Tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<link rel="shortcut icon" href="../_static/favicon.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Lab 4 Tutorial: Data engineering pipelines" href="Lab%204%20-%20Tutorial.html" />
<link rel="next" title="Lab 2: Model Selection in scikit-learn" href="Lab%202%20-%20Tutorial.html" />
<link rel="prev" title="Recap: k-Nearest Neighbor" href="../notebooks/Tutorial%205%20-%20Nearest%20Neighbors.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -203,9 +203,10 @@



<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4 Tutorial: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6 Tutorial: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7 Tutorial: Deep Learning for text</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%202%20-%20Tutorial.html">Lab 2: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7: Deep Learning for text</a></li>
</ul>

</div>
Expand Down Expand Up @@ -915,11 +916,11 @@ <h3>Introspecting the model<a class="headerlink" href="#introspecting-the-model"
</div>
</a>
<a class="right-next"
href="Lab%204%20-%20Tutorial.html"
href="Lab%202%20-%20Tutorial.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Lab 4 Tutorial: Data engineering pipelines</p>
<p class="prev-next-title">Lab 2: Model Selection in scikit-learn</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand Down
20 changes: 10 additions & 10 deletions labs/Lab 2 - Tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<title>Lab 2 Tutorial: Model Selection in scikit-learn &#8212; ML Engineering</title>
<title>Lab 2: Model Selection in scikit-learn &#8212; ML Engineering</title>



Expand Down Expand Up @@ -65,7 +65,7 @@
<link rel="shortcut icon" href="../_static/favicon.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Lab 4 Tutorial: Data engineering pipelines" href="Lab%204%20-%20Tutorial.html" />
<link rel="next" title="Lab 4: Data engineering pipelines" href="Lab%204%20-%20Tutorial.html" />
<link rel="prev" title="Lab 1: Machine Learning with Python" href="Lab%201%20-%20Tutorial.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -203,10 +203,10 @@



<li class="toctree-l1 current active"><a class="current reference internal" href="#">Lab 2 Tutorial: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4 Tutorial: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6 Tutorial: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7 Tutorial: Deep Learning for text</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Lab 2: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7: Deep Learning for text</a></li>
</ul>

</div>
Expand Down Expand Up @@ -421,7 +421,7 @@


<div id="jb-print-docs-body" class="onlyprint">
<h1>Lab 2 Tutorial: Model Selection in scikit-learn</h1>
<h1>Lab 2: Model Selection in scikit-learn</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">
Expand Down Expand Up @@ -466,8 +466,8 @@ <h2> Contents </h2>
<div id="searchbox"></div>
<article class="bd-article" role="main">

<section class="tex2jax_ignore mathjax_ignore" id="lab-2-tutorial-model-selection-in-scikit-learn">
<h1>Lab 2 Tutorial: Model Selection in scikit-learn<a class="headerlink" href="#lab-2-tutorial-model-selection-in-scikit-learn" title="Permalink to this heading">#</a></h1>
<section class="tex2jax_ignore mathjax_ignore" id="lab-2-model-selection-in-scikit-learn">
<h1>Lab 2: Model Selection in scikit-learn<a class="headerlink" href="#lab-2-model-selection-in-scikit-learn" title="Permalink to this heading">#</a></h1>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="c1"># General imports</span>
Expand Down Expand Up @@ -1183,7 +1183,7 @@ <h3>Random Search<a class="headerlink" href="#random-search" title="Permalink to
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Lab 4 Tutorial: Data engineering pipelines</p>
<p class="prev-next-title">Lab 4: Data engineering pipelines</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand Down
7 changes: 4 additions & 3 deletions labs/Lab 2b - Model Selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,10 @@



<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4 Tutorial: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6 Tutorial: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7 Tutorial: Deep Learning for text</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%202%20-%20Tutorial.html">Lab 2: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7: Deep Learning for text</a></li>
</ul>

</div>
Expand Down
7 changes: 4 additions & 3 deletions labs/Lab 3 - Ensembles.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,10 @@



<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4 Tutorial: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6 Tutorial: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7 Tutorial: Deep Learning for text</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%202%20-%20Tutorial.html">Lab 2: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7: Deep Learning for text</a></li>
</ul>

</div>
Expand Down
7 changes: 4 additions & 3 deletions labs/Lab 4 - Pipelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,10 @@



<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4 Tutorial: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6 Tutorial: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7 Tutorial: Deep Learning for text</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%202%20-%20Tutorial.html">Lab 2: Model Selection in scikit-learn</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%204%20-%20Tutorial.html">Lab 4: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7: Deep Learning for text</a></li>
</ul>

</div>
Expand Down
25 changes: 13 additions & 12 deletions labs/Lab 4 - Tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<title>Lab 4 Tutorial: Data engineering pipelines &#8212; ML Engineering</title>
<title>Lab 4: Data engineering pipelines &#8212; ML Engineering</title>



Expand Down Expand Up @@ -67,8 +67,8 @@
<link rel="shortcut icon" href="../_static/favicon.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Lab 6 Tutorial: Deep Learning with TensorFlow" href="Lab%206%20-%20Tutorial.html" />
<link rel="prev" title="Lab 1: Machine Learning with Python" href="Lab%201%20-%20Tutorial.html" />
<link rel="next" title="Lab 6: Deep Learning with TensorFlow" href="Lab%206%20-%20Tutorial.html" />
<link rel="prev" title="Lab 2: Model Selection in scikit-learn" href="Lab%202%20-%20Tutorial.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -205,9 +205,10 @@



<li class="toctree-l1 current active"><a class="current reference internal" href="#">Lab 4 Tutorial: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6 Tutorial: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7 Tutorial: Deep Learning for text</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%202%20-%20Tutorial.html">Lab 2: Model Selection in scikit-learn</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Lab 4: Data engineering pipelines</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%206%20-%20Tutorial.html">Lab 6: Deep Learning with TensorFlow</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lab%207%20-%20Tutorial.html">Lab 7: Deep Learning for text</a></li>
</ul>

</div>
Expand Down Expand Up @@ -422,7 +423,7 @@


<div id="jb-print-docs-body" class="onlyprint">
<h1>Lab 4 Tutorial: Data engineering pipelines</h1>
<h1>Lab 4: Data engineering pipelines</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">
Expand Down Expand Up @@ -450,8 +451,8 @@ <h2> Contents </h2>
<div id="searchbox"></div>
<article class="bd-article" role="main">

<section class="tex2jax_ignore mathjax_ignore" id="lab-4-tutorial-data-engineering-pipelines">
<h1>Lab 4 Tutorial: Data engineering pipelines<a class="headerlink" href="#lab-4-tutorial-data-engineering-pipelines" title="Permalink to this heading">#</a></h1>
<section class="tex2jax_ignore mathjax_ignore" id="lab-4-data-engineering-pipelines">
<h1>Lab 4: Data engineering pipelines<a class="headerlink" href="#lab-4-data-engineering-pipelines" title="Permalink to this heading">#</a></h1>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="c1"># Auto-setup when running on Google Colab</span>
Expand Down Expand Up @@ -1018,20 +1019,20 @@ <h3>ColumnTransformer<a class="headerlink" href="#columntransformer" title="Perm
<!-- Previous / next buttons -->
<div class="prev-next-area">
<a class="left-prev"
href="Lab%201%20-%20Tutorial.html"
href="Lab%202%20-%20Tutorial.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Lab 1: Machine Learning with Python</p>
<p class="prev-next-title">Lab 2: Model Selection in scikit-learn</p>
</div>
</a>
<a class="right-next"
href="Lab%206%20-%20Tutorial.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Lab 6 Tutorial: Deep Learning with TensorFlow</p>
<p class="prev-next-title">Lab 6: Deep Learning with TensorFlow</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand Down
Loading

0 comments on commit 1d91c3a

Please sign in to comment.