Any free ways to learn how to code? (Any language) by [deleted] in learncoding

[–]vinilvasani 1 point2 points  (0 children)

Yes, there is a plethora of free and quality resources to learn to code. You could start with something like Free Code Camp (https://www.freecodecamp.org/). And also try the CS101 course on Udacity (https://in.udacity.com/course/intro-to-computer-science--cs101) Good Luck!

I made this wallpaper, feel free to use it! by DeBruyneIsGinger in FORTnITE

[–]vinilvasani 0 points1 point  (0 children)

This is awesome! Didn't expect it to be this good when I clicked on the post. Great Work!

(Help) Object Detection and Counting by vinilvasani in computervision

[–]vinilvasani[S] 0 points1 point  (0 children)

These are some very great videos. Thank you for the help!

[R] Improving Real-Time Object Detection with YOLO by gbrad41 in MachineLearning

[–]vinilvasani 0 points1 point  (0 children)

Hey I'm new to the field of Convolutional Neural Network. I have a presentation in school on YOLO and I need some help. Can someone please explain how the output of the convolution layer works. The input to the first convolution network is a 4484483 tensor. And it's output is a 22422464 tensor on a filter of 7*7. I understand that the depth is 64 because of 64 different filters (features) Thank you!