Neural Network Generator, bir arayüz kullanarak yapay sinir ağlarının oluşturulmasını ve görselleştirebilmesini sağlayan bir çalışmadır.
Bu uygulama sayesinde, kullanıcılar katman sayısından katman türlerine, aktivasyon fonksiyonlarından giriş/çıkış sayısına kadar pek çok detayı bir arayüz kullanarak seçebilir ve kendi oluşturdukları nöral ağ ile çalışmalar yapabilirler.
Arka planda ise kullanıcı tercihlerini temel alarak sinir ağını kuran bir altyapı çalışır. Bu altyapıda hazır derin öğrenme fonksiyonları kullanılmayacak, nöral ağ temelden implemente edilecektir.
Bu proje BLM5135 Derin Öğrenme dersi için hazırlanmıştır ve geliştirilmeye devam etmektedir.
Sorularınız için nil.uzunoglu@std.yildiz.edu.tr adresinden ulaşabilirsiniz.
Neural Network Generator is a tool designed for creating and visualizing artificial neural networks via a user interface.
This application allows users to configure many details using the interface, such as the number of layers, types of layers, activation functions, and the number of inputs/outputs. Users can then utilize the neural network they have built.
In the backend, an architecture operates to construct the neural network according to user specifications. This system avoids using ready-made deep learning libraries; the neural network is implemented fundamentally from the ground up.
This project was developed for the BLM5135 Deep Learning course and is currently under further development.
For inquiries, please contact: nil.uzunoglu@std.yildiz.edu.tr.