From 158b36e51c8c2925d6c8af6e08380369d019378e Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Sat, 16 Dec 2023 06:18:44 -0600 Subject: Initial commit --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..61f6781 --- /dev/null +++ b/readme.md @@ -0,0 +1,11 @@ +#Tic Tac Toe Machine Learning Lab Kit + +To run this project, execute play.py. + +This is a simple and fun project for me to learn python. Not all the menu items have been set up and will crash if they are selected. The keyboard interface only works with Microsoft Windows OS. + +It does not apply proper machine learning techniques. The "machine learning" is aggregating in raw SQL for each occurance. They do infact improve and figure out how to play. + +Next steps for this project will be to integrate proper machine learning into the the AI profiles. Then add the rest of the menu elements. + +I may decide to do this in JavaScript and HTML with the Math.js or TensorFlow libraries. The potential for this project is educational. It would be nice to share easily and be more interactive. \ No newline at end of file -- cgit v1.2.3