About 16 results
Open links in new tab
  1. AI::NeuralNet::Simple - An easy to use backprop neural net.

    If called with a positive integer argument, this method will allow you to set number of iterations that train_set will use and will return the network object. If called without an argument, it will …

  2. Perl interface to MXNet machine learning library - MetaCPAN

    my $train_dataiter = mx->io->MNISTIter({ image=>"data/train-images-idx3-ubyte", label=>"data/train-labels-idx1-ubyte", data_shape=>[1, 28, 28], batch_size=>$batch_size, …

  3. AI::NaiveBayes - A Bayesian classifier - metacpan.org

    Creation of AI::NaiveBayes classifier object out of training data is done by AI::NaiveBayes::Learner. For quick start you can use the limited train class method that trains …

  4. MLPerl - Machine Learning in Perl, Using the RPerl ... - MetaCPAN

    # generate train data classifications my string_arrayref $train_classifications = concatenate(for_range('0', (scalar @{$train_data_A})), for_range('1', (scalar @{$train_data_B})));

  5. Graph::Easy - Convert or render graphs (as ASCII, HTML, SVG or via ...

    $edge->attribute('label', 'train'); It is possible to add an edge with a label: $graph->add_edge('Cottbus', 'Berlin', 'my label'); You can also add self-loops: $graph …

  6. Paws::MachineLearning - Perl Interface to AWS Amazon Machine …

    If you plan to use the DataSource to train an MLModel, the DataSource also needs a recipe. A recipe describes how each input variable will be used in training an MLModel.

  7. AI::NeuralNet::Mesh - An optimized, accurate neural network

    Note: when using a ramp () activatior, train the net at least TWICE on the data set, because the first time the ramp () function searches for the top value in the inputs, and therefore, results …

  8. Client Challenge - MetaCPAN

    Perl wrapper for XGBoost library https://github.com/dmlc/xgboost

  9. PDL::OpenCV - PDL interface to OpenCV - metacpan.org

    Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string. METHODS for PDL::OpenCV::DMatch Class for matching …

  10. Compute Viterbi path and probability - metacpan.org

    train This method computes the start, emission and transition probabilities from a set of observations and their associated states. The probabilities are simple averages of the passed …