Notepad/enter/Coding Tips (Classical)/Project Vault/Past Projects/Windtelligent.ai/AI/Intro to the AI.md

930 B

Welcome to the AI

Ah the world of artiifical intelligence. The electricity that powers all the tech tools of tomorrow including Windtelligent's!

General ML things should be found in the larger vault I believe or even here, but I'm sure the shorter version will have relevance here as well. The extended if-then statement with some numbers at best. The start to decision making upon cell splitting. Add any fun links you'd like here.


In Review

The 5 algorithms currently in review are:

  • Linear Regression

  • k-Nearest Neighbors

  • Decision Tree

  • Support Vector Machines

  • Multi-Layer Perceptron

These are 5 algorithms that you can try on your regression problem as a starting point. A standard machine learning wind problem will be used to demonstrate each algorithm.


Cross-Validation Review