+ 9
A.I. and machine learning
Iām trying to make an artificial intelligence with the program that self modify. Every time I restart the program, it returns like the original. How can I make it self modify permanently?
7 Answers
+ 13
You can actually write scripts to compile code and execute the resulting executable. The resulting executable can then edit its own source code, and trigger the script before terminating itself.
+ 10
As Brent said, use database or read from files and update file content every time it learns and corrects itself.
+ 4
I recommend using google cloud API platform it will be very easy has you can add even more API to your program
https://www.codelab.com
+ 3
thanks to everybody
+ 3
I don't have much knowledge of this, so I was going to say maybe the program is not artificially intelligent enough, but I don't think it's helpful to you.
0
thanks
0
You can use some kind of "Add-In" concept.
A container which has a simple logic to load and unload Add-Ins.
But Add-In contains the A.I. itself.