Free and Earn Badges URL: https://cognitiveclass.ai/
-
-
This write up is a result of my thoughts on how people learn new things. An analysis between those who learn – ‘from the basics’, and those who learn – ‘as and when required’. Read the full article on LinkedIn – https://www.linkedin.com/pulse/learning-tale-two-common-approaches-praveen-nair/
-
I was using mostly Python to experiment AI/ML until recently but now it is time to find ways to improve the performance by making use of all the possible resources such as GPU, and including experimental change of language to C++. Here is the sample code I ported from simple Python face detection (not recognition) Hello-World program, and thought to bookmark for future. This uses Haar Cascade machine learning algorithm and you can read more about it here. Definitely, compared to Python code I feel there is some improvement in the performance, which I will publish the benchmarks later in…