summaryrefslogtreecommitdiff
path: root/projects_blog
diff options
context:
space:
mode:
Diffstat (limited to 'projects_blog')
-rw-r--r--projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html b/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html
index c0759c6..20856ef 100644
--- a/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html
+++ b/projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html
@@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>chrhodgden - Tic-Tac-Toe</title>
<link rel="icon" type="image/svg+xml" href="../img/favicon.svg">
- <link rel="stylesheet" href="../style.css"/>
+ <link rel="stylesheet" href="../style.css">
<style>
:root {
--theme-color-check: 0;
@@ -41,6 +41,14 @@
This version will work on all platforms that run Python.
When I got this version complete, I continued with other tutorials to learn about object oriented programming and other Python libraries.
</p>
+ <figure class="project">
+ <img
+ src="../img/ttt-ml-settings.png"
+ alt="Machine Learning Settings"
+ width="500"
+ >
+ <figcaption>Machine Learning Settings</figcaption>
+ </figure>
<h2 id="the-project">The Project</h2>
<p>
I followed most of the next steps on my original version.
@@ -59,6 +67,14 @@
</p>
<h2 id="what-i-learned">What I Learned</h2>
+ <figure class="project">
+ <img
+ src="../img/ttt-game.png"
+ alt="Machine Learning Settings"
+ width="500"
+ >
+ <figcaption>Laboratory Results</figcaption>
+ </figure>
<ul class="projects-blog">In adding features to this project, I learned:
<li>Applications of Object Oriented Programming</li>
<li>SQLite and integration with Python</li>