Pinned Repositories
Blogger-App-Frontend
Blogger is a social media application that enables users to share their images and blog posts. This project is the frontend part and developed with VueJS, Vuex, VeeValidate, VueRouter, Toastr, Bootstrap and axios.
Caltech-UCSD-Birds-PyTorch
German traffic signs dataset is analysed with Keras. This task is a multi-class classification problem and the dataset is complex because of containing 200 classes with 12000 images. The dataset is splitted into training, validation and test dataset and normalised. Data is preprocessed and data augmentation is applied. The ResNet model is used by the courtesy of transfer learning and trained. At the end of this process, 69% acurracy is obtained on the test dataset
Catan-Desktop
The Settlers of the Catan is a strategy game played by 3-4 people where everyone plays in turns. The game starts by assembling hexagonal map pieces and shuffling and placing the cards. Each player chooses his/her figure to play with. Construction price cards are distributed to players where the information about construction such as village or cities and the points they provide are written. At the beginning of the first turn, the player who has the turn rolls two die and place villages and roads on the map to a place he desires. After each player settles his/her first villages and roads, the competition starts. In each tour, the player rolls the die and can collect sources, buy or use development cards, trade (swap sources), and do construction. After the die are rolled, players who have own constructions lying on that numbered map gains sources. There are five types of source cards which are wood, brick, iron, sheep, and wheat. These source cards are utilized while doing construction and buying development cards. If the sum of numbers on the die is seven, each player who has seven or more cards places half of them to the chest, also the player who has rolled the die can place the thief figure on wherever place on map he/she wishes where the next player won't be able to get source cards from that place. The player who places the thief gets a random source card from each player who owns construction in that place. The player who owns the tour can trade his/her source cards with other players or the chest. In order to construct a village, the player must reach that part of the game by building roads. Villages can be upgraded to cities. There are three types of development cards that add more game functionality to the game. If a player collects 10 points from constructions and cards, the player wins and the game ends.
Classification-of-Breast-Cancer-Cells
In this project, various concepts are used for evaluating the cells and increasing the accuracy of cancer detection. These concepts are Principal Component Analysis (PCA), Logistic Regression Classification, K-Nearest Neighbors (KNN) Classification, Support Vector Machine (SVM) Classification, Decision Tree Classification, ANN and Naïve Bayes Classification. This algorithms are implemented by using scikit learn library and Pytorch.
ecommerce-microservice-app
Indoor-Transfer-vs-Scratch-VGG
Indoor scene recognition is a challenging open problem in high level vision. In this project, two VGG16 models sre used to classify the indoor dataset. One of these models is pretrained and the other is not pretrained. It can be obviously seen that the pretrained model performs much better than the untrained one. The reason behind is that, when a model is pretrained, learning new tasks is easier for it. The pretrained model had an acurracy of 86% on test data with 10 epochs, whereas, the model that is not pretrained had 40% acurracy on test data even though it had 80 epochs.
InstaKotlinApp
InstaKotlin is a social media application that enables people to share their images and videos. Users can chat with each other and make comments about the posts of other users. Used Kotlin, Fragments, Material Design, Firebase, various third-party libraries, Git, consists of 15k lines of code.
Lara-Tech
Lara-Tech is a broad technological e-commerce web site project. Two authentication systems are available for admins and clients. 2 factor authentication is also implemented from scratch. In this project, clients, admins, products, main categories, sub categories, orders, baskets, profiles, carts, comments and admin panels are available. While implementing this application, PHP, Laravel, Blade, MySQL, Git and Laragon is used.
Psyclog
Psyclog is an application that is designed for people with mental problems. It is planned to offer a safe environment for people with issues who are afraid or ashamed of going to therapy with the aim of resolving these issues.There is a significant number of people who are timid about the idea of going to therapy because of the fear of being made fun of and the prejudice they might face. Psyclog completely eliminates these fears by providing a remote system that is usable anywhere as long as the user carries their Android device with them. If you would like to get a deeper understanding of the implementation, please check the reports.
style-transfer-learning-pytorch
Style Transfer Learning refers to a class of software algorithms that manipulate digital images to adopt the appearance or visual style of another image. Content image and style image are taken and resized to equal shapes. Corresponding convolutional layers of vgg19 is chosen for content extraction and style extraction and weighted with parameters. For style extraction, gram matrix of the style images are taken. Then, the loss functions for style and content images are arranged and combined. After combining, total variation loss is obtained and by backward and forward propagation, total variation loss is minimised
dijitalYoruk's Repositories
dijitalYoruk/Indoor-Transfer-vs-Scratch-VGG
Indoor scene recognition is a challenging open problem in high level vision. In this project, two VGG16 models sre used to classify the indoor dataset. One of these models is pretrained and the other is not pretrained. It can be obviously seen that the pretrained model performs much better than the untrained one. The reason behind is that, when a model is pretrained, learning new tasks is easier for it. The pretrained model had an acurracy of 86% on test data with 10 epochs, whereas, the model that is not pretrained had 40% acurracy on test data even though it had 80 epochs.
dijitalYoruk/German-Traffic-Signs-Keras
German traffic signs dataset is analysed with Keras. This task is a multi-class classification problem and the dataset is complex because of containing 40 classes with 50000 images. The dataset is splitted into training, validation and test dataset and normalised. Data is preprocessed and data augmentation is applied. The LeNet model is implemented from scratch and trained. At the end of this process, 98% acurracy is obtained on the test dataset and corresponding plots are shown.
dijitalYoruk/style-transfer-learning-pytorch
Style Transfer Learning refers to a class of software algorithms that manipulate digital images to adopt the appearance or visual style of another image. Content image and style image are taken and resized to equal shapes. Corresponding convolutional layers of vgg19 is chosen for content extraction and style extraction and weighted with parameters. For style extraction, gram matrix of the style images are taken. Then, the loss functions for style and content images are arranged and combined. After combining, total variation loss is obtained and by backward and forward propagation, total variation loss is minimised
dijitalYoruk/Internal-External-Storage-App
illustrates how to use Internal External Storage on an android device
dijitalYoruk/Material-Design-1
An Application that illustrates various components of Material Design in Android App Development such as Recycler Views, Navigation Bars, Tab Layouts, Snack Bars, View Pagers…
dijitalYoruk/Material-Design-2
An Application that illustrates various components of Material Design in Android App Development such as Recycler Views, Navigation Bars, Tab Layouts, Snack Bars, View Pagers…
dijitalYoruk/Note-Application
NoteApp is a mobile app that enables people to take notes, categorize notes and assign these notes to a certain date. This mobile application is written in Kotlin and sql lite database is used with content resolvers.
dijitalYoruk/Note-Holder
NoteHolder is a mobile application that enables people to take notes and assign these notes to a certain date. This mobile application is written in Kotlin and sql lite database is used with content resolvers.
dijitalYoruk/Translator
Translator is an app that uses Yandex Api in order to translate some text. Users are capable of translating text between various languages. Used Java, Retrofit, Material Design, Git.