A MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) has three terminals: Gate, Source, and Drain.
The voltage applied to the Gate terminal controls the current flow between Source and Drain.
Key Points:
Current State: OFF
Drain Current (ID): 0.00 mA
CMOS (Complementary Metal-Oxide-Semiconductor) uses both NMOS and PMOS transistors working together. The basic CMOS structure is an inverter that converts a high input to a low output and vice versa.
Advantages of CMOS:
Input Voltage: 0.00V
Output Voltage: 5.00V
Power Consumption: 0.00 μW
Input A: 0
Input B: 0
Output: 1
Input A: 0
Input B: 0
Output: 1
This simulation demonstrates how transistors can be used to create artificial neurons—the basic building blocks of neural networks.
Transistor-Based Neuron:
Weighted Sum: 0.00
Neuron Output: 0
XOR (exclusive OR) is a classic problem that cannot be solved by a single neuron but requires a small network.
Input A | Input B | Output |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Input A: 0
Input B: 0
Output: 0
This interactive simulation is designed to help students and enthusiasts understand the fundamental principles of:
After exploring this simulation, you should understand: