Classification with OpenCV3 C++ (2/2)René-Jean Corneille·Follow3 min read·May 7, 2018--ListenShareLarge data set with low variance:original dataset:k-nearest neighbours:decision tree:boosting:random forest:linear SVM:rbf SVM:sigmoid SVM:Large data set with high variance:original dataset:k-nearest neighbours:decision tree:boosting:random forest:linear SVM:rbf SVM:sigmoid SVM:Small data set with low variance:original dataset:k-nearest neighbours:decision tree:boosting:random forest:linear SVM:rbf SVM:sigmoid SVM:Small data set with high variance:original dataset:k-nearest neighbours:decision tree:boosting:random forest:linear SVM:rbf SVM:sigmoid SVM:
René-Jean CorneilleSetting up Xcode for C++ projectsWhen I first started using Xcode for my C++ projects I was a bit overwhelmed by the settings interface; sure I had used Xcode heavily for…3 min read·Aug 14, 2017--
René-Jean CorneilleUne introduction à ArmadilloArmadillo est une librarie template C++ avec une interface très complete pour le calcul matriciel et l’algèbre linéaire. Elle permet de…7 min read·Jul 9, 2017--1
René-Jean CorneilleinThe StartupPySpark on macOS: installation and useSpark is a very popular framework for data processing. It has slowly taken over the use of Hadoop for data analytics. In memory processing…·4 min read·Oct 21, 2019--4
René-Jean CorneilleDocker: a PrimerDocker is an application allowing to manage Linux containers on top of an existing OS. It provides a virtualisation layer (the Docker…·7 min read·Mar 5, 2019--
Erika LacsoninPython in Plain EnglishIntroduction to Image Processing with PythonEpisode 7: Application of Image Processing in Machine Learning11 min read·Jun 18--
Rahul NayakinTowards Data ScienceHow to Convert Any Text Into a Graph of ConceptsA method to convert any text corpus into a Knowledge Graph using Mistral 7B.12 min read·Nov 10--37
Everton Gomede, PhDGradient Descent: A Fundamental Optimization AlgorithmIntroduction6 min read·Oct 23--
Coşkun TaşdemirMicrocontroller Learning Journey: A Comprehensive Guide for BeginnersMicrocontrollers are the heart and soul of countless electronic devices, ranging from simple gadgets to complex systems. If you’re…3 min read·Jul 22--
Abhishek Sharma30+ Unique Computer Vision Projects with Source CodeExplore a Collection of 30+ Unique Computer Vision Projects with Source Code. Enhance Your Skills with Hands-on Examples and Unlock the…9 min read·Aug 25--
JorgecardeteBackpropagationFrom Mystery to Mastery: Decoding the engine behind Neural Networks.7 min read·Nov 1--1