Coder Social home page Coder Social logo

datasets's Introduction

Question as a starting point:

  1. What question(s) am I trying to answer? Do I think the data collected can answer that question?

  2. What is the best way to phrase my question(s) as a machine learning problem?

  3. Have I collected enough data to represent the problem I want to solve?

  4. What features of the data did I extract, and will these enable the right predictions?

  5. How will I measure success in my application?

  6. How will the machine learning solution interact with other parts of my research or business product?


Questions for Data

  1. Question is Sharp ?
  2. Data measures what you care about ?
  3. Data is accurate ?
  4. Data is connected ?
  5. Is there a lot of data ?

Question for Algorithms

https://docs.microsoft.com/en-us/azure/machine-learning/studio/data-science-for-beginners-the-5-questions-data-science-answers

  1. Is this A or B ? => Classification algorithms ( two-class or multiclass clasification)
  2. Is this weird or not normal ? => Anomaly detection algorithms
  3. How much or how many ? => Regression algorithms (continuous data)
  4. How this is organized ? => Clustering algorithms (Which viewers like the same types of movies?)
  5. What should I do now ? => Reinforcement learning algorithms (Decision process and rewards system , e.g: autonomous driving)

Model interaction

  1. Define the interaction with the data science models: REST? RPC calls RabbitMQ? Kafka Message Bus?
  2. Plan to use notebooks (Jupyther, Azure Notebook, Google colab)
  3. Model retraining (Cron for the pipeline or Airflow)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.