Podcast
Questions and Answers
Veri madenciliği nedir?
Veri madenciliği nedir?
Veri madenciliği, büyük veri kümelerinden gizli bilgiler, örüntüler veya ilişkiler keşfetmek için kullanılan bir işlemdir.
R nedir?
R nedir?
R, istatistiksel hesaplama ve grafikler için ücretsiz bir yazılım ortamıdır.
Veri madenciliği için R paket örnekleri şunlardır:
Veri madenciliği için R paket örnekleri şunlardır:
- Makine Öğrenmesi ve İstatistiksel Öğrenme (correct)
- Uzamsal Veri Analizi (correct)
- Tüm seçenekler doğru
- Çok Değişkenli İstatistikler (correct)
- Doğal Dil İşleme (correct)
- Küme Analizi ve Sonlu Karışım Modelleri (correct)
- Zaman Serisi Analizi (correct)
RStudio nedir?
RStudio nedir?
İris veri kümesinde kaç özellik bulunur?
İris veri kümesinde kaç özellik bulunur?
İris veri kümesi hangi makine öğrenmesi görevi için kullanılır?
İris veri kümesi hangi makine öğrenmesi görevi için kullanılır?
Bodyfat veri kümesi hangi R paketinde bulunur?
Bodyfat veri kümesi hangi R paketinde bulunur?
R'de bir veri çerçevesinin boyutunu nasıl kontrol edersiniz?
R'de bir veri çerçevesinin boyutunu nasıl kontrol edersiniz?
R'de bir veri çerçevesinin yapısını nasıl kontrol edersiniz?
R'de bir veri çerçevesinin yapısını nasıl kontrol edersiniz?
R'de varyansı nasıl kontrol edersiniz?
R'de varyansı nasıl kontrol edersiniz?
Sosyal ağ analizi nedir?
Sosyal ağ analizi nedir?
R'de sosyal ağ analizi için hangi paket kullanılır?
R'de sosyal ağ analizi için hangi paket kullanılır?
Flashcards
Veri Madenciliği
Veri Madenciliği
Veri madenciliği, büyük miktarda veriden ilginç bilgiler keşfetme sürecidir.
R
R
R, istatistiksel hesaplama ve grafikler için ücretsiz bir yazılım ortamıdır.
R Temelleri
R Temelleri
R'nin temel öğeleri, istatistiksel hesaplama ve grafikler için işlevler ve paketlerdir.
RStudio
RStudio
Signup and view all the flashcards
Veri Madenciliği Süreci
Veri Madenciliği Süreci
Signup and view all the flashcards
Sınıflandırma ve Tahmin
Sınıflandırma ve Tahmin
Signup and view all the flashcards
Kümeleme (Clustering)
Kümeleme (Clustering)
Signup and view all the flashcards
Aykırı Değer Tespiti
Aykırı Değer Tespiti
Signup and view all the flashcards
İlişkilendirme Kuralları
İlişkilendirme Kuralları
Signup and view all the flashcards
Zaman Serisi Analizi
Zaman Serisi Analizi
Signup and view all the flashcards
Metin Madenciliği
Metin Madenciliği
Signup and view all the flashcards
Sosyal Ağ Analizi
Sosyal Ağ Analizi
Signup and view all the flashcards
CRISP-DM (Çapraz Endüstri Standart Veri Madenciliği Süreci)
CRISP-DM (Çapraz Endüstri Standart Veri Madenciliği Süreci)
Signup and view all the flashcards
CRAN
CRAN
Signup and view all the flashcards
Veri Çerçevesi (Data Frame)
Veri Çerçevesi (Data Frame)
Signup and view all the flashcards
'.Rdata' Dosyası
'.Rdata' Dosyası
Signup and view all the flashcards
'.CSV' Dosyası
'.CSV' Dosyası
Signup and view all the flashcards
summary()
summary()
Signup and view all the flashcards
hist()
hist()
Signup and view all the flashcards
density()
density()
Signup and view all the flashcards
pie()
pie()
Signup and view all the flashcards
barplot()
barplot()
Signup and view all the flashcards
boxplot()
boxplot()
Signup and view all the flashcards
plot()
plot()
Signup and view all the flashcards
jitter()
jitter()
Signup and view all the flashcards
smoothScatter()
smoothScatter()
Signup and view all the flashcards
pairs()
pairs()
Signup and view all the flashcards
cov()
cov()
Signup and view all the flashcards
cor()
cor()
Signup and view all the flashcards
aggregate()
aggregate()
Signup and view all the flashcards
with()
with()
Signup and view all the flashcards
Study Notes
R and Data Mining: Examples and Case Studies
- The document is a guide on using R for data mining, providing examples and case studies.
- The author is Yanchang Zhao, with contact information.
- The publication date is October 20, 2015.
- Case studies are not included in the online version, but are part of the physical book edition.
- The latest online version is available at given URLs.
- R code, data, and FAQs are available at provided URLs.
- Additional topics such as topic modelling, stream graph, spatial data analysis, and performance evaluation are suggested to be added.
- Discussion forum and Twitter account information are available to post questions or feedback.
- There's a related book titled "Data Mining Application with R".
- The document contains the table of contents with chapter titles.
- The document lists figures and abbreviations.
Introduction
- Data mining is the extraction of knowledge from large datasets.
- Techniques include; classification, prediction, clustering, outlier detection, association rules, sequence analysis, time series analysis, and text mining.
- The book follows the CRISP-DM methodology, focusing on the modelling phase.
- R is a free software environment for statistical computing used for data analysis.
- The CRAN task views guide users to appropriate R packages.
- RStudio is an integrated development environment for R programming.
- There are examples on datasets such as Iris and Bodyfat.
- Datasets are described in detail, including the variables and their types (numeric, categorical).
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Bu kılavuz, veri madenciliği için R kullanımını ele alıyor ve örnekler ile vaka çalışmaları sunuyor. Veri madenciliği tekniklerinin yanı sıra, ilgili konular hakkında bilgiler yer alıyor. İçerik, R kodları ve veri setleri için bağlantılar içeriyor.