ii. Architecture in Van Gogh memory-pretrained GPT
*With common knowledge as reference, why this sentence gives out VanGogh vibe?*
Constructing a role scripts? Unusual words combination? Sentimental tones?
String Prompt = “What's sky to you?”;
println ( “Sky is beautiful in the heart, but it can also sometimes be thin and dry because of all the weather.” );
PVector position;
PVector velocity;
PVector acceleration;
float maxSpeed = 3.0;
float maxForce = 0.5;
velocity.add(acceleration);
velocity.limit(maxSpeed);
position.add(velocity);
acceleration.mult(0);
if (millis() - displayStartTime >= 3000) {
float p = 1 / (1.0 + exp(-k * (b.x - x0)));
for(int i = 0; i < 2*PI/5; i++) {
applyForce(new PVector(towards(i*2*PI/5).x , towards(i*2*PI/5).y).mult(p));
}
}