The Wayback Machine - https://web.archive.org/web/20200918072242/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 188 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 Sep 18, 2020
  • Python
Eddie-Xiao
Eddie-Xiao commented Sep 12, 2020

Suggest that adding classification to LSTM and regressor to RandomForest on these two most popular models.

RandomForest is an awesome classification tool but it lacks of sequential data maneuver. Put a classification onto RNN/LSTM/GRU would be a good choice to get output probabilities. Ryan mentioned using a softmax layer as last layer with nodes equals to the class number.

Also, on time ser

StrikerRUS
StrikerRUS commented Oct 18, 2019

I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.

Of course, piping is a solution, but not for development in Jupyter Notebook, for example.

Wikipedia
Wikipedia
You can’t perform that action at this time.