Skip to content

Commit c37fb81

Browse files
committed
Update Onramp links
1 parent 069c0e5 commit c37fb81

9 files changed

+30
-1
lines changed

.gitattributes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
*.fig binary
2+
*.mat binary
3+
*.mdl binary diff merge=mlAutoMerge
4+
*.mdlp binary
5+
*.mexa64 binary
6+
*.mexw64 binary
7+
*.mexmaci64 binary
8+
*.mlapp binary
9+
*.mldatx binary
10+
*.mlproj binary
11+
*.mlx binary
12+
*.p binary
13+
*.sfx binary
14+
*.sldd binary
15+
*.slreqx binary merge=mlAutoMerge
16+
*.slmx binary merge=mlAutoMerge
17+
*.sltx binary
18+
*.slxc binary
19+
*.slx binary merge=mlAutoMerge
20+
*.slxp binary
21+
22+
## Other common binary file types
23+
*.docx binary
24+
*.exe binary
25+
*.jpg binary
26+
*.pdf binary
27+
*.png binary
28+
*.xlsx binary

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# List of untracked files to ignore

FE1_programmaticML.mlx

1.09 KB
Binary file not shown.

FE2_loadForecastDL.mlx

1.33 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The instructions inside the live scripts will guide you through the activities a
1010
<img src="https://user-images.githubusercontent.com/81376570/124604883-6261a280-de39-11eb-8928-7df4d87ccb58.gif" height = "800"/>
1111

1212
## Suggested Prework ##
13-
[MATLAB Onramp](https://www.mathworks.com/learn/tutorials/matlab-onramp.html)—a free two-hour introductory tutorial to learn the essentials of MATLAB®. Additional programming skills (see [MATLAB Fundamentals](https://www.mathworks.com/training-schedule/matlab-fundamentals.html)) are beneficial, but not assumed in the tasks and instructions.
13+
[MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted)—a free two-hour introductory tutorial to learn the essentials of MATLAB®. Additional programming skills (see [MATLAB Fundamentals](https://www.mathworks.com/training-schedule/matlab-fundamentals.html)) are beneficial, but not assumed in the tasks and instructions.
1414
[Regression Basics](https://www.mathworks.com/academia/courseware/regression-basics.html)—a curriculum module to cover the fundamentals of regression analyis.
1515

1616
No prior exposure to the subject of machine learning is assumed.

electricityLoadDataML.mlx

1015 Bytes
Binary file not shown.

loadForecastRegression.mlx

3.23 KB
Binary file not shown.

loadForecastRegression_soln.mlx

3.22 KB
Binary file not shown.

machineLearningIntro.mlx

2.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)