Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行
Code for the book Grokking Algorithms (https://amzn.to/29rVyHf)
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
(To be continued)various tools included such as label-tools , data-augmentation , etc.
Image segmentation with keras. FCN, Unet, DeepLab V3 plus, Mask RCNN ... etc.
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).