a fast, flexible machine learning library
nilay_jain
To implement the components of the GoogLeNet architecture (the inception layer, global average pooling, and other pieces), and then build GoogLeNet...
mentekid
Approximate Nearest Neighbor Search solutions become appealing in problems where dimensionality increases. Locality Sensitive Hashing is a popular...
Bang
Neuroevolution algorithms search optimal solutions by evolution rather than learning, which enables them to deal with large complex problems. In this...
Marcos Pividori
Mlpack provides an extensible, flexible exact nearest neighbor search implementation, with the ability to do dual-tree k-NN search. However, there is...
KeonKim
This GSoC project aims to develop a tool for managing dataset and experimenting the data. This project is important because most of the time used...
lozhnikov
Many methods of the mlpack machine learning library (such as nearest neighbor search, range search and others) are based on dual-tree algorithms...