Difference between revisions of "Meteos"
(→Meteos (Machine Learning as a Service)) |
|||
| (38 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | == Meteos (Machine Learning as a Service) (Deprecated) == |
| − | + | (check the new design and mission of [[Meteos/Meteos2.0]]) | |
| + | |||
| + | Meteos is Machine Learning as a Service (MLaaS) in Apache Spark. | ||
| + | |||
| + | Meteos allows users to analyze huge amount of data and predict a value by data mining and machine learning algorithms. | ||
| + | Meteos create a workspace of Machine Learning via sahara spark plugin and manage some resources and jobs regarding Machine Learning. | ||
| + | |||
| + | Meteos is named from Meteo (Meteorologist) + OS (OpenStack). | ||
| + | |||
| + | [[File:Meteos-overview.png]] | ||
== Projects == | == Projects == | ||
| − | === | + | ==== Meteos ==== |
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
| Source code | | Source code | ||
| − | | | + | | https://github.com/openstack/meteos |
|- | |- | ||
| Bug tracker | | Bug tracker | ||
| − | | https://bugs.launchpad.net/ | + | | https://bugs.launchpad.net/meteos |
|- | |- | ||
| Feature tracker | | Feature tracker | ||
| − | | https://blueprints.launchpad.net/ | + | | https://blueprints.launchpad.net/meteos |
|} | |} | ||
| − | === Python | + | ==== Python Meteos Client ==== |
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
| Source code | | Source code | ||
| − | | | + | | https://github.com/openstack/python-meteosclient |
|- | |- | ||
| Bug tracker | | Bug tracker | ||
| − | | https://bugs.launchpad.net/python- | + | | https://bugs.launchpad.net/python-meteosclient |
|- | |- | ||
| Feature tracker | | Feature tracker | ||
| − | | https://blueprints.launchpad.net/python- | + | | https://blueprints.launchpad.net/python-meteosclient |
|} | |} | ||
| − | == | + | ==== Meteos UI ==== |
| − | + | {| border="1" cellpadding="2" | |
| − | + | | Source code | |
| − | + | | https://github.com/openstack/meteos-ui | |
| − | + | |- | |
| − | + | | Bug tracker | |
| − | + | | https://bugs.launchpad.net/meteos-ui | |
| − | + | |- | |
| − | + | | Feature tracker | |
| − | + | | https://blueprints.launchpad.net/meteos-ui | |
| − | + | |} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | ==== IRC ==== | |
| − | + | http://webchat.freenode.net/?channels=openstack-meteos | |
| − | + | == Design & Use Cases == | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | * [[Meteos/Architecture| Meteos Architecture]] | |
| − | * | + | * [[Meteos/Usecases| Meteos Use Cases]] |
| − | |||
| − | * | + | * [[Meteos/DatasetsandModels| Meteos Dataset and Prediction Model]] |
| − | |||
| − | + | == Getting Started with Meteos == | |
| − | |||
| − | + | Instructions for getting started with Meteos using Devstack are available at: [[Meteos/Devstack|Meteos on Devstack]] | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | == | + | == API == |
| − | * | + | * [[Meteos/API| Meteos API]] |
| − | |||
| − | |||
| − | == | + | == Examples (CLI) == |
| − | * | + | * [[Meteos/ExampleLinear| Predict a Sales Figures by using LinearRegression Model]] |
| − | |||
| − | * | + | * [[Meteos/ExampleDecisionTree| Make a Decision to buy a stock by using DecisionTree Model]] |
| − | |||
| − | * | + | * [[Meteos/ExampleKmeans| Classify Users by Skill using Kmeans Model]] |
| − | |||
| − | * | + | * [[Meteos/ExampleRecommend| Recommend a Movie by using Recommendation Model]] |
| − | |||
| − | * | + | * [[Meteos/ExampleWord2Vec| Search Synonyms by using Word2Vec Model]] |
| − | |||
| − | == | + | == Examples (GUI) == |
| − | * | + | * [[Meteos/ExampleNativebyes| Detect a Spam Mail using Native byes Model]] |
| − | |||
| − | |||
| − | == | + | == Tips == |
| − | * | + | * [[Meteos/Howto| How to increase the model accuracy]] |
| − | |||
| − | + | == Boston Summit == | |
| − | |||
| − | * | + | * PPT Slide |
| − | + | https://www.slideshare.net/guchi_hiro/openstack-meteos-machine-learning-as-a-service | |
| − | * | + | * Demo |
| − | + | https://www.youtube.com/watch?v=YFv6SQvqNFs | |
Latest revision as of 04:04, 8 July 2018
Contents
Meteos (Machine Learning as a Service) (Deprecated)
(check the new design and mission of Meteos/Meteos2.0)
Meteos is Machine Learning as a Service (MLaaS) in Apache Spark.
Meteos allows users to analyze huge amount of data and predict a value by data mining and machine learning algorithms. Meteos create a workspace of Machine Learning via sahara spark plugin and manage some resources and jobs regarding Machine Learning.
Meteos is named from Meteo (Meteorologist) + OS (OpenStack).
Projects
Meteos
| Source code | https://github.com/openstack/meteos |
| Bug tracker | https://bugs.launchpad.net/meteos |
| Feature tracker | https://blueprints.launchpad.net/meteos |
Python Meteos Client
| Source code | https://github.com/openstack/python-meteosclient |
| Bug tracker | https://bugs.launchpad.net/python-meteosclient |
| Feature tracker | https://blueprints.launchpad.net/python-meteosclient |
Meteos UI
| Source code | https://github.com/openstack/meteos-ui |
| Bug tracker | https://bugs.launchpad.net/meteos-ui |
| Feature tracker | https://blueprints.launchpad.net/meteos-ui |
IRC
http://webchat.freenode.net/?channels=openstack-meteos
Design & Use Cases
Getting Started with Meteos
Instructions for getting started with Meteos using Devstack are available at: Meteos on Devstack
API
Examples (CLI)
Examples (GUI)
Tips
Boston Summit
- PPT Slide
https://www.slideshare.net/guchi_hiro/openstack-meteos-machine-learning-as-a-service
- Demo
