30 lines
930 B
Markdown
30 lines
930 B
Markdown
# 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](obsidian://open?vault=Coding%20Tips&file=Python%2FProjects%2FMachine%20Learning%2FML%20Management), 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
|
|
|