Skip to content

Commit fc7b681

Browse files
committed
update readme
1 parent cb2be84 commit fc7b681

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

README.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,25 @@ This repository contains various projects focused on key concepts in machine lea
33

44
## Contents
55

6-
### 1. Projects
7-
- **Concept Learning**
6+
- **[Concept Learning](https://github.com/itsatefe/Machine-Learning/tree/master/Concept-Learning)**
87
- Topics: Rote Learner, Find-S, Candidate Elimination
98
- Dataset: `adults.csv`
10-
- [Instructions](https://github.com/itsatefe/Machine-Learning/tree/master/Concept-Learning)
119

12-
- **Function Approximation**
10+
- **[Function Approximation](https://github.com/itsatefe/Machine-Learning/tree/master/Function-Approximation)**
1311
- Topics: Implementing a Tic-Tac-Toe AI using Function Approximation
14-
- [Instructions](https://github.com/itsatefe/Machine-Learning/tree/master/Function-Approximation)
1512

16-
- **Decision Trees**
13+
- **[Decision Trees](https://github.com/itsatefe/Machine-Learning/tree/master/Decision-Tree)**
1714
- Topics: Decision Trees
1815
- Datasets: Heart Failure
19-
- [Instructions](https://github.com/itsatefe/Machine-Learning/tree/master/Decision-Tree)
2016

21-
- **Ensemble Learning**
22-
- Topics: Decision Trees, Bagging, Boosting
17+
- **[Ensemble Learning](https://github.com/itsatefe/Machine-Learning/tree/master/Ensemble-Learning)**
18+
- Topics: Bagging, Boosting
2319
- Datasets: Abalone
24-
- [Instructions](https://github.com/itsatefe/Machine-Learning/tree/master/Ensemble-Learning)
2520

26-
- **Feature Maps, Kernels, and Regularization in Linear Regression**
21+
- **[Feature Maps, Kernels, and Regularization in Linear Regression](https://github.com/itsatefe/Machine-Learning/tree/master/Feature_Maps-Kernels_Regularization)**
2722
- Topics: Feature Maps, Kernels, Regularization Techniques
28-
- [Instructions](https://github.com/itsatefe/Machine-Learning/tree/master/Feature_Maps-Kernels_Regularization)
2923

30-
### 2. MAGCN
31-
- **Title**: Multi-View Graph Convolutional Networks with Attention Mechanism
32-
- **Description**: Implementation of MAGCN to handle graph-structured data across multiple views, enhancing the model's ability to perform tasks like node classification.
33-
- [Project Report](https://github.com/itsatefe/Machine-Learning/tree/master/Multi-View-GCN)
24+
- **[MAGCN](https://github.com/itsatefe/Machine-Learning/tree/master/Multi-View-GCN)**
25+
- **Paper Title**: Multi-View Graph Convolutional Networks with Attention Mechanism
26+
- **Description**: Implementation of MAGCN to handle graph-structured data across multiple views, enhancing the model's ability to perform tasks like node classification.
27+

0 commit comments

Comments
 (0)