Git Product home page Git Product logo

100daysofmachinelearningcode's Introduction

100DaysOfMachineLearningCode

100 days ML roadmap to become a Machine Learning engineer.

Day 1 - June 13

Computer Vision:

Today's Work:

Face and eye detection in OpenCV using Haar cascades. Also wrote a tutorial on how to do this and published in medium.

Thoughts:

Haar cascade is not much powerful since it is only for front side faced faces and it is not based upon neural network or so. But it does a good job for simple applications

Link to work:

https://blog.goodaudience.com/real-time-face-and-eyes-detection-with-opencv-54d9ccfee6a8

Day 2 - June 14

Computer Vision:

Today's work:

Learned about SSD(Single Shot MUltiBox Detection) algorithm. There is another competitor in the filed called YOLO(You Only Look Once) algorithm. SSD is used for object localization, classification and detection.

Thoughts:

SSD is a complex algorithm. It is based on CNN. It has rivals R-CNN, Fast R-CNN, Faster R-CNN. It can be difficult to pick up correct algorithm for correct task

Day 3 - June 15

Computer Vision:

Today's Progress:

Wrote a blog post about SSD alogrithm. Learned foundation of Convolutional Neural Networks. In CNN the image scale gets decreases in each convolution but preserves the features so it can identify objects of any scale

Thoughts:

CNN is new for me so it is taking time

#####Link to work: https://medium.com/@rabinpoudyal1995/ssd-single-shot-multi-box-detection-for-real-time-object-detection-5f2a06e33a4a

100daysofmachinelearningcode's People

Contributors

rabinpoudyal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.