A.I. and machine learning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

15th Mar 2019, 6:25 AM
Ferrini Elia
Ferrini Elia - avatar
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.
15th Mar 2019, 11:32 AM
Hatsy Rei
Hatsy Rei - avatar
+ 10
As Brent said, use database or read from files and update file content every time it learns and corrects itself.
15th Mar 2019, 9:15 AM
Шащи Ранжан
Шащи Ранжан - avatar
+ 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
15th Mar 2019, 3:40 PM
George S Mulbah II
George S Mulbah II - avatar
+ 3
thanks to everybody
15th Mar 2019, 12:56 PM
Ferrini Elia
Ferrini Elia - avatar
+ 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.
16th Mar 2019, 11:48 AM
Sonic
Sonic - avatar
0
thanks
16th Mar 2019, 8:28 AM
Ferrini Elia
Ferrini Elia - avatar
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.
18th Mar 2019, 10:33 AM
Paul Schroeder
Paul Schroeder - avatar