İleri Seviye Derin Öğrenme Giriş
  • İleri Seviye Derin Öğrenme Ders Programı
  • Kurulumlar: Anaconda, Python, Keras, Pytorch
  • Datai Team GitHub: Kaynaklar
  • İndirilebilir Kaynaklar
Convolutional Neural Networks (CNN)
  • Convolutional Neural Networks Giriş
  • Convolutional Neural Networks Tekrar
  • Fruit360 Projesi: Dataset Tanıtımı
  • Fruit360 Projesi: Python(Keras) ile CNN Modeli Oluşturma
  • Fruit360 Projesi: Python(Keras) ile CNN Train ve Test
  • Fruit360 Projesi: Python(Keras) ile CNN Sonuçlar
  • Mnist Ödevi: Python(Keras) ile CNN
  • Mnist Ödevi: Python(Keras) ile CNN Sonuçları
  • Convolutional Neural Networks Sonuç
Deep Residual Networks (ResNets)
  • Deep Residual Networks Giriş
  • CNN vs Deep Residual Networks
  • Vanishing Gradient Problem
  • Deep Residual Networks
  • IR Pedestrian Projesi: Dataset Tanıtımı ve Proje Raporu
  • IR Pedestrian Projesi: Veri Seti Yükleme-1
  • IR Pedestrian Projesi: Veri Seti Yükleme-2
  • IR Pedestrian Projesi: Python(Pytorch) ile CNN Modeli Oluşturma
  • IR Pedestrian Projesi: Python(Pytorch) ile CNN Loss Fonksiyonu ve Optimizer
  • IR Pedestrian Projesi: Python(Pytorch) ile CNN Modeli Eğitimi
  • IR Pedestrian Projesi: Python(Pytorch) ile CNN Modeli Sonuçları
  • IR Pedestrian Projesi: Dataset Tanıtımı
  • IR Pedestrian Projesi: Python(Pytorch) ile Deep Residual Basic Block
  • IR Pedestrian Projesi: Python(Pytorch) ile Deep Residual Network Layer
  • IR Pedestrian Projesi: Python(Pytorch) ile Deep Residual Network Modeli
  • IR Pedestrian Projesi: Python(Pytorch) ile ResNet Loss Fonksiyonu ve Optimizer
  • IR Pedestrian Projesi: Python(Pytorch) ile ResNet Eğitimi
  • IR Pedestrian Projesi: Python(Pytorch) ile ResNet Sonuçlar
  • Deep Residual Networks Sonuç
Transfer Learning
  • Transfer Learning Giriş
  • Transfer Learning Nedir?
  • Transfer Learning Örnekleri
  • Fruit360 Projesi: Dataset Tanıtımı
  • Fruit360 Projesi: Python(Keras) ile VGG16 Modeli
  • Fruit360 Projesi: Python(Keras) ile VGG16 Modeli Train ve Test
  • Fruit360 Projesi: Python(Keras) ile VGG16 Modeli Sonuçlar
  • CIFAR10 Ödev: Python(Keras) ile VGG19 Modeli
  • CIFAR10 Ödev: Dataset Tanıma
  • CIFAR10 Ödev: Dataset Preprocess
  • CIFAR10 Ödev: Python(Keras) ile VGG19 Modeli Train
  • CIFAR10 Ödev: Python(Keras) ile VGG19 Modeli Sonuçlar
  • Transfer Learning Sonuç
Autoencoders
  • Autoencoders Giriş
  • Autoencoders Nedir?
  • Fashion MNIST Projesi: Dataset Tanıtımı
  • Fashion MNIST Projesi: Python(Keras) ile Autoencoders Modeli Train
  • Fashion MNIST Projesi: Python(Keras) ile Autoencoders Modeli Sonuçlar-1
  • Fashion MNIST Projesi: Python(Keras) ile Autoencoders Modeli Sonuçlar-2
  • Autoencoders Sonuç
Generative Adversarial Networks (GANs)
  • GANs Giriş
  • GANs Nedir 1?
  • GANs Nedir 2?
  • GANs Kullanım Alanları
  • MNIST Projesi: GANs Dataset Tanıtımı
  • MNIST Projesi: Python(Keras) ile GANs Generator Modeli
  • MNIST Projesi: Python(Keras) ile GANs Discriminator Modeli
  • MNIST Projesi: Python(Keras) ile GANs Modeli
  • MNIST Projesi: Python(Keras) ile GANs Eğitim
  • MNIST Projesi: Python(Keras) ile GANs Sonuçlar
  • GANs Sonuç
İleri Seviye Derin Öğrenme Sonuç
  • Sonuç
EK-1: Convolutional Neural Network (CNN)
  • Gözden Geçirme/Opsiyonel Ders
  • CNN LİNK
  • Convolutional Neural Network Genel Bakış
  • Dataset ve CNN Kernel
  • Loading Data Set
  • Normalization - Reshape - Label Encoding
  • Train - Test Split
  • Convolutional Neural Network (CNN)
  • Convolution Operation Nedir
  • Same Padding
  • Max Pooling
  • Flattening
  • Fully Connected
  • CNN Implementing with Keras
  • Create Model
  • Adam Optimizer
  • Compiler
  • Batch and Epoch
  • Data Augmentation
  • Fit the Model
  • Evaluate the Model
  • CNN with Pytorch
  • BONUS