Detecting Faces in image using Convolutional Neural Networks
Subscribe to:
Posts (Atom)
LeetCode 30 Day Challenge | Day 7 | Counting Elements
Given an integer array arr , count element x such that x + 1 is also in arr . If there're duplicates in arr , count them sepe...

-
Characteristics: No Supervisor, Reward signal Delayed Feedback Data depends on Agent's actions Examples...
-
void print_kth_from_end( Node *head, int k){ Node *lead = head; Node *lag = head; while (k > 0 ){ ...
-
Method 1: (Hashing) bool detect_loop_map( Node *head){ std :: unordered_map < Node *, bool > visited; ...