I have an idea to use SQL (mainly Python's sqlite3 module) to store AI data.
I created a chatbot in Python a while ago:
https://github.com/TutorialDoctor/Python-Snippets/blob/master/Utilities/chatbot.py
And I am learning/teaching SQL basics:
https://github.com/TutorialDoctor/Programming-Language-Tutorials/tree/master/SQlite-Tutorial
I needed a project to work on to demonstrate how SQL could be used.
How plausible is it to use SQL to store artificial intelligence data?
Anyone know of any resources that could get me started in how that information would be structured?
For now, I think I can just store it in the database rather than in the memory array and that would be that.
Just really need some guidance.
I would also like to use SQL to store fuzzy data sets. Any direction on that would be helpful also.