Skip to content

cmpe481 tr eng eklendi #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions content/courses/cmpe481.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: CMPE481
description: Data Analysis and Visualization
metadata: none
thumbnail:
url: https://picsum.photos/seed/cmpe481b/1400
aliases:
- undergraduate/courses/cmpe481
---

{{< under-construction-warning >}}

## Course Information

<!-- prettier-ignore-start -->
{{< table class="table-hover table-sm" >}}
|||
| :-- | :-- |
| Faculty | Faculty of Engineering |
| Course Code | CMPE481 |
| Course Title | Data Analysis and Visualization |
| Language of Instruction | English |
| Course Semester | Fall |
| Course Hours | Lecture: 3, PS: 0, Labs: 0 |
| Course Credits | 3 |
| ECTS | 6 |
| Grading Mode | Letter Grade |
| Prerequisites | None |
| Corequisites | None |

{{< /table >}}
<!-- prettier-ignore-end -->

## Catalog Description

This course provides fundamental concepts about data analysis and data visualization. Topics include data pre-processing & preparation, clustering, classification, regression, performance evaluation, feature selection, feature importance analysis, feature extraction, and dimensionality reduction methods. Visualization concepts focus on high-dimensional data visualization techniques.

## Course Learning Outcomes

1- Apply clustering methods to analyze data
2- Design regression or classification systems to solve real-life problems
3- Evaluate the performance of estimation models
4- Visualize complex datasets to gain insights

## Current Instructor

{{< people tag="cmpe481" cols="2">}}

## Previous Instructors

{{< people_alt tag="former-cmpe481" cols="3">}}
51 changes: 51 additions & 0 deletions content/courses/cmpe481.tr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: CMPE481
description: Veri Analizi ve Görselleştirme
metadata: none
thumbnail: https://picsum.photos/seed/cmpe481b/1400
aliases:
- undergraduate/courses/cmpe481
---

{{< under-construction-warning >}}

## Ders Bilgileri

<!-- prettier-ignore-start -->
{{< table class="table-hover table-sm" >}}
|||
|:--|:--|
| Fakülte | Mühendislik Fakültesi |
| Ders Kodu | CMPE481 |
| Ders Başlığı | Veri Analizi ve Görselleştirm |
| Öğretim Dili | İngilizce |
| Ders Dönemi | Bahar |
| Ders Saatleri | Ders: 3, PS: 0, Laboratuvar: 0 |
| Ders Kredisi | 3 |
| AKTS | 6 |
| Notlandırma Sistemi | Harf Notu |
| Önkoşul dersleri | Yok |
| Eşkoşul dersleri | Yok |

{{< /table >}}
<!-- prettier-ignore-end -->

## Katalog Tanımı

Bu derste veri analizi ve görselleştirme konularında temel kavramlar öğretilmektedir. İçerilen konular, veri önişleme, öbekleme, sınıflandırma, regresyon, başarım değerlendirme yöntemleri, öznitelik seçme ve çıkarma, öznitelik önemi analizi ve boyut azaltmadır. Veri görselleştirme teknikleri özellikle karmaşık ve yüksek boyutlu verilere odaklanmaktadır.


## Dersin Öğrenme Çıktıları

1- Veri analizi için kümeleme yöntemlerinin uygulanması
2- Gerçek hayat problemlerinin çözümü için sınıflandırma ve/veya regresyon yöntemlerinin uygulanması
3- Başarım değerlendirme yöntemlerinin kullanımı
4- Karmaşık veriler için görselleştirme yöntemlerinin uygulanması

## Dersi Veren Öğretim Üyesi

{{< people tag="cmpe481" cols="2">}}

## Dersi Veren Önceki Öğretim Üyeleri

{{< people_alt tag="former-cmpe481" cols="3">}}
3 changes: 2 additions & 1 deletion data/bouncmpe/people/gokberk-berk.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"cmpe160",
"advisor-2",
"computervisionpatternrecognition",
"machinelearning"
"machinelearning",
"cmpe481"
],
"type": "person",
"thumbnail": "images/people/gokberk_berk.jpg"
Expand Down