Posts by Category

DeepLearning

MobileNet V1

3 minute read

MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications Andrew G. Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang,...

Back to Top ↑

programming

Condition for Recursive Function

less than 1 minute read

When we make a recursive function, These 2 conditions will be satisfied. 1) There must be a termination condition. 2) As the function progresses, the si...

Back to Top ↑