The Wayback Machine - https://web.archive.org/web/20220102134709/https://github.com/topics/machine-learning-library
Skip to content
#

machine-learning-library

Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.

Here are 216 public repositories matching this topic...

rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

  • Updated Dec 31, 2021
  • Python
shrit
shrit commented Nov 16, 2021

Hi,

There are still parts of boost library that are used inside mlpack, more specifically in here

  • mlpack/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp boost::heap
  • mlpack/src/mlpack/core/data/load_arff.hpp boost::tokenizer
  • mlpack/tests/main_tests/emst_test.cpp boost::math::iround()
  • mlpack/core/tree/cosine_tree/cosine_tree.cpp boost::m
Optimox
Optimox commented Dec 13, 2020

Feature request

As requested by some, and as @ekamioka started on this PR #244. It might be interesting to get some helper functions to use embeddings as it's not the simplest concept in deep learning.

What is the expected behavior?
Calling a few helper function to get all the correct parameters before using TabNet

Wikipedia
Wikipedia