Тёмный
AI Code 101
AI Code 101
AI Code 101
Подписаться
We want to make AI understandable and fun!

AI Code 101 offers cutting-edge educational tools that allow younger students to learn artificial intelligence (AI) and machine learning (ML) technologies using the block-based coding language Scratch for elementary students and Python for secondary school students, with robot interaction.

We offer project-based learning courses that adopt both computational thinking and design thinking frameworks.
1-8 Turtle
9:57
14 дней назад
2-3 Conditional Statements
6:24
14 дней назад
2-1 Conditional Operators
5:15
14 дней назад
2-2 Boolean Operators
4:04
14 дней назад
1-7 Input
1:38
14 дней назад
1-6 Assignment Operators
2:31
14 дней назад
1-5 Arithmetic Operators
4:15
14 дней назад
1-4 Variables
6:39
14 дней назад
1-3 Comments
0:56
14 дней назад
1-2 Hello World
1:51
14 дней назад
1-1 Installing Python
1:22
14 дней назад
Creating Dodgeball using Scratch
45:39
Год назад
Boat Race using Scratch
28:32
Год назад
Chatbot using Scratch
25:54
Год назад
AICA overview
2:18
Год назад
Комментарии
@lex9393
@lex9393 8 месяцев назад
Would doing this be the same with an orange PI3?
@lex9393
@lex9393 8 месяцев назад
after flashing the img onto the sd card my mac is not able to read on it anymore, are there apps or other ways to still be able to read the files?
@tinkerbell3813
@tinkerbell3813 8 месяцев назад
When trying to flash my raspberry pi 4 sd card in my macbook pro, I keep getting "Source and destination checksums do not match". Would anyone happen to know a fix to this?
@ineed_ARzzz
@ineed_ARzzz Год назад
ping raspberrypi.local ping: cannot resolve raspberrypi.local: Unknown host this is what my terminal shoots out can I get help
@alec_watts
@alec_watts Год назад
did you solve this?
@tomaszgawron5513
@tomaszgawron5513 Год назад
@@alec_watts I've got the same problem. please help
@alec_watts
@alec_watts Год назад
try resetting your wifi router + modem@@tomaszgawron5513
@ineed_ARzzz
@ineed_ARzzz Год назад
Is there any way you can write the code for the second textedit. The quality of the video makes it hard to read. Thank you for your help
@MehdiBelakehal-d8r
@MehdiBelakehal-d8r Год назад
Is there any way you can write the code for the second textedit. The quality of the video makes it hard to read. Thank you for your help
@SolomonTesfayeglobalwealth
@SolomonTesfayeglobalwealth Год назад
i cant also read the second textedit will you please put the text under your video or somewhere where we can read or copy. Thanks
@ahmedsaeid13
@ahmedsaeid13 Год назад
I did all that and get the ip address ,but when entering password this show Permission denied (publickey,password). note I enter the right password but permission denied
@aicode1019
@aicode1019 Год назад
Hello. It may be an issue with the file '/etc/ssh/sshd_config' in your Raspberry Pi. Try changing it to say 'PasswordAuthentication yes'. Hope this helps.
@BarbaryStudio
@BarbaryStudio Год назад
to complicated to difficult to understand, you can flash now with raspberry pi imager
@TrolledTGBot
@TrolledTGBot Год назад
how do I fix this error ssh: connect to host "my ip address" port 22: Connection refused
@aicode1019
@aicode1019 Год назад
Thank you for your message. You may have typed the wrong IP address, or it could have changed from the last time you did it. Hope this helps.
@Givetheplant
@Givetheplant Год назад
Can you use raspberry pi 3 a+ on MacBook air?
@aicode1019
@aicode1019 Год назад
Sorry for our late response. Yes you can. Please let us know if you have any questions. Cheers
@bennguyen1313
@bennguyen1313 2 года назад
I've seen some nice libraries (EloquentTinyML, Node-Red tensorflow js, AI Code 101) that seem to make it easier to use TensorFlowLite for edge / Microcontrollers. Do all the tools ( Neurona, TinyML, MicroML, etc) use supervised learning? i.e. you feed it data with labels/answers (correct input and output pairs) , so that the rules (function) can be generated and applied on non-training data. The output of a Supervised learning can be in the form of Non-Linear Multi-Regression or a classification Model. None of the current microcontroller ML approaches, use unsupervised learning? If so, how does ML compare to plain old Open-CV in the case of image classification? Also, if a microcontroller is connected to power, and has internet connection... how exactly does offloading to the cloud work? How do you setup a (AWS, linode , digitalocean) server to take your real-time microcontroller data and have it infer a prediction that is sent back to the esp32, pi (zero , pico), etc? And what are the different options to port from Tensorflow/Keras/etc output to the actual c or python code that runs on the controller? everywhereml, Edge Impulse, etc? I understand Arm has "Vela" that's used to compile the Tensorflow's tflite file, to something optimized for the microNPU (helium enabled Cortex-M55/Ethos-N or U65)?
@emmanbrosepue791
@emmanbrosepue791 2 года назад
Hi, the password :raspberry, it’s incorrect!, why?
@aicode1019
@aicode1019 2 года назад
Sorry for our late reply. When you connect to your Pi, the default username is “pi” and the password is “raspberry”. You will not see the password letters as you type, this is normal, so be careful you type it correctly. Hope this helps. Thanks
@anu1097
@anu1097 2 года назад
-bash: vncserver: command not found How to fix this ?
@aicode1019
@aicode1019 2 года назад
Make sure you are connected to the raspberry pi first. First use the ssh command "ssh pi@192.168.x.x" where the 192.168.x.x is the IP address that you retrieved from the "ping" command. If you did this correctly, there should be a prompt, type ’yes’ and press Enter. When asked for a password, type ’raspberry’. When you get into the device, now you can type the "vncserver" command. If you type "vncserver" into the mac terminal before properly connecting, bash will not understand the command and will give the "command not found" message. At time 11:01 in the video you can see what will happen in the terminal when successfully connected to the raspberry pi. Hope this helps.
@anu1097
@anu1097 2 года назад
@@aicode1019 hey thanks for taking the time to answer it. I have resolved it. In my case I was actually logged into my pi. vncserver indeed was missing. Had to install it to make it work. For some reason I didn't find it useful at the moment. Using pi as a server right now.
@marcdebbie
@marcdebbie 2 года назад
Thank you very much for all the information hopefully I can figure it out I'm not the brightest person on this planet that's for sure
@aicode1019
@aicode1019 2 года назад
Thanks Marc, please let us know if you have any questions. All the best/AICODE101
@benschroeder1161
@benschroeder1161 3 года назад
I followed this to the T but my raspberry pi zero w will not connect to the WiFi no matter what I do. Any suggestions ?
@aicode1019
@aicode1019 2 года назад
Hi Ben, so sorry that we missed your message. Our email associated to this account was crashed a couple of months ago. Have you solved your issues? All the best/AICODE101
@benschroeder1161
@benschroeder1161 2 года назад
@@aicode1019 I think my unit was bad so I returned it haha but thanks for the reply!
@ruchiv66
@ruchiv66 3 года назад
Hi I wanted to know if I have created an account on your website then how many projects I can make ? What is maximum limit ? Thanks
@jerryxiao6171
@jerryxiao6171 3 года назад
Do you mean the aicode101? You can create projects as many as you want. Thanks
@ruchiv66
@ruchiv66 3 года назад
@@jerryxiao6171 yes, I tried so many platforms but they have limit. Is this website reliable?
@jerryxiao6171
@jerryxiao6171 3 года назад
@@ruchiv66 so far it is pretty reliable. Please report us any issues you may have. Thanks
@ruchiv66
@ruchiv66 3 года назад
@@jerryxiao6171 I was trying to drop a mail on info@illum.ai but this address wasn't found.
@aicode1019
@aicode1019 3 года назад
@@ruchiv66 Thanks. We will fix the issue shortly
@j.j.williamsinthepark8601
@j.j.williamsinthepark8601 3 года назад
next time can you include the programmiing in the caption so it is easier for us pls thank you!
@jerryxiao6171
@jerryxiao6171 3 года назад
Thanks for your input. Will do!