Code Monkey home page Code Monkey logo

ml's Introduction

ml

机器学习笔记

  • 神经网络算法可视化学习资料 (visuals-first explanation)

  • Interactive Explanation of Backprop

  • TensorFlow Playground

  • 概念

    • AP - Average Precision
    • mAP - mean Average Precision
    • IoUTP(Jaccard Index)\FP\FN
      • https://learnopencv.com/mean-average-precision-map-object-detection-model-evaluation-metric/
      • True Positive (TP) — Correct detection made by the model.
      • False Positive (FP) — Incorrect detection made by the detector.
      • False Negative (FN) — A Ground-truth missed (not detected) by the object detector.
      • True Negative (TN) —This is the background region correctly not detected by the model. This metric is not used in object detection because such regions are not explicitly annotated when preparing the annotations.
      • Positive表示检测器给出了判定box(它认为这是xxxx), Negative表示检测器没有给出判定box(它未把区域识别为xxxx)
      • True表示检测器的判定是正确的,False表示检测器的判定是错误的
      • 因此,TP表示检测器认为box里是xxx,而且这一判定是正确的(IoU大于阈值)
      • FP表示检测器认为box里是xxxx,但这一判定是错误的(要么类别搞错了,要么IoU不够大)
      • FN表示检测器没有作出判定,但实际上这一区域是存在目标的
      • TN表示检测器没有作出判定,而这一区域也确实不存在目标(是背景)
  • Paper

ml's People

Contributors

angzi 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.