Tag: Classification

  • Unveiling VGGNet: A Step Forward in Deep Learning

    Unveiling VGGNet: A Step Forward in Deep Learning

    In the realm of deep learning and neural networks, certain models have made their mark as significant contributors to the field. One such model is VGGNet, an architecture that revolutionized the way we perceive the depth of networks. Imagine standing on the shoulders of a giant, where you can see beyond the horizon. That’s exactly…

  • Adaptive Boosting From Scratch

    In order to better understand the process involved in adaptive boosting I made a simple boosting model myself recently. Which can be found here. Now I’d like to go through what is boosting and what it can do for us. Adaptive Boosting uses many decision trees with a depth of one to split the data:…