LeetCode:413. Arithmetic Slices
June 4, 2019
AlgorithmJune 4, 2019
AlgorithmMay 23, 2019
React Native DevReactoron能改善React Native开发体验。
May 23, 2019
AlgorithmGiven a matrix consists of 0 and 1, find the distance of the nearest 0 for each cell.
May 20, 2019
AlgorithmMay 18, 2019
Image SegmentGauGAN: Changing Sketches into Photorealistic Masterpieces 3月的时候,英伟达发布了一个视频挺火的: 你只要粗略勾勒简单的线条,AI就能生成逼真的写实图片。
May 12, 2019
YOLOMay 12, 2019
AlgorithmWrite a function to delete a node (except the tail) in a singly linked list, given only access to that node.
May 12, 2019
AlgorithmFlatten the list so that all the nodes appear in a single-level, doubly linked list. You are given the head of the first level of the list.
May 8, 2019
YOLO Let’s firstly see how Darknet
construct a neural network. See at detector.c
test_detector
function, it construct a network by parsing the xxx.cfg
file and xxx.weights
file. In my case, they are yolo3-tiny.cfg and yolo3-tiny.weights
May 8, 2019
AlgorithmLeetcode Unique Paths 1-2