Skip to content

Commit bf8f419

Browse files
committed
add citation file
1 parent 67c4434 commit bf8f419

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CITATION.cff

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
cff-version: 1.2.0
2+
title: "Introduction to Machine Learning Course"
3+
authors:
4+
- family-names: "Özsari"
5+
given-names: "Gökhan"
6+
affiliation: "Chalmers University of Technology"
7+
orcid: "https://orcid.org/0000-0002-3023-9843"
8+
abstract: |
9+
This repository contains materials for the "Introduction to Machine Learning" course,
10+
including presentations, Jupyter notebooks, and in-class assignments. The course
11+
covers supervised and unsupervised learning, machine learning workflows, and practical
12+
hands-on projects.
13+
keywords:
14+
- machine learning
15+
- supervised learning
16+
- unsupervised learning
17+
- clustering
18+
- classification
19+
- regression
20+
- Python
21+
- scikit-learn
22+
license: "MIT"
23+
repository-code: "https://github.com/gozsari/ML_intro"
24+
doi: ""
25+
date-released: 2024-11-29
26+
version: "1.0.0"
27+
28+
# Citation examples
29+
preferred-citation:
30+
type: software
31+
title: "Introduction to Machine Learning Course Repository"
32+
authors:
33+
- family-names: "Özsari"
34+
given-names: "Gökhan"
35+
version: "1.0.0"
36+
url: "https://github.com/gozsari/ML_intro"
37+
date-released: 2024-11-30

0 commit comments

Comments
 (0)