enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Online machine learning - Wikipedia

    en.wikipedia.org/wiki/Online_machine_learning

    Online learning is a common technique used in areas of machine learning where it is computationally infeasible to train over the entire dataset, requiring the need of out-of-core algorithms. It is also used in situations where it is necessary for the algorithm to dynamically adapt to new patterns in the data, or when the data itself is ...

  3. Jubatus - Wikipedia

    en.wikipedia.org/wiki/Jubatus

    Jubatus is an open-source online machine learning and distributed computing framework developed at Nippon Telegraph and Telephone and Preferred Infrastructure. Its features include classification, recommendation, regression, anomaly detection and graph mining. It supports many client languages, including C++, Java, Ruby and Python.

  4. scikit-learn - Wikipedia

    en.wikipedia.org/wiki/Scikit-learn

    scikit-learn (formerly scikits.learn and also known as sklearn) is a free and open-source machine learning library for the Python programming language. [3] It features various classification, regression and clustering algorithms including support-vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific ...

  5. Category:Machine learning algorithms - Wikipedia

    en.wikipedia.org/wiki/Category:Machine_learning...

    Print/export Download as PDF; Printable version; In other projects Wikimedia Commons; ... Pages in category "Machine learning algorithms"

  6. Incremental decision tree - Wikipedia

    en.wikipedia.org/wiki/Incremental_decision_tree

    An incremental decision tree algorithm is an online machine learning algorithm that outputs a decision tree. Many decision tree methods, such as C4.5, construct a tree using a complete dataset. Incremental decision tree methods allow an existing tree to be updated using only new individual data instances, without having to re-process past ...

  7. Online algorithm - Wikipedia

    en.wikipedia.org/wiki/Online_algorithm

    The competitive ratio of an online problem is the best competitive ratio achieved by an online algorithm. Intuitively, the competitive ratio of an algorithm gives a measure on the quality of solutions produced by this algorithm, while the competitive ratio of a problem shows the importance of knowing the future for this problem.

  8. Data stream mining - Wikipedia

    en.wikipedia.org/wiki/Data_stream_mining

    RapidMiner: commercial software for knowledge discovery, data mining, and machine learning also featuring data stream mining, learning time-varying concepts, and tracking drifting concept (if used in combination with its data stream mining plugin (formerly: Concept Drift plugin)) RiverML: River is a Python library for online machine learning.

  9. Automated machine learning - Wikipedia

    en.wikipedia.org/wiki/Automated_machine_learning

    Automated machine learning (AutoML) is the process of automating the tasks of applying machine learning to real-world problems. It is the combination of automation and ML. [1] AutoML potentially includes every stage from beginning with a raw dataset to building a machine learning model ready for deployment.