Best of WebGPUNovember 2024

  1. 1
    Article
    Avatar of devtoDEV·1y

    Homemade GPT JS

    A minimal re-implementation of Karpathy's minGPT using TensorFlow.js is introduced for educational purposes. This concise implementation, under 300 lines of code in TypeScript, allows users to train, experiment with parameters, and generate predictions directly in the browser using WebGPU or a Node.js environment. Various files including model.ts, config.ts, and trainer.ts are provided for detailed understanding and experimentation via a web or Node.js playground.

  2. 2
    Video
    Avatar of wawasenseiWawa Sensei·1y

    Three.js 101: How to Build 3D Websites (Ep 1 - Introduction) #threejs

    Explore the basics of creating stunning 3D websites using Three.js, a powerful library that allows you to render 3D objects, animate models, and add lights, shadows, and particles to your projects.