Menno van Rahden

Results 18 issues of Menno van Rahden

**Is your feature request related to a problem? Please describe.** The current implementation only tests the regular usage case once. There are no unit tests including spies and stubs to...

enhancement
help wanted

### Package version eg. v9, v10: v10 ### Issue, Question or Enhancement: I'm curious to know the reasoning behind the `notblank` validator not being a standard string validator? Feels like...

Hi David, it might be interesting to add the homebrew distribution channel of the binaries so people could easily install it via `brew install markdownlint-cli2` command. Kind regards

question

The gci fixes infinitely for newer stdlib packages. This original (No.1): ```go import ( "context" "encoding/json" "errors" "slices" //

## Simple Example We want to prevent devs from using `os.Setenv` in Tests and use `t.Setenv` instead. However, the usage of `os.Setenv` in source this could be a viable solution....

**Is your feature request related to a problem? Please describe.** Currently the `leakyReLU` is missing as a common activation function. **Describe the solution you'd like** Add it to: - `MatOps`...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Add convolutions via filter functions (Kernel) to learn from multidimensional data. **Describe the solution you'd like** See [convolutional neural networks...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** There's no option to choose the activation functions per layer. **Describe the solution you'd like** Please give the ability of...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** The current implementation of stateful networks exposes implementation details to the user of those architectures, such as the previous state...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** The current examples provide a very limited feature set to learn. **Describe the solution you'd like** Please provide examples with...

enhancement
help wanted