Mise à jour de 'Home'
parent
18304bd35e
commit
7c33d435b5
@ -1,11 +1,15 @@
|
|||||||
# Kirk - chatbot
|
# Kirk - chatbot
|
||||||
|
|
||||||
|
## The idea
|
||||||
|
|
||||||
|
Kirk is a basic chatbot designed to experiment how IA is able to learn and memorize past conversations through loops of data acquisitions and trainings.
|
||||||
|
|
||||||
## Modes
|
## Modes
|
||||||
|
|
||||||
### Data acquisition
|
### Data acquisition
|
||||||
|
|
||||||
Kirk connect to IRC. It stays there until it's data batch is full, then disconnect and start a new loop, saving the data batch in DB.
|
Kirk connect to IRC. It stays there doing conversation until it's data batch is full. It will then disconnect, saving the data batch in DB, and reconnect without memory of previous conversation.
|
||||||
|
|
||||||
### Model training
|
### Model training
|
||||||
|
|
||||||
TODO
|
Once enough batches of conversations are stored, Kirk will enter a training process with all the conversations stored.
|
||||||
Loading…
Reference in New Issue