Queries

Queries


  • Relational database using SQL language in general
  • Read more…

Database Schema

Database Schema


  • Schema is a blueprint for inputing the data. the data input must be follow the schema provided. if there's not much information, NULL must be specified
  • Read more…

Summary

Summary This will be the final videos of machine learning class in Coursera



  • With some labeled dataset, we have many supervised learning algorithm
  • Read more…

Ceiling Analysis: What Part of the Pipeline to Work on Next

Ceiling Analysis: What Part of the Pipeline to Work on Next
  • So we have arrived in the conclusion that time is really important for the developers or ML to spent on.
  • Read more…

Getting Lots of Data and Artificial Data Synthesis

Getting Lots of Data and Artificial Data Synthesis
  • It's now can be deducted that to create a powerful learning algorithm, we must use low bias algorithm in a huge amount of data.
  • Read more…

Sliding Windows

Sliding Windows
  • In previous videos, we talked about the pipeline, where we put the videos through many segment of ML process.
  • Read more…

Problem Description and Pipeline

Problem Description and Pipeline
This set of Following videos will talk about:
  1. How we handle big problem, with very complex machine learning problem
  2. Read more…

Map-reduce and data-parallelism

Map-reduce and data-parallelism
  • Often the data is so huge that we have to use more than one machine (Hadoop Cluster)
  • Read more…

Online Learning

Online Learning
  • Online learning algorithm is used when we have streamed input, having continuous data that didn’t stop. And what we like to do is set learning algorithm to keep learning as the data streamed and making learning algorithm making better and better decision live
  • Read more…

Stochastic Gradient Descent Convergence

Stochastic Gradient Descent Convergence
This video will show