1,015 skills found · Page 6 of 34
joachimvalente / Decision Tree CartSimple implementation of CART algorithm to train decision trees
VcDevel / Simd Kd Treevectorization of the kd-tree data structure and search algorithm
mirob2005 / Python Data StructuresImplementations of different data structures or algorithms in Python including ADT's, hash table, linked lists, sorts, trees, and graphs
EmbeddedML / Sklearn2cRepo containing conventional ML(Bayes, decision trees, kNN, SVM) algorithms to run on embedded devices
manupap1 / Libzoneminder Plugin Openalprlibzoneminder-plugin-openalpr is a free, open source Licence Plate Recognition plugin for the ZoneMinder CCTV sofware (https://github.com/ZoneMinder/ZoneMinder). It is based on openalpr library (https://github.com/openalpr/openalpr) for the recognition algorithm and plugin development initiated by nextime (https://github.com/nextime/zum/tree/master/scripts/ZoneMinder).
Hazrat-Ali9 / Data Structures Algorithms Interview✈ Data Structures & Algorithms (DSA) 🚢 problems solutions and 🚁 strategies to help you crack 🚠 coding interviews with 🛸 confidence Perfect for FAANG 🚒 prep technical rounds 🚖and whiteboard interviews 🚙 Arrays Trees Graphs 🚂 Linked Lists DP optimized 🏤 code multiple approaches 🏕 in-depth DSA problems 🏦 from top tech companies 🚃
SSQ / Coursera Stanford Greedy Algorithms Minimum Spanning Trees And Dynamic ProgrammingNotebook for quick search
yangliuy / DataMiningClassifierA text classifier based on Decision Trees ID3, Naive Bayes and KNN algorithm in C++ and JAVA.
avianey / Mcts4jA pure JAVA implementation of the Monte Carlo Tree Search algorithm.
krpiyush5 / Amazon Fine Food ReviewMachine learning algorithm such as KNN,Naive Bayes,Logistic Regression,SVM,Decision Trees,Random Forest,k means and Truncated SVD on amazon fine food review
nishant-Tiwari24 / Machine Learning AlgorithmsSome Machine Learning Algorithms Which I learned In 5th Semester. I contains topics like Decision Tree, KNN and more.
origovi / UrinayUrinay is a color-blind center line + track limits algorithm developed for Formula Student driverless racecars. It uses Delaunay triangulation and an iterative heuristic-ponderated height-limited tree search and takes as input the cone positions and the car position only. Made for BCN eMotorsport Formula Student team.
rohit1576 / Decision TreePython implementation of Decision trees using ID3 algorithm
Linzecong / DecisionTreeThe realization of decision tree learning algorithm-----C++ Version,决策树学习算法,C++实现
xjxxjx1017 / Destructible Terrain With PhaserA phaser implementation of destructible terrain helper library for 2D games. Using quad-tree algorithm, typescript and Phaser 3.
newtrip-project / PitreePractical Implementation of ABR Algorithms Using Decision Trees (ACM MM 2019)
ArianJM / Rapidly Exploring Random TreesPython implementation of the Rapidly Exploring Random Trees path planning algorithm.
Drup / Tree LayoutAlgorithms to layout trees in a pretty manner.
markus-exler / Unity RrtThis project is a Unity (C#) implementation of various versions of the sampling-based path search algorithm 'Rapidly-exploring random tree' (RRT).
maclandrol / SuffixTreeJSGeneralized suffix tree (Ukkonen's algorithm) in javascript.