🧨🧨🧨This is my learning process with javascript (js) 🧨🧨🧨.
You can find the interactive deployed website here
The collisions system is available here.
It consists of many agents that can bounce over the canvas.
This system is the base for all the following implementations.
The solar system is available here.
The system uses Newton's laws to simulate a solar system with orbiting planets.
The formulas used in this implementation are as follows:
- Law of motion: $$ F = m * a $$
- Law of gravity: $$ F_{G} = \frac{G (m_{1} m_{2})}{r^{2}} $$
The Plotly example is available here.
It is randomly generated data that is plotted every 1s. The plot is dynamically formatted so that it moves with the new coming data.
The new PyScript is in its alpha stage. I'm just trying out what it looks like.
You can find my demo here.
A visualization of the network learning process in real-time using p5 and Tensorflow.
You can find my demo here.
Have fun!