diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-13 20:50:35 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-13 20:50:35 -0600 |
commit | e3135234155f6b25763c237bac7e1a7a7986bea6 (patch) | |
tree | 4973848469a3a354d1ecb7d927fae9e247e924a4 /projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html | |
parent | 2c6c492d14d8e6595db2771e088f109366a38aa8 (diff) |
added tic tac toe images
Diffstat (limited to 'projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html')
-rw-r--r-- | projects_blog/Tic-Tac-Toe-ML-Lab-Kit.html | 18 |
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> |