ii. Architecture in GSAPP memory-pretrained GPT
*How GPT parse and interpret fabricated notion, does it meet people’s expectations*
How would people interact with it since there’s no reference? What’s our expectations?
String Prompt = “What's sky to you?”;
println ( “Sky is the only constant in any civilization, and it lies in the earth, in the space of ideas, in the Intellect of our Ancestors” );
PVector position;
PVector velocity;
PVector acceleration;
float maxSpeed = 3.8;
float maxForce = 2.0;
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/18; i++) {
applyForce(new PVector(towards(i*2*PI/18+PI*5/4).x ,
towards(i*2*PI/18+PI*5/4).y).mult(p));
}
}