Decomposition of  data analytics

Decomposition of data analytics

Data analytics is combination of data science , deep learning and big data (+7TB)

Data science : math, structured data(text) and machine learning through algorithm

Deep learning :Image,video and unstructured data (text). (prediction of behaviour )

Big data :distributed storage and distributed computation

Best Tools now (2017):

Data science : python with ide spyder and sklearn package (Google summer code)

Deep learning : tensor flow (google)

Big data : Spark (IBM)

Problem definition Data analytics solves

Problem is 2 type :

1. Predictive analysis

  1. classification
  2. regression
  3. recommendation

2.Descriptive analysis

  1. clustering
  2. anomaly detection
  3. dimension reduction
  4. Market-basket

1.1: Classification:

  • majority
  • random
  • human discovery
  • machine discovery

Coming Soon ....





要查看或添加评论,请登录

Brahmananda Kar的更多文章

  • Gradient descent

    Gradient descent

    Gradient descent is a widely used optimization algorithm in machine learning and artificial intelligence. It is used to…

  • Master in SQL in 10 min

    Master in SQL in 10 min

    It is required to hands-on on SQL for multiple reason .Below query designed in such a way that go to start as there no…

  • Kubernete Usecases

    Kubernete Usecases

    UseCase :1 From an automation perspective, Since selenium grid confirm of high availabity of node to distribute test…

  • CI & CD in cloud with JenkinFile

    CI & CD in cloud with JenkinFile

    Background: Historically jenkins served as continuous integration and then moved to continuous delivery tool . Life…

  • Design Pattern as tale

    Design Pattern as tale

    Design patterns are best practice to tackle certain problems . In Object oriented language , involves 3 step to model…

    1 条评论
  • What problem docker solves

    What problem docker solves

    1.Background Since inspection of agile methodology , cycle time is very unfair for testing guys to put ui/api test…

  • Time and space complexity in simple way

    Time and space complexity in simple way

    When we look at any computer program ,on first hand it should perform its requirement that is functional criteria . To…

    1 条评论
  • What is test Automation ?

    What is test Automation ?

    So many buzz word flowing around us and still trying to understand test automation. If you consider software components…