A very brief introduction to Machine Learning using a practical example.

Efren Yevale Varela a859aa3b21 Added next number hace 4 años
LICENSE.md d7dd00ce07 Initial commit hace 4 años
README.md d7dd00ce07 Initial commit hace 4 años
app.js bac7a5514d Added forecast hace 4 años
console.html e8f984c135 Added console sampler hace 4 años
console.js a859aa3b21 Added next number hace 4 años
index.html e2e8b641ec Fixed Vue.js header hace 4 años

README.md

Machine Learning Session

The objective is to give a very brief introduction to Machine Learning using a practical example.

Things to cover:

  • A subscription to get live trading data.
  • Presentation of the information in a graph.
  • Addition of a trend line.
  • Use of Machine Learning for forecast.

In no way should this be considered as a complete solution, the goal is just to provide enough elements for a start so all participants can grow from there.