- 238
- 328 848
Kinvert
เข้าร่วมเมื่อ 18 พ.ค. 2015
tinygrad First PR Fashion MNIST Dataset
Edit - George merged it ^_^ github.com/tinygrad/tinygrad/pull/6961
My first PR to tinygrad. Not sure if they'll want it, but their system seems to both work well and is easy to edit.
My first PR to tinygrad. Not sure if they'll want it, but their system seems to both work well and is easy to edit.
มุมมอง: 72
วีดีโอ
tinygrad MNIST Tutorial Works
มุมมอง 482 หลายเดือนก่อน
If you're having trouble be sure to read tinygrad's installation instructions. If you can run their examples, but not the notebook, try installing ipykernel and then this is what worked for me: python3 -m ipykernel install user name=tinygrad
CUDA 2D Bouncing Balls Initial Explanation - ChatGPT Worked for Simpler Examples | Kinvert
มุมมอง 172ปีที่แล้ว
github.com/Kinvert/CUDA-Stuff/tree/master/Simulations/Bouncing-Balls/2D Check Book on Amazon amzn.to/3GfJINv I tried with ChatGPT but after a lot of work it still wouldn't write code that properly simulated the balls bouncing. So I ended up writing the one that worked, which currently is named 04 in that GitHub link. I talk a bit about how it works, but I'll have a more in depth Math explanatio...
CUDA Update - ChatGPT Troubleshooting Good Practice | Kinvert
มุมมอง 108ปีที่แล้ว
github.com/Kinvert/CUDA-Stuff/search?q=filename:*ChatGPT-Fail Brief update. Have been working on CUDA examples that can be found at the GitHub link above. One good way to practice is to fix existing but broken code. So I have been keeping ChatGPT code versions that don't work.
CUDA Numerical Integration - Did ChatGPT Help? A Bit | Kinvert
มุมมอง 169ปีที่แล้ว
github.com/Kinvert/CUDA-Stuff/tree/master/Math/Calculus-2/Numerical-Integration I tried using OpenAI's ChatGPT (Dec 15 2022 version) to do Numerical Integration. While it did write C code that worked great, for some reason it was unable to write good CUDA code. I had to give it very direct hints about what to do, and the code was still a mess. So in this case I wrote the CUDA code to do Numeric...
OpenAI ChatGPT CIFAR 10 Part02 Confusion Matrix Fail - Live COding | Kinvert
มุมมอง 582 ปีที่แล้ว
github.com/Kinvert/Machine-Learning If using ChatGPT for an outline, to be edited, this could have been helpful. Trying to get ChatGPT to write the code for me fully and completely, in this case, I would have been better off doing it myself. This is based on the Dec 15 version of ChatGPT. In time, I have no doubt it will get much better.
OpenAI ChatGPT CIFAR-10 - Part03 - Confusion Matrix Fail
มุมมอง 752 ปีที่แล้ว
github.com/Kinvert/Machine-Learning Did ChatGPT help? A bit. But relying on it too much can make things worse. It would have been helpful if I briefly used ChatGPT to outline the code. But when I was trying to hard to get it to write completely on it's own, it took way too long and I eventually gave up.
OpenAI's ChatGPT CUDA Lessons - 001 Hello World - Learn CUDA C++ Here | Kinvert
มุมมอง 3622 ปีที่แล้ว
github.com/Kinvert/Machine-Learning/tree/master/CUDA/ChatGPT-CUDA_Lessons/001-Hello-World OpenAI's ChatGPT teaches you how to do Hello World using CUDA and C . The code and the explanation were written by ChatGPT.
OpenAI's ChatGPT CUDA Lessons - 000 Installation - Learn CUDA C++ Here | Kinvert
มุมมอง 1642 ปีที่แล้ว
github.com/Kinvert/Machine-Learning/tree/master/CUDA/ChatGPT-CUDA_Lessons OpenAI's ChatGPT is here to teach you CUDA. The goal is to get all the way to solving MNIST only with CUDA and C . This first video covers the installation.
OpenAI ChatGPT CIFAR-10 - Part01 - Worked First Try - TensorFlow 2.8 | Kinvert
มุมมอง 372 ปีที่แล้ว
github.com/Kinvert/Machine-Learning This time I used OpenAI's ChatGPT to solve CIFAR-10. This is another project where I was able to purely copy and paste code from ChatGPT in order to solve my coding problem. The results aren't great at only 85%, but it's what I asked for, and it took seconds. This isn't a replacement for a human, but it can sure make their job a lot faster and easier, at leas...
MNIST w/ Matlab From Scratch - Was ChatGPT Helpful? Octave Code Example | Kinvert
มุมมอง 2552 ปีที่แล้ว
github.com/Kinvert/Machine-Learning 94% on 10 epochs 89% on 2 epochs Tried using OpenAI's ChatGPT to solve MNIST. I tried for too long trying to just copy and paste from it. It was taking too long. There were a few somewhat helpful snippets. But ultimately even those had to be edited. For example for backprop it was adding the gradients instead of subtracting them.
Multiple Linear Regression 01 Fish Market TensorFlow Keras Sequential | Kinvert
มุมมอง 582 ปีที่แล้ว
github.com/Kinvert/Machine-Learning I tried OpenAI's ChatGPT a bit for this one and it really wasn't helpful this time. A big part of it is this is mid December 2022 and I think they are getting more interest than they were prepared for. I get a lot of network error problems.
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 06
มุมมอง 2692 ปีที่แล้ว
github.com/Kinvert/Machine-Learning OpenAI ChatGPT solved Fashion-MNIST Live using TensorFlow in Jupyter Notebook. TLDR - Coders are not doomed yet. I asked it some questions, copied and pasted the code, and in the end, it worked. This time I made some colored images of Fashion-MNIST predictions.
OpenAI ChatGPT - Was it Helpful? D3 MNIST Visualization Using TFJS 02 - TensorFlow JS | Kinvert
มุมมอง 1982 ปีที่แล้ว
github.com/Kinvert/Machine-Learning Was OpenAI's ChatGPT actually helpful in this mini project? The goal was to make a 10X10 grid of colored MNIST predictions in D3, using TensorFlow JS to train the model. This goes in to the code, while the other video was just the intro basically.
OpenAI ChatGPT - Was it Helpful? D3 MNIST Visualization Using TFJS 01 - TensorFlow JS | Kinvert
มุมมอง 1992 ปีที่แล้ว
github.com/Kinvert/Machine-Learning Was OpenAI's ChatGPT actually helpful in this mini project? The goal was to make a 10X10 grid of colored MNIST predictions in D3, using TensorFlow JS to train the model.
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 05
มุมมอง 602 ปีที่แล้ว
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 05
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 04
มุมมอง 922 ปีที่แล้ว
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 04
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 03
มุมมอง 1142 ปีที่แล้ว
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 03
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 02
มุมมอง 1612 ปีที่แล้ว
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 02
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 00
มุมมอง 1312 ปีที่แล้ว
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 00
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 01
มุมมอง 3992 ปีที่แล้ว
Coders Doomed? OpenAI ChatGPT Solves Fashion-MNIST Live Using TensorFlow and Jupyter Notebook - 01
MNIST Autoencoder 04 - TF Live Coding Sorted Tiles Latent Space Blending Between Numbers TensorFlow
มุมมอง 882 ปีที่แล้ว
MNIST Autoencoder 04 - TF Live Coding Sorted Tiles Latent Space Blending Between Numbers TensorFlow
MNIST Autoencoder 03 - TF Live Coding Tiled Blend Between Numbers Python Jupyter Notebook TensorFlow
มุมมอง 192 ปีที่แล้ว
MNIST Autoencoder 03 - TF Live Coding Tiled Blend Between Numbers Python Jupyter Notebook TensorFlow
MNIST Autoencoder 02 - TF Live Coding Tiled Progress Sorted - Python Jupyter Notebook Tensorflow
มุมมอง 252 ปีที่แล้ว
MNIST Autoencoder 02 - TF Live Coding Tiled Progress Sorted - Python Jupyter Notebook Tensorflow
MNIST Autoencoder 01 - Visualization Tiled Training History - Python Jupyter Notebook | Kinvert
มุมมอง 942 ปีที่แล้ว
MNIST Autoencoder 01 - Visualization Tiled Training History - Python Jupyter Notebook | Kinvert
I'm Back - Kinda - Poor Audio Incoming | Kinvert
มุมมอง 172 ปีที่แล้ว
I'm Back - Kinda - Poor Audio Incoming | Kinvert
Seconds to Minutes - Unit Conversion - Math | Kinvert
มุมมอง 2.9K4 ปีที่แล้ว
Seconds to Minutes - Unit Conversion - Math | Kinvert
Combining Like Terms - Variables Example | Kinvert
มุมมอง 974 ปีที่แล้ว
Combining Like Terms - Variables Example | Kinvert
FOIL Method - Multiplying Binomials | Kinvert
มุมมอง 424 ปีที่แล้ว
FOIL Method - Multiplying Binomials | Kinvert
Squaring Integers - 5 Minute Lesson and Examples | Kinvert
มุมมอง 3474 ปีที่แล้ว
Squaring Integers - 5 Minute Lesson and Examples | Kinvert
This is so cool!
Thank you. It was a fun time. Sad things turned out the way they did in the end.
Cozmo is so cute
Oh yeah what type of battery is it?
Robinson Linda Hernandez Linda Young Susan
Kadin Station
Did anyone else have issues with being able to push it through? I know it is preheated and I cant seem to push it further or pull it out
Try cutting the filament at a different angle. It could be snagging on something in there. Try to cut the filament at like a 45 degree angle. Might help.
whats a free option of CAD for personal use?
We were using 123D CAD but not sure what's out there. A lot of hobbyists have used Fusion in the past and that might still be free under certain conditions. There are a lot of options if you Google it and there are pro's and con's for each.
@@kinvert I checked out fusion they offer 1 year free subscription trial. But the options to sign up don’t suit me, it’s either student, educator or administrator and I’m neither those
@@Terror1zz They don't have a hobbyist option anymore?
Blender
I remember playing pong with cozmo, highering/lowering your head made the thing that hits the ball (forgot the name) move.
Concorde was designed by hand :o
Is there anything on top of the bed? I just picked one up used and it came with some mind of metal sheet. Not sure if I actually need that or not as I’m having difficulty printing successfully. Is your bed naked with just masking tape?
I tend to put on masking tape yes. However the bed wasn't just metal for me there was like a black square of a pastic material glued on, then i put the tape on that.
... that's a penis
I’ve done it correctly I’ve set my Rector up on a wire pod But it just doesn’t want to go home or lift up its cube, but it does like Fist bump and it’s really annoying
I decided to get mine out after a while and figured out THIS terrible news. I downloaded the app from another website, but not even that works. Now Cozmo is just sleeping on the charger :(
Also does anyone know how I can get him working?
Ai is such a helper when
This happened to me today. I tested everything and nothing. Then I turned it on off and back on and it fired up. Might replace anyway the psu fan is going out. What stinks is I just had to replace pc psu.
why are your hands shaking so badly you should get that checked out maybe stop punching your walls your very pathetic worst youtube creator on the planet
I'm asking you, my vector is not listening, but the microphones read 832, 1193, 990 and 1203. And they move a little in those values. Could it be that they don't work?
I just got a new creality k1, after assembly I finally plugged it in, but it didn’t turn on, (I used the cord that came with it) It make a tiny whirring sound but didn’t do anything else
they also have a 6.3A 240v slow blow fuse inside on the board I had a power surge and it blew out the glass fuse in that plug and the slow blow internally unfortunately for most people that means you have to buy i new power supply but if your comfortable with electronics and know how to solder it may still be fixable
My issue was the 230 vs 115 switch on the power supply. It was set to 230 and works on the 115.
My switch is bad. 😂 I was hoping you'd tell how to replace it.
This wasn't about how to replace things, but rather how to help narrow down what might be the cause. I'm glad you were able to narrow it down to your switch.
what format did it take?
can you solve de format? i can use other sd, only the memory comes into the box
It uses 4092, however I had to use a SD card formater app, because for some reason that was the only way it would work, using exformatter.
My mom bought me this little guy a few years back for Christmas and now you're telling me that I can never use him again? How is that fair?
Well I'm not Anki. But as far as I know there's decent odds Cozmo can still be used. In fact I'm fairly certain it can on Android devices. My son used ours recently, after the closing.
where do I put the codes?
It's been so long since I made these that it may have changed so you'll need to look up the official tutorials on how to do Hello World with Cozmo/Vector. (not my videos, the up to date official tutorials)
Hey, I am trying to learn cuda. Could you recommend some resources? a lot of the tutorials are really old and all theory and barely any code. also, i am confused by your file naming in the git repo. like 01-chatgpt-works.cu means it worked?
Yep, it was the fuse. I didn't even knew printers got inbuilt fuses until today! Thank you kind sir!
It turns out something still causes short circuit behind the fuse, soooo, time to disassemble whole thing i guess. But still i am grateful for putting me in some direction!
That looks more like paralleling than mirroring.
The shapes are symmetrical in this video.
@@kinvert Alt+M is what I was looking for👍 I gotta learn this glitchy mess for building Awning Frames out of 1x1, 1x2 18G.. the corners of a 4 angle roof needs Alt+M
I made a working engine with Autodesk fusion 360
Thank you so much you are a life saver man
Glad it helped!
xbox 360 powercable is the same size if anyone needs
Computers give me aids for sure
That's no creeper, that's a penis
Please say in hindi.
@@LandonHarrison what's it means.
No offence I understand but learning English can be real useful
how can you make vector do this on Ipad? it looks so fun
Not sure the current status to be honest I did this years ago and since then Anki closed and was bought by Digital Dream Labs.
@@kinvert yeah it will probably need to be changed since digital dream labs owns the company that made vector and cozmo
So did you just make this video to waste people's times because that's what it fucking seems like you retard Thomas a check the fuse but didn't show us how to do it seems like you never did it because there's no scratches on your fuse box that showed that you even tried to pry it open so you're just out here spreading misinformation to the community
Why is CAD?
To aid us when doing designs with computers.
I have to apologize for my drax from guardians of the Galaxy reference that only I would under 😂
@@cotyhamilton8624I understood that reference - Steve rogers
I literally went straight to rocket engines when I started few years ago and didn't know what CAD until today and I'm designing ROBOTS Maybe I'm delusional.
My friend was cleaning out his garage and gave me this little printer. Turned it on and it printed a small print successfully. Now I need to change the filament to something this century :) Thanks for keeping this up and available for 'found gems' haha.
I plugged my printer into a "bad" outlet, and when I switched it on, I heard a pop. It won't turn on regardless of the outlet i plug it into. So, I have a new psu already, but before I install it, do I also need to replace the fuse/switch thingy? I'm not sure on the technical name, but I'm referring to the entire unit that you plug into that houses that fuse and switch.
I'd recommend checking / swapping the fuse as a first step.
I have a dead Cozmo, is there anyone out there that can fix it? The battery has been replaced, all other troubleshooting done.
Does it just not react at all? Maybe check your charger, and if you have a multimeter check the voltages. They likely have some voltage regulators in there you could check.
@@kinvert The only thing it does is display a little line of jarbled text at the bottom of the screen for a half second when you first put him on the charger. That's it. New battery did not change that either. :( I think it's likely destined for the parts bin. The charger is confirmed working fine.
@@mcmillanvideos Yeah sorry to hear that.
Im need to replace my cozmos screen (display). Anyone can help. Part number? Where to find?
Digital Dream Labs bought the Anki IP so this would be a question for them. I haven't been working much with Cozmo/Vector since Anki closed.
@@kinvert thanks
I replaced both the psu and fuse. Still not turning on, what else could be the issue? (Anycubic Mega pro)
What voltage does your house run on and what voltage is the PSU set to? Maybe there is a short? Potentially you can disconnect your hot end and heated bed to reduce the odds the PSU isn't working.
Mine too. I already bought a newer model but I want to get this one running. Checked everything including replaced power supply
😌 Promo-SM!!
Let me know what other things you'd like me to do by only copying and pasting from OpenAI's ChatGPT.
What do you want to see me do next with OpenAI ChatGPT?
Please let me know if you guys have other ideas to try with OpenAI's ChatGPT.
Try command to chatgpt delete them self. I started learning programming not long time ago, and it's so demotivated. 😐
@@kegami7997 It's not that bad. After using it for hours it is clear that a human needs to be involved to keep it working. At least for now.
My house is 220V, but the printer only turns on with the key at 110V. If I change it to 220V which is correct, it doesn't turn on. If I try to print using it at 110V, it starts beeping and causes a temperature problem.
genitals
I bought the correct batteries for cozmos cubes and they wouldn’t work
Did you ever try a different battery in them before? Did you put them in with + and - correctly aligned?
@@kinvert yes I did and they would light up I bought them and the won’t work in the cubes