examples
examples copied to clipboard
Fully-working mlpack example programs
This PR addresses issue #154 by reorganizing the MLPACK examples directory to improve its structure and clarity. Following the discussion in the issue, the changes aim to standardize the structure...
1. (Minor) add `!pip install packages` including `statsmodels` , `folium`, and most important `mlpack` to avoid errors if user try on Jupyter notebook online. 2. (Major)since pandas version 2.0.0 now...
Hey, as YOLO has been already added to the model [repo](https://github.com/mlpack/models/tree/master/models/yolo) I was thinking I can make a Face Mask Detector using YOLO. Shall I start working on it? It...
Hey everyone, I am suggesting a list of examples that might be fun to add to this repo : ~1. SRGAN and maybe ESRGAN.~ 2. DCGAN on CelebA(This is currently...
Current [readme](https://github.com/mlpack/examples/blob/master/README.md) indicates examples should be put in folders by programming language and/or environment. Do this and ensure that any paths are adjusted appropriately.
So this issue gives out a template or a guide that can be followed or kept in mind when writing new examples: - The examples should be well documented in...
GANs mnist
@kartikdutt18 @zoq I have created this new pull request coz in the earlier branch a lot of stuff has been messed up. To do: 1. Document Model architecture( It's half...
I'm not confident if this is a good idea, but it would be interesting to have a simple example for each of the bindings. This could double as a more...
Hey everyone, This PR adds BatchNorm Layer to mnist_cnn example. Closes #105. The results of training are given below : With BatchNorm Accuracy : ``` Accuracy: train = 89.2%, valid...