Global Science Network
Global Science Network
  • 17
  • 359 085
How to Build Artificial Neurons
Artificial neurons could be the future of life in our universe. This video shows how to build actual artificial neurons on breadboards. Artificial neurons can be used to build hardware-based neural networks which when properly implemented could turn into actual independent lifeforms. Lots of work needs to be done to get to that point but the future is very exciting for this type of technology.
When most people think of artificial intelligence they think of neural networks being run on digital computers. Simulation-based networks do have many use cases but are actually quite limited from a computational viewpoint due to the low number of states and the fact that each state does not interact directly with other states.
The goal of these videos is to provide basic information needed to understand this technology and also to inspire smart and talented people to work on hardware-based neural networks and neuromorphic circuits. I look forward to collaborating with you as we work together to develop this technology.
Thank you,
Cody Wabiszewski
มุมมอง: 4 520

วีดีโอ

How to Build an Artificial Synapse
มุมมอง 12K9 หลายเดือนก่อน
Artificial synapses can be built with basic electronic components on breadboards. The artificial synapses are made with an optocoupler, diode, and a resistor. Transistors are used to buffer the input and output signals. The transmitting side of the optocoupler can be built with an LED or an IR LED. The receiving side of the optocoupler can be built with LED, photodiode, phototransistor, or ligh...
How to Build a 4-Bit Computer on Breadboards Using Individual Transistors
มุมมอง 164Kปีที่แล้ว
A simple 4-bit computer is built on breadboards using individual transistors. This computer is called the GSN477. This is because it was built for the Global Science Network, is 4-bit, and contains two 7-stage counters. Sections of the computer are the clock, program counter, ring counter, 10 bytes of memory, opcode register, opcode decoder, control matrix, data bus, accumulator register, outpu...
How to Test Transistors
มุมมอง 2.8Kปีที่แล้ว
Testing transistors is important before building circuits on breadboards. The test shown is just a basic test and does not characterize the transistor. A NAND gate is built and when the transistor is inserted it should turn the LED off. The transistor is wiggled around and the LED should not flicker. If it does I would not recommend using the transistor. Testing the transistor takes time but sa...
How to Build a Computer on Breadboards Using Transistors
มุมมอง 12Kปีที่แล้ว
How to build a 4-bit computer using individual transistors will be demonstrated and discussed in detail. Parts of the computer include the clock, memory, accumulator register, register B, ALU, and output register. An example program will be run where load A, add, subtract, output and halt are executed. The computer will be put in a loop where it will continuously add by two and then subtract by...
How To Use LTspice, A Free Circuit Simulator
มุมมอง 13Kปีที่แล้ว
This tutorial shows how to use LTspice, which is a powerful, open-source circuit simulator. It starts out by drawing a simple circuit with a voltage source, resistor, LED, and ground. A custom model is made for the LED. Next, a full adder is built at the transistor level using NAND logic gates. The full adder is turned into a symbol so a 4-bit calculator can be stimulated. Finally, an astable m...
How To Use EasyEDA, A Free Circuit Simulator
มุมมอง 24Kปีที่แล้ว
How to build and simulate circuits with EasyEDA is discussed in detail. First, a basic resistor LED circuit is built and the voltage and current values are measured with a multimeter. Second, a 4-bit calculator circuit is simulated. Finally, an Astable Multivibrator is simulated for ten seconds and the output is shown on a logic analyzer and on an oscilloscope. 0:00 Intro 0:38 How to launch the...
LED Current Limiting Resistor Values
มุมมอง 7Kปีที่แล้ว
Using a current-limiting resistor is important when using LEDs. If the resistance of a circuit is too low the high current can limit the life of the LED or burn it out almost immediately. The goal of an LED is not always the maximum amount of light and a properly sized resistor can help achieve the proper brightness. 0:00 Intro 0:24 Voltage drop of diode vs LED 1:15 Voltage drop of different co...
Master Slave JK Flip Flop and Data Flip Flop
มุมมอง 2.4Kปีที่แล้ว
How to build a master-slave JK flip-flop and data flip-flop is discussed in detail. This was done on breadboards using individual transistors. Each Flip flop is built with NAND logic gates. The clock used is an astable multivibrator. 0:00 Intro 0:25 Edge Triggered JK Flip Flop 1:13 Master Slave JK Flip Flop 2:31 Circuit Design Explanation 7:56 Clock and Output Timing Diagram 9:14 Ouptus on the ...
D Flip Flop and JK Flip Flop
มุมมอง 5Kปีที่แล้ว
Data Flip Flop and JK Flip Flop 0:00 Intro 0:30 Data Flip Flop vs Data Latch 1:05 Data Flip Flop 2:40 Trigger 1, (using AND gate and inverters) 5:21 Trigger 2 (using capacitor and resistor) 9:22 JK Flip Flop 11:33 JK Flip Flop with edge-triggered clock How to build a data flip-flop and a JK flip-flop using individual transistors will be discussed in detail. The flip flops are triggered by a clo...
SR Latch, Gated SR Latch, and Data Latch
มุมมอง 6Kปีที่แล้ว
In this video, I show how to build an SR latch, a gated SR latch, and a data latch using individual transistors. 0:00 Intro 0:29 Two Transistor SR Latch 1:04 OR Gate Latch 2:03 NOR Gate SR Latch 4:52 NAND Gate SR Latch 6:52 Gated SR Latch 9:27 Data Latch 11:18 Data Latch vs Data Flip Flop
Binary Counter
มุมมอง 8Kปีที่แล้ว
This 4-bit binary counter is part of a 4-bit binary computer that I am building on breadboards using individual transistors. An astable multivibrator is used as the clock of the computer and counter. The first bit of the counter is the output of the astable multivibrator. For the second and third bits, an edge trigger data flip flop is used. Each trigger is made with an AND gate and 7 inverters...
4 bit calculator built using individual transistors
มุมมอง 6Kปีที่แล้ว
A 4-bit calculator is built using different types of logic gates for each full adder. It is able to add up to 31. The inputs and outputs are shown by lighting up LEDs. The first full adder is built with integrated circuits that consist of XOR gates, AND gates, and OR gates. Next, the second full adder is built with individual transistors using the same logic gates as full adder 1. The third ful...
Learn how computers add numbers, 4 bit adder circuit
มุมมอง 5Kปีที่แล้ว
A 4-bit adder circuit is built using individual transitions to work as a calculator that can and up to 31. Two 4-bit inputs can be added and a 5-bit output is displayed using 5 LEDs. First, the video discusses the difference between the base 10 number system and the base 2 number system which is binary. Positional notation determines the value of each digit. The numbers can be added based on th...
Full Adder
มุมมอง 16Kปีที่แล้ว
Four different ways to build a full adder on a breadboard is demonstrated in this video. This is done using different types of logic gates and integrated circuits. 0:00 Intro 0:38 Half Adder 2:41 Full Adder Truth Table 4:34 Full Adder 1, XOR AND OR 6:26 Full Adder 2, NAND Gates 8:25 Full Adder 3, NOR Gates 10:06 Full Adder 4, Integrated Circuits
Digital Logic Gates from Transistors, AND, NAND, OR, NOR, XOR, XNOR, Buffer, and Inverter
มุมมอง 69Kปีที่แล้ว
Digital Logic Gates from Transistors, AND, NAND, OR, NOR, XOR, XNOR, Buffer, and Inverter
2+2 Does Not Equal 4
มุมมอง 1.4Kปีที่แล้ว
2 2 Does Not Equal 4

ความคิดเห็น

  • @Ben_True
    @Ben_True 21 ชั่วโมงที่ผ่านมา

    UNDERATED. im speechless

  • @Siliboy77
    @Siliboy77 วันที่ผ่านมา

    Is there any method to choose the specifc resistor for the transistors

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 9 ชั่วโมงที่ผ่านมา

      The resistors are mostly current limiting resistors. So a value from around 330 ohm to 2.2K will work. I like to use, 1K, 2K or 2.2K as less current/power is used.

  • @슬픈개구리-t4f
    @슬픈개구리-t4f วันที่ผ่านมา

    It looks very funny, and I think this is true artificial intelligence! If you use servo motors and sensors to create something that actually interacts with the environment, that's going to be crazy. I hope that this field will develop so that synaptic plasticity can be implemented and learning can be done

    • @GlobalScienceNetwork
      @GlobalScienceNetwork วันที่ผ่านมา

      Yeah, that is exactly right! I am working on a project to demonstrate a hardware based artificial neural network performing useful tasks. Having the network self learn will be a really important next step.

  • @Cheeseson
    @Cheeseson 2 วันที่ผ่านมา

    does it matter what type of transistor i use

    • @GlobalScienceNetwork
      @GlobalScienceNetwork วันที่ผ่านมา

      Well you can use lots of different kinds of transistors to make logic gates. I used 2N2222 or 2N2904 NPN transistors for this build. Either one will work in this case.

  • @CanonballKryptoTheKryptonautsI
    @CanonballKryptoTheKryptonautsI 2 วันที่ผ่านมา

    So Awesome!

  • @CanonballKryptoTheKryptonautsI
    @CanonballKryptoTheKryptonautsI 2 วันที่ผ่านมา

    Your content is resonating with me so much that I'm afraid you built me. Joe Cool GSN Vermont Branch

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 2 วันที่ผ่านมา

      Thanks, and welcome aboard! Depending on if we eventually solve time travel maybe you helped build you. ha ha

  • @CanonballKryptoTheKryptonautsI
    @CanonballKryptoTheKryptonautsI 3 วันที่ผ่านมา

    I'm Joe, so excited!!!!!!! I'm with you!!!

  • @TheSumOfAnIdeod
    @TheSumOfAnIdeod 3 วันที่ผ่านมา

    Im currently building a 16bit calculator using breadboards for a school project, and this video is the main reason why i haven't lost my mind yet... Thank you for saving my sanity :3

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 3 วันที่ผ่านมา

      Great, that sounds like a sweet project!

    • @TheSumOfAnIdeod
      @TheSumOfAnIdeod 22 ชั่วโมงที่ผ่านมา

      ​@GlobalScienceNetwork It's actual hell, I managed to fry enough transistors that I had to order new ones twice...

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 9 ชั่วโมงที่ผ่านมา

      @@TheSumOfAnIdeod Awe man, well hopefully when you are fished and you look back it will all be worth it! As long as you have some type of current limiting resistor in each path to ground it should not fry a transistor. I can see starting out that this would happen from time to time. Usually, you can smell that something is going wrong! ha ha

  • @TechnoHailss
    @TechnoHailss 4 วันที่ผ่านมา

    I tried to do the inverter but it wasn’t working, when i pulled one of the red wire terminal out the led lit up What should i do I am using a 9V battery is that not usable for the circuit? I don’t understand

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 4 วันที่ผ่านมา

      Well, that is half of what you want. When the input is off or floating the LED will be on. Connect a 2K resistor from power to the base/middle pin and it should shut the LED off. The 9V battery should work. Just make sure you have a min of 1K current-limiting resistors to be safe. If it does not shut off then your transistor is backward, broken, or the wrong type.

    • @TechnoHailss
      @TechnoHailss 4 วันที่ผ่านมา

      @@GlobalScienceNetwork when it is floating the led is on but when it isnt the led is off regardless of the input I just connected the resistor to the base of the transistor and it made no difference Thanks for trying to help though 😊

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 4 วันที่ผ่านมา

      @@TechnoHailss That is what you want. Which state do you think is wrong? When the resistor is connected to the base the input is on and the output is off. When the input is grounded or floating the input is off and the output is on. The push button switch I use just connects the 2K resistor to the base when it is pressed down. When it is not pressed the input is floating/off so the output is on.

    • @TechnoHailss
      @TechnoHailss 4 วันที่ผ่านมา

      @@GlobalScienceNetwork See when the circuit is all in place the LED is not on but when i lift on of the wires the LED turns on that is my problem. The LED should be on initially for an inverter circuit but it is off when i pull out the red wire or the black wire which is connected to the transistor(at row 20) the LED turns on. This is probably sounding a bit dumb because i am trying but am not able to convey my problem properly. Sorry for the trouble

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 4 วันที่ผ่านมา

      @@TechnoHailss I see, well if you email me a picture I could see if anything is set up wrong. I would suggest trying different transistors as well, even try a different breadboard. I know that 2N2222 and 2N3904 transistors work well for logic gates.

  • @gauravrawat.7
    @gauravrawat.7 4 วันที่ผ่านมา

    So, is this how our current LLMs works or is it just a completely different computing architecture

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 4 วันที่ผ่านมา

      Good question. These are very different types of neural networks. LLMs are based on a transformer-based architecture, and hardware-based neural networks are a type of spiking neural network. I will be talking about this more in upcoming videos.

  • @iamtidu
    @iamtidu 5 วันที่ผ่านมา

    10/10 XD bro

  • @gyanamshah
    @gyanamshah 8 วันที่ผ่านมา

    fake video :(0 circuit does not work even in simulator apps

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 8 วันที่ผ่านมา

      I assure you I built these circuits and they work. I even built a full 4-bit computer using these circuits. Also, I show how the adders work to built a 4-bit calculator simulation working in the easyEDA video. If you are struggling with the circuit let me know and I can answer questions. Start with my logic gate video and work your way up to larger circuits and I bet you will have success.

    • @CanonballKryptoTheKryptonautsI
      @CanonballKryptoTheKryptonautsI 2 วันที่ผ่านมา

      Maybe the simulation is not accurate

  • @mtg-7452
    @mtg-7452 9 วันที่ผ่านมา

    Hi ,Nice vidoes.Can you also do some more breadboard circuits using transistors or ics.Its so coool

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 9 วันที่ผ่านมา

      Yes, there will be more upcoming videos using transistors and ICs. The next series is going to on neural networks and hardware based neural networks.

  • @atanasiok
    @atanasiok 10 วันที่ผ่านมา

    Great job! How do you input programs to memory? ... or do you hardwire (cable) the program to run? ...

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 9 วันที่ผ่านมา

      The values are adjusted by setting the memory inputs to one or zero, which is 5V or ground. The memory is hardwired but it is easy to adjust the values.

  • @quintnelson6941
    @quintnelson6941 11 วันที่ผ่านมา

    So where is the monitor and keyboard

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 9 วันที่ผ่านมา

      That would be cool! Right now you have to adjust the wire in the memory to "program" the computer.

  • @shairjeel431
    @shairjeel431 11 วันที่ผ่านมา

    WOW,

  • @Vipul_mars
    @Vipul_mars 12 วันที่ผ่านมา

    I don't have enough of the same resistance resistor Can I use different resistance resistors in different adder

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 11 วันที่ผ่านมา

      Yeah you can use, 1K, 2K or 2.K for the resistors. You can even go lower than 1K but it uses more power. If you watch my video on LED current limiting resistors I provide more information.

    • @Vipul_mars
      @Vipul_mars 11 วันที่ผ่านมา

      @GlobalScienceNetwork thanks 🙏 I appreciate your hard work

  • @linh3081
    @linh3081 12 วันที่ผ่านมา

    With much more complicated circyits , waste time to change direction of components . How do we know the direction is correct or not at the begininning

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 11 วันที่ผ่านมา

      That is a good question, once I have one that is correct I usually just copy and paste it rather than adding a new component.

    • @linh3081
      @linh3081 11 วันที่ผ่านมา

      @@GlobalScienceNetwork how to make magnetically coupled circuits?

    • @linh3081
      @linh3081 7 วันที่ผ่านมา

      @@GlobalScienceNetwork do you know how to install crack pspice

  • @FelipeIasi
    @FelipeIasi 13 วันที่ผ่านมา

    Amazing!

  • @daksheshgdvn7731
    @daksheshgdvn7731 13 วันที่ผ่านมา

    Also do a video on how to add components in it....

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 11 วันที่ผ่านมา

      Do you mean how to add a custom component? I do go over the basics in this video.

    • @daksheshgdvn7731
      @daksheshgdvn7731 11 วันที่ผ่านมา

      @GlobalScienceNetwork i need to add lm5118, but it wasn't adding how much I try...... Any suggestions....?

  • @daksheshgdvn7731
    @daksheshgdvn7731 13 วันที่ผ่านมา

    Can we use it for bigger applications....?

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 11 วันที่ผ่านมา

      I guess it depends how big, the simulation is based off of spice so it should work for large applications.

  • @superabbasalmani6079
    @superabbasalmani6079 14 วันที่ผ่านมา

    Hallo 🎉😂❤ Danke für diese tolle gründliche realistische Arbeit🌴🌵🌾💐🌻🌼🌷🪻⚘️🏵🌹🌺🌻💐💐💐💐💐💐🌻💐💐

  • @rpraver1
    @rpraver1 14 วันที่ผ่านมา

    When can we expect a new video?

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 11 วันที่ผ่านมา

      I am working on a neural network series of videos. Some of those will be up before thanksgiving. I have some time off during thanksgiving so I should have the hardware based neural network video up shortly after thanksgiving.

  • @SionElfed
    @SionElfed 14 วันที่ผ่านมา

    I’m a bit confused. If he’s using an npn transistor, why is the pin layout emitter base collector rather than collector base emitter??

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 14 วันที่ผ่านมา

      The 2N2222 and 2N3904 NPN transistors are always 1 emitter (left pin), 2 base (middle pin), 3 collector (right pin). There are quite a few images and sources online that show this wrong. There are NPN transistors like the BC547 which are 1 collector (left pin), 2 base (middle pin), 3 emitter (right pin). So you do have to check based on the model even if it is a NPN transitors.

  • @krisbasu
    @krisbasu 16 วันที่ผ่านมา

    Plz keep updating

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 16 วันที่ผ่านมา

      Thanks, yeah I have more videos coming out soon. Also, I have a full 4-bit computer built based on these flip flops.

  • @varunn.a.5764
    @varunn.a.5764 16 วันที่ผ่านมา

    This is a masterpiece...😍

  • @johnnijboer
    @johnnijboer 16 วันที่ผ่านมา

    Question, Cody do you think that nowadays everyone can become a self-taught electrical engineer from all the data for free on the internet and from DIY projects?

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 16 วันที่ผ่านมา

      Yeah, you can definitely be a successful electrical engineer being self-taught. Going to school you are mostly self-taught anyway. In addition to DIY projects schools like MIT post all their lectures online. I was an aerospace engineer and now really enjoy electrical and neuroscience. I do not need a degree to start working in these areas now. However, if you do not have any technical degree and want to get a job in the field it would be good to specialize in a marketable skill within EE such as PCB design, FPGAs, machine learning, etc. If you just want a basic job or government then getting a degree is a great idea. If you are self-motivated and want to start working on a project there is nothing stopping you though. Honestly, if you have the motivation start working on the projects now! If you go to school and spend four years doing complex math and weed out courses you might lose the spark you initially had. I would say just start working you might build something great!

  • @poopcoder468
    @poopcoder468 17 วันที่ผ่านมา

    I think you meant Period

  • @palerider2143
    @palerider2143 18 วันที่ผ่านมา

    Outstanding video, this should be shown to all hobbyists at least once, I'm only 15 with self taught knowledge but this was able to sum everything up for me nicely.

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 17 วันที่ผ่านมา

      Thanks, I'm glad you found it helpful! I would suggest trying to build the 4-bit calculator as a great starter project after building the logic gates. It requires 4 breadboards and is made with 4 full adders.

    • @palerider2143
      @palerider2143 17 วันที่ผ่านมา

      @ already did 😉

  • @mtg-7452
    @mtg-7452 18 วันที่ผ่านมา

    what are the name of these transistors

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 17 วันที่ผ่านมา

      The transistors are 2N2222 NPN BJT transistors. You can also use model 2N3904. If you watch the logic gate video I start by describing how these work.

  • @enguechotorresjoseluis2413
    @enguechotorresjoseluis2413 18 วันที่ผ่านมา

    Muy interesante y bien explicado

  • @rockieroux5966
    @rockieroux5966 18 วันที่ผ่านมา

    really appreciate it buddy , I learned something new, keep doing the great work kudos

  • @AakarshAnand-iq5hv
    @AakarshAnand-iq5hv 19 วันที่ผ่านมา

    can u show how to make it and make a tutorial

    • @AakarshAnand-iq5hv
      @AakarshAnand-iq5hv 19 วันที่ผ่านมา

      plz z z z z z z zz z z z z z z z z z z z z z z

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 19 วันที่ผ่านมา

      With the circuit diagram and this video, you should be able to make the latches. If you are struggling start with my video about digital logic gates. After you build logic gates the latches and flip-flops will make more sense.

    • @AakarshAnand-iq5hv
      @AakarshAnand-iq5hv 19 วันที่ผ่านมา

      @@GlobalScienceNetwork thank u

  • @TulumTuathaD
    @TulumTuathaD 20 วันที่ผ่านมา

    Dios santo esto es una locura

  • @varshneydevansh
    @varshneydevansh 20 วันที่ผ่านมา

    I've been stuck\halted on the Bus part of the Ben Eater style 8 bit computer. This is beautiful Immediately subbed

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 19 วันที่ผ่านมา

      Thank you! That is great you are building these types of projects!

  • @onccc
    @onccc 20 วันที่ผ่านมา

    Nervensytem und Gehirn 🤒🤕

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 19 วันที่ผ่านมา

      Dies ist ein 4-Bit-Computer. Ich habe noch andere Videos über den Aufbau künstlicher Neuronen und Synapsen.

  • @HdShorts913
    @HdShorts913 20 วันที่ผ่านมา

    Can you please tell me what type of transistor and diodes you used....

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 19 วันที่ผ่านมา

      The transistors can be 2N2222 or 2N3904. The diode was model number 1N4007 which is just a standard diode. Good luck with the build, let me know if you have any other questions!

  • @ying6726
    @ying6726 20 วันที่ผ่านมา

    Very important video. Would you be able to go into permanent data storage at all?

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 19 วันที่ผ่านมา

      That would be a good video! I talked about it briefly in the 4-bit computer video. For that project I did make a memory module out of transistors but it was the simplest form possible. To properly make it the latches need to be setup in a grid which repents different address locations. Which location is called can be determined by decoding the binary to address location with a decoder. It ends up requiring a very large number of transistors.

  • @kjs012
    @kjs012 20 วันที่ผ่านมา

    당신의 작품은 디지털 예술의 순수한 속살을 보여주고 있습니다. 내가 고등학교 시절, 진공관에서 트랜지스터로 넘어갈 시절에 트랜지스터 만으로 전자 악기와 신디사이저를 꾸미기 위해 수 개월 동안 연구하며 노력했던 추억이 떠오릅니다. 학생으로서 너무 긴 시간을 몰입할 수 없어 절반의 성공에 그쳤지만 내게는 전자공학을 전공할 수 있게 해 준 충분한 동기가 되었습니다. 66세로 전자분야에서 은퇴한 지금은 주로 회로 시뮬레이션을 즐기면서 지냅니다. 디지털 세상으로 들어온 것이지요. 당신의 집중과 노력으로 탄생한 작품에 찬사를 보냅니다.

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 19 วันที่ผ่านมา

      감사합니다! 나는 당신이 가지고 있었다고 장담합니다. 전자 제품의 모든 발전에 참여하는 재미있는 직업! 예, 트랜지스터 수준에서 프로젝트를 구축하는 것은 재미있습니다. 그것은 실용적인 예술을 만드는 것과 같습니다!

  • @wsp995
    @wsp995 20 วันที่ผ่านมา

    i have to use a nine volt battery and a hundred k resistor it works well

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 19 วันที่ผ่านมา

      Sweet! Yeah, you can use 9-volts but it is a bit more power than is needed. You can use most USB chargers which are 5 volts. You will just need to spice the ends fit into the breadboards.

  • @Kr_meso
    @Kr_meso 20 วันที่ผ่านมา

    هل يمكنك السفر للقمر عبر هذا

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 19 วันที่ผ่านมา

      ها ها هذا سؤال مضحك. عندما كنت أصغر سنا ، أعطاني الأطفال وقتا عصيبا لرغبتي في بناء شيء على هذا المنوال. إذا قمنا ببناء شبكات عصبية قائمة على الأجهزة بشكل صحيح ، فستكون الحياة صغيرة جدا ومناسبة للسفر إلى الفضاء.

    • @Kr_meso
      @Kr_meso 19 วันที่ผ่านมา

      @GlobalScienceNetwork عمل رائع استمر ، كيف يمكنني ان ادعمك

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 19 วันที่ผ่านมา

      @@Kr_meso شكرا! نظرا لأنك مهتم بهذه الموضوعات ، تابع وقدم مدخلات حول مقاطع الفيديو. الهدف الرئيسي في الوقت الحالي هو بناء الشبكات العصبية القائمة على الأجهزة بشكل صحيح. يمكنك حتى محاولة تصميمها وبنائها بنفسك.

  • @Mostwonted7
    @Mostwonted7 21 วันที่ผ่านมา

    Я удивлен, что просмотров так много на этом видео! Рассказ о эмуляции работы процессора поражает.

  • @v0idbyt3
    @v0idbyt3 22 วันที่ผ่านมา

    underrated

  • @curtisdrayton97
    @curtisdrayton97 22 วันที่ผ่านมา

    WHAT 🫨🫨🫨

  • @Upper_Room_Studios
    @Upper_Room_Studios 22 วันที่ผ่านมา

    Links?

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 22 วันที่ผ่านมา

      More information is in the video description.

  • @gianpietrovairo3557
    @gianpietrovairo3557 23 วันที่ผ่านมา

    I'm simply amazed: congratulations!

  • @bhagatmeet
    @bhagatmeet 23 วันที่ผ่านมา

    This is so cool !!!!

  •  23 วันที่ผ่านมา

    What a wonderful! You are crazy and genius. I'd like to mimic your video.

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 22 วันที่ผ่านมา

      Than you! It is a fun project! You should try and built it.

  • @nightrunner-t2m
    @nightrunner-t2m 23 วันที่ผ่านมา

    thanks to youtube algorithm,i discovered this amazing channel :) Perfect jobs,keep going.

    • @GlobalScienceNetwork
      @GlobalScienceNetwork 22 วันที่ผ่านมา

      Thank you, I am glad you found the channel!

    • @HdShorts913
      @HdShorts913 20 วันที่ผ่านมา

      Please define the equipmens you used​@@GlobalScienceNetwork

  • @WilliamTarabalka-t5k
    @WilliamTarabalka-t5k 23 วันที่ผ่านมา

    very good Monsieur!!