Skip to content

Commit 15bcf16

Browse files
committed
Updated README.md with correct link
1 parent e55f4f3 commit 15bcf16

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<a id="H_053613DF"></a>
66

77

8-
[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/163696-biosciences-machine-learning) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-machine-learning&project=MachineLearningBiosciences.prj&file=README.mlx)
8+
[![View on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/163696-biosciences-machine-learning) or [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Biosciences-Machine-Learning&project=MachineLearningBiosciences.prj&file=README.mlx)
99

10-
[![MATLAB Versions Tested](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMathWorks-Teaching-Resources%2Fbiosciences-machine-learning%2Frelease%2FImages%2FTestedWith.json)](https://github.com/MathWorks-Teaching-Resources/Biosciences-Machine-Learning/blob/release/README.md)
10+
[![MATLAB Versions Tested](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FMathWorks-Teaching-Resources%2FBiosciences-Machine-Learning%2Frelease%2FImages%2FTestedWith.json)](https://MathWorks-Teaching-Resources.github.io/Biosciences-Machine-Learning)
1111

1212
**Curriculum Module**
1313

@@ -65,35 +65,35 @@ MATLAB® is used throughout. Tools from the the [Statistics and Machine Learning
6565
# Scripts
6666
<a id="TMP_3070"></a>
6767

68-
## [**An Overview of Machine Learning for Science and Engineering**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-machine-learning&project=MachineLearningBiosciences.prj&file=Scripts/IntrotoMachineLearning.mlx)
68+
## [**An Overview of Machine Learning for Science and Engineering**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Biosciences-Machine-Learning&project=MachineLearningBiosciences.prj&file=Scripts/IntrotoMachineLearning.mlx)
6969
||||
7070
| :-- | :-- | :-- |
7171
| <img src="Images/image_3.png" width="171" alt="image_3.png"> <br> | **In this script, students will...** <br> $\bullet$ explain the primary goal of machine learning. <br> $\bullet$ distinguish between supervised and unsupervised learning. <br> $\bullet$ describe the key steps in a typical machine learning workflow. <br> | **Academic disciplines** <br> $\bullet$ Biosciences <br> $\bullet$ Biology <br> $\bullet$ AI | Machine Learning <br> $\bullet$ Engineering <br> |
7272

7373
<a id="TMP_41f4"></a>
7474

75-
## [**Unsupervised Learning**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-machine-learning&project=MachineLearningBiosciences.prj&file=Scripts/UnsupervisedLearning.mlx)
75+
## [**Unsupervised Learning**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Biosciences-Machine-Learning&project=MachineLearningBiosciences.prj&file=Scripts/UnsupervisedLearning.mlx)
7676
||||
7777
| :-- | :-- | :-- |
7878
| <img src="Images/image_4.png" width="141" alt="image_4.png"> <br> | **In this script, students will...** <br> $\bullet$ apply Principal Component Analysis (PCA) to reduce dimensions of biosciences data. <br> $\bullet$ use k\-means clustering to identify natural groupings in unlabeled data. <br> $\bullet$ evaluate clustering performance using confusion matrices. <br> | **Academic disciplines** <br> $\bullet$ Biosciences <br> $\bullet$ Biology <br> $\bullet$ AI | Machine Learning <br> |
7979

8080
<a id="TMP_1fde"></a>
8181

82-
## [**Supervised Learning: Classification**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-machine-learning&project=MachineLearningBiosciences.prj&file=Scripts/SupervisedLearningClassification.mlx)
82+
## [**Supervised Learning: Classification**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Biosciences-Machine-Learning&project=MachineLearningBiosciences.prj&file=Scripts/SupervisedLearningClassification.mlx)
8383
||||
8484
| :-- | :-- | :-- |
8585
| <img src="Images/image_5.png" width="171" alt="image_5.png"> <br> | **In this script, students will...** <br> $\bullet$ train and evaluate models to classify disease using supervised learning. <br> $\bullet$ assess model performance with accuracy, confusion matrices, and ROC curves. <br> $\bullet$ improve accuracy using feature selection, PCA, and cost weighting. <br> | **Academic disciplines** <br> $\bullet$ Biosciences <br> $\bullet$ Biology <br> $\bullet$ AI | Machine Learning <br> |
8686

8787
<a id="TMP_245a"></a>
8888

89-
## [**Supervised Learning: Regression**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-machine-learning&project=MachineLearningBiosciences.prj&file=Scripts/SupervisedLearningRegression.mlx)
89+
## [**Supervised Learning: Regression**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Biosciences-Machine-Learning&project=MachineLearningBiosciences.prj&file=Scripts/SupervisedLearningRegression.mlx)
9090
||||
9191
| :-- | :-- | :-- |
9292
| <img src="Images/image_6.png" width="171" alt="image_6.png"> <br> | **In this script, students will...** <br> $\bullet$ use supervised learning to train and evaluate regression models that predict mollusk age. <br> $\bullet$ evaluate and compare models using statistical performance metrics such as accuracy, confusion matrices, and RMSE. <br> $\bullet$ apply machine learning in biosciences. <br> | **Academic disciplines** <br> $\bullet$ Biosciences <br> $\bullet$ AI | Machine Learning <br> |
9393

9494
<a id="TMP_18d1"></a>
9595

96-
## [**Unsupervised Learning Problem Set**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/biosciences-machine-learning&project=MachineLearningBiosciences.prj&file=Scripts/UnsupervisedLearningPS.mlx)
96+
## [**Unsupervised Learning Problem Set**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Biosciences-Machine-Learning&project=MachineLearningBiosciences.prj&file=Scripts/UnsupervisedLearningPS.mlx)
9797
||||
9898
| :-- | :-- | :-- |
9999
| <img src="Images/image_7.png" width="171" alt="image_7.png"> <br> | **In this script, students will...** <br> $\bullet$ apply unsupervised learning to a cancer cell dataset. <br> | **Academic disciplines** <br> $\bullet$ Biosciences <br> $\bullet$ Biology <br> $\bullet$ AI | Machine Learning <br> |

Utilities/ProjectSettings.mat

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)