DS Wannabe之5-AM Project: DS 30day int prep day14

Q1. What is Alexnet?

Q2. What is VGGNet?

Q3. What is VGG16?

Q4. What is ResNet?

At the ILSVRC 2015, so-called Residual Neural Network (ResNet) by the Kaiming He et al introduced the anovel architecture with “skip connections” and features heavy batch normalisation. Such skip connections are also known as the gated units or gated recurrent units and have the strong similarity to recent successful elements applied in RNNs. Thanks to this technique as they were able to train the NN with 152 layers while still having lower complexity than the VGGNet. It achieves the top-5 error rate of 3.57%, which beats human-level performance on this dataset.

Q5. What is HAAR CASCADE? 

Haar Cascade: It is the machine learning object detections algorithm used to identify the objects in an image or the video and based on the concept of features proposed by Paul Viola and Michael Jones in their paper "Rapid Object Detection using a Boosted Cascade of Simple Features" in 2001.

It is a machine learning-based approach where the cascade function is trained from the lot of positive and negative images. It is then used to detect the objects in other images.

The algorithm has four stages:

Q6. What is Transfer Learning?

Q7. What is Faster, R-CNN?

Q8. What is RCNN?

Q9.What is GoogLeNet/Inception?

Q10. What is LeNet-5?

相关推荐

  1. DS Wannabe5-AM Project: DS 30day int prep day14

    2024-02-15 11:32:02       50 阅读
  2. 14.5 同步

    2024-02-15 11:32:02       62 阅读
  3. 5.14学习总结

    2024-02-15 11:32:02       37 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-02-15 11:32:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-02-15 11:32:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-02-15 11:32:02       87 阅读
  4. Python语言-面向对象

    2024-02-15 11:32:02       96 阅读

热门阅读

  1. 记录 | anaconde conda安装清华源

    2024-02-15 11:32:02       54 阅读
  2. #include<初见c语言的猜数字游戏>

    2024-02-15 11:32:02       47 阅读
  3. Rust入门4——基本编程概念

    2024-02-15 11:32:02       46 阅读
  4. python Flask与微信小程序 统计管理

    2024-02-15 11:32:02       45 阅读
  5. 「数据结构」哈希表2:实现哈希表

    2024-02-15 11:32:02       57 阅读
  6. React:高阶组件|ref转发

    2024-02-15 11:32:02       59 阅读
  7. Stable Diffusion之最全详解图解

    2024-02-15 11:32:02       57 阅读
  8. 代码随想录 -- 数组

    2024-02-15 11:32:02       51 阅读