examples icon indicating copy to clipboard operation
examples copied to clipboard

Fully-working mlpack example programs

Results 17 examples issues
Sort by recently updated
recently updated
newest added

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...

s: unlabeled
s: unanswered
s: needs review
s: stale

s: unlabeled
s: unanswered
s: needs review
s: stale

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...

s: unlabeled
s: unanswered
s: needs review

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...

help wanted
good first issue
s: keep open
c: examples
s: answered

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...

s: keep open

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.

help wanted
good first issue
s: keep open
c: documentation
c: examples

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...

s: keep open
c: documentation
c: examples

@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...

s: needs review
s: keep open
notebook

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...

s: keep open
c: examples
c: testing

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...

t: added feature
s: needs review
s: keep open
c: examples