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