All Projects → produvia → Ai Platform

produvia / Ai Platform

Licence: mit
An open-source platform for automating tasks using machine learning models

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
r
7636 projects

Projects that are alternatives of or similar to Ai Platform

Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+4745.9%)
Mutual labels:  automation, artificial-intelligence, data-science, neural-networks
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+14509.84%)
Mutual labels:  artificial-intelligence, data-science, neural-networks
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-31.15%)
Mutual labels:  artificial-intelligence, data-science, neural-networks
Darwinexlabs
Datasets, tools and more from Darwinex Labs - Prop Investing Arm & Quant Team @ Darwinex
Stars: ✭ 248 (+306.56%)
Mutual labels:  artificial-intelligence, data-science, neural-networks
Spacy
💫 Industrial-strength Natural Language Processing (NLP) in Python
Stars: ✭ 21,978 (+35929.51%)
Mutual labels:  artificial-intelligence, data-science, neural-networks
Sciblog support
Support content for my blog
Stars: ✭ 694 (+1037.7%)
Mutual labels:  artificial-intelligence, data-science, neural-networks
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (+170.49%)
Mutual labels:  artificial-intelligence, data-science, neural-networks
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (+434.43%)
Mutual labels:  artificial-intelligence, data-science, neural-networks
Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (+485.25%)
Mutual labels:  data-science, neural-networks, tensorflow-models
Learn Data Science For Free
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in …
Stars: ✭ 4,757 (+7698.36%)
Mutual labels:  artificial-intelligence, data-science, neural-networks
Steppy Toolkit
Curated set of transformers that make your work with steppy faster and more effective 🔭
Stars: ✭ 21 (-65.57%)
Mutual labels:  data-science, tensorflow-models, keras-models
Deepaudioclassification
Finding the genre of a song with Deep Learning
Stars: ✭ 969 (+1488.52%)
Mutual labels:  artificial-intelligence, neural-networks
Artificialintelligenceengines
Computer code collated for use with Artificial Intelligence Engines book by JV Stone
Stars: ✭ 35 (-42.62%)
Mutual labels:  artificial-intelligence, neural-networks
Bidaf Keras
Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2
Stars: ✭ 60 (-1.64%)
Mutual labels:  neural-networks, keras-models
Goapy
Goal-Oriented Action Planning implementation in Python
Stars: ✭ 33 (-45.9%)
Mutual labels:  automation, artificial-intelligence
Dataconfs
A list of conferences connected with data worldwide.
Stars: ✭ 36 (-40.98%)
Mutual labels:  artificial-intelligence, data-science
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+13365.57%)
Mutual labels:  artificial-intelligence, data-science
Arpx
Automate and relate multiple processes.
Stars: ✭ 49 (-19.67%)
Mutual labels:  tasks, automation
Mckinsey Smartcities Traffic Prediction
Adventure into using multi attention recurrent neural networks for time-series (city traffic) for the 2017-11-18 McKinsey IronMan (24h non-stop) prediction challenge
Stars: ✭ 49 (-19.67%)
Mutual labels:  data-science, neural-networks
Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-45.9%)
Mutual labels:  artificial-intelligence, tensorflow-models

AI Platform

Background

Artificial intelligence (AI) gig economy is here. Many companies including Uber, DoorDash, Fiverr built economies by relying on contingent workers, available on-demand. The great paradox of on-demand services is that they can be easily automated using AI technologies.

  • Where do AI systems come from? Research and development (R&D)
  • What do AI systems do today? Perform tasks (i.e. provide services)
  • What will AI systems be able to do? Automate human tasks (and more)
  • What is R&D? Tasks to automate
  • Where does AI R&D automation lead? Recursive technology improvement
  • Where does that lead? AI services, which includes the service of developing new services

"The AI explosion will be enabled by AI-driven AI developments. As AI technologies are being recursively improved, new AI services and new AI tasks will be solved."

-- Slava Kurilyak, Founder / CEO at Produvia

About

ai-platform

AI Platform aims to automate AI R&D tasks. Our vision is to create machine learning models to solve various computer science tasks. Our mission is to achieve automation of AI technologies.

"We need to standarize AI solutions by focusing on solving AI R&D tasks while developing machine learning models that are reusable and easily accessible by all."

-- Slava Kurilyak, Founder / CEO at Produvia

What is our approach?

We are developing service-centered or task-focused machine learning models. These models, or AI services, solve distinct tasks or functions.

Examples of AI tasks include:

  • semantic segmentation (computer visions)
  • machine translation (natural language processing)
  • word embeddings (methodology)
  • recommendation systems (miscellaneous)
  • speech recognition (speech)
  • atari games (playing games)
  • link prediction (graphs)
  • time series classification (time series)
  • audio generation (audio)
  • visual odometry (robots)
  • music information retrieval (music)
  • dimensionality reduction (computer code)
  • decision making (reasoning)
  • knowledge graphs (knowledge base)
  • adversarial attack (adversarial)

Proposed Folder Structure:

We store machine learning models using the following folder structure:

/tasks/area/task

For example:

/tasks/computer-vision/image-classification

Installation

To get the entire project up and running locally:

Clone the repo:

$ git clone https://github.com/produvia/ai-platform.git
$ cd ai-platform

Running Locally

This is an example of how to run object detection on the picture containing zebra:

$ cd tasks/computer-vision/object-detection/
$ mlflow run . -P photo_name=zebra.jpg

Project Components

For more information, check out documentation for the different services:

  • /tasks - for compilation of AI tasks

Supported Programming Languages

AI Platform supports various programming languages:

Python R Java

Supported ML Development Frameworks

AI Platform supports various machine learning frameworks and libraries:

Tensorflow Pytorch Keras Apache Spark Scikit Learn H2O

Supported ML Deployment Frameworks

AI Platform supports various machine learning deployment frameworks and libraries:

Conda Docker MLeap SageMaker Azure ML Google Cloud

Common Questions

What is the difference between AI Platform and MLflow?

AI Platform is an open source platform for automating machine learning models (aka tasks) while MLflow is open source platform for the machine learning lifecycle. AI Platform focuses on automating tasks while MLflow focuses on managing and deploying models. AI Platform focuses on automating model building. MLflow focuses on automating post-modeling. AI Platform is dependent on MLflow. MLflow is not dependent on AI Platform.

AI Platform:

AI Platform Tasks: Automate computer science tasks using AI, machine learning, deep learning and data science.

MLflow:

MLflow Tracking: Log parameters, code, and results in machine learning experiments and compare them using an interactive UI.

MLflow Projects: A code packaging format for reproducible runs using Conda and Docker, so you can share your ML code with others.

MLflow Models: A model packaging format and tools that let you easily deploy the same model (from any ML library) to batch and real-time scoring on platforms such as Docker, Apache Spark, Azure ML and AWS SageMaker.

What is the difference between AI Platform and AutoML?

AI Platform aims to make machine learning models reusable and easily accessible by all.

Automated machine learning (autoML) is a computer science methodology which aims to make machine learning more accessible. AutoML automatically generates data analysis pipelines, performs neural architecture search, hyperparameter optimization and automated feature engineering.

What is the difference between AI tasks and human tasks?

AI tasks are computer tasks solved using AI and machine learning. Unautomated AI R&D tasks are human tasks. Advances in AI will enable incremental speedup and automation of human tasks.

Datasets

Uploading Your Own Dataset

Do you have your own data? We recommend that you upload your own dataset onto a public bucket via AWS S3, or Google Drive and include a LICENSE file which describes usage rights (commercial or non-commercial).

Finding an Existing Dataset

Are you looking for a dataset? We recommend that you check out DataSetList.com which includes the biggest machine learning datasets for computer vision (CV), natural language processing (NLP), question answer (QA), audio, and medical industries. You can also search for particular datasets using Google Dataset Search.

Contributing

Code

Do you want to contribute towards AI Platform?

  1. Fork this repo (how to guide).
  2. Develop a new machine learning model or improve an existing one. Review existing tasks and outstanding issues and pull requests.
  3. Integrate MLflow into your code.
  4. Create a pull request from your fork (how to guide).

Ideas

Do you have an idea, feature request, or task request for AI Platform?

  1. Create a new issue
  2. Email the Produvia team at [email protected]

Project Dependencies

ai-platform-mlflow

  • At AI Platform, we use MLflow for model tracking and model deployment. MLflow is an open source platform for machine learning lifecycle. Familiarize yourself with MLflow by going through the following resources:
    1. Review MLflow examples hosted on Github.
    2. Watch MLflow intro video on YouTube by Matei Zaharia, Co-founder and Chief Technologist at Databricks.
    3. Watch MLflow videos on YouTube

About Produvia

Since 2013, Produvia has partnered with companies from all industries to accelerate the adoption of AI and machine learning technologies.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].