#status/active
15 notes
-
0.01 - MKR1000 - Introduction
MKR1000 Introduction What is it: An Arduino microcontroller with a bunch of wifi connected project. It has a built in wifi module which is great for sending sensor datato the cloud, controlling…
-
0.0x Project Template
Project Plan: {{title}} 1. Overview Description: Briefly describe the project’s purpose, background, or “why” here. Goal / Desired Outcome: What should be achieved by the end of this project? 2. Objectives &…
-
0.1 - Custom LLM
Project Plan: Custom Fine Tuned LLM 1. Overview The purpose of this project is to simply understand how to use, fine tune and apply LLMs in real world scenarios. Build up a…
-
0.1 - Energy Charge Gundam
Project Plan: Energy Charge Gundam 1. Overview Description: Simple experimental program to demonstrate basic arduino concepts with cheap tools. Uses a temperature sensor to detect if temperature is above baseline room temperature,…
-
0.1 ECG Gaming
Project Plan: ECG Gaming 1. Overview Description: A project which uses an Arduino, and some ECGs, connected to a bunch of muscles on your hand to simulate a gun and pew pew…
-
0.2 - Guard
Guard Light Sensor Gundam Items Needed: Phototransistor Resistor LED Logic: If an enemy with a certain colour comes, it shoots. (Black/Yellow/White will get attacked)
-
0.3 - Auto Turret
Annihalate target Project Plan: Manual Turret 1. Overview Description: Simple experimental program to demonstrate basic arduino concepts with cheap tools. Uses parts for Baskyrotto and gun part from EMV to make a…
-
0.4 - Gundam HARP
Project Plan: HARP 1. Overview Description: the Gundam HARP is a simple experimental program to simulate what it is like in an actual Gundam control room. Using fancy lasers, you use them…
-
0.5 - The Mandrake
Project Plan: The Mandrake 1. Overview Description: Experimental GUNDAM which emits a loud shrieking AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA the closer lights gets. Can be used as a mandrake. Acetone to hide seams Design graphs 2.…
-
0.5 Tokenization
Tokenization Tokenization is a term for how a computer assigns a numerical value to an associated word. Because a deep learning model is unable to comprehend text directly, it must convert the…
-
01 - Jaycar Parts and Trigger Ideas
Parts And What I Want This is the Jaycar only version of the project parts list. The goal is to keep it cheap and use parts that are actually available from Jaycar.…
-
1.0 - Wifi-Controlled Button
Essentially Press a button and a motor will turn off or on the button for you. To take this further. I can control it remotely through my laptop or PC. Else i…
-
1.0 Neural Network
Neural networks are computing systems loosely inspired by how brains process signals. In general, a biological neuron has three essential parts: 1. Dendrites 2. Axons 3. Synapse Purely from a computational perspective…
-
1.1 Large Language Model
Large Language Model Related concepts: Artificial Intelligence Machine Learning Computer Science An LLM is a type of 1.0 Neural Network
-
1.5 Quantization
Quantization Mapping a large set of values into a smaller set.