Coder Social home page Coder Social logo
  • 🖥️ I’m currently learning Data Science and Deep Learning.

Python TensorFlow C++ MySQL Linux Keras pytorch Power Bi
  • 💬 Ask me about anything, available on Linkedin.

Atakan Kızılyüce's Projects

ab_testing icon ab_testing

Facebook kısa süre önce mevcut "maximum bidding" adı verilen teklif verme türüne alternatif olarak yeni bir teklif türü olan "average bidding"’i tanıttı. Müşterilerimiz bu yeni özelliği test etmeye karar verdi ve average bidding'in maximum bidding'den daha fazla dönüşüm getirip getirmediğini anlamak için bir A/B testi yapmak istiyor

artificial_neural_network icon artificial_neural_network

In this project, we will build a neural network to classify dates. We'll use the “Date Fruit Dataset” available on Kaggle for this. This dataset includes samples of dates that can be classified into 7 classes according to their types.

association_rule_learning icon association_rule_learning

Association Rule Learning project on online_retail_II dataset, you can read the readme file for the details of the project. You can find the link of the dataset in the codes.

classification_example icon classification_example

In this dataset, we considered patients with and without cancer. We converted it to numeric data with label encoder and trained a model with the data we converted.

convolutional_neural_network icon convolutional_neural_network

In this project, we will build a convolutional neural network to solve a multiclass image classification problem. For this, we'll use the “CIFAR-10” dataset available on Keras. It includes 60000 32 by 32 images of 10 classes.

data-analysis icon data-analysis

✨ Real-life Data Analysis and Model Training Workshop by Global AI Hub.

eksik_veriler icon eksik_veriler

eksikveriler.csv dosyası üzerindeki eksik verilerin yas kolonundaki verilerin ortalaması alınarak doldurulması

heart_cleveland_model icon heart_cleveland_model

In this project, we worked on the "heart_cleveland" dataset, since all the data in the dataset are numerical, we did not convert any categorical data to numerical data. We compared the performances of 2 models in the project and determined the model with the highest score.

image-captioning-keras icon image-captioning-keras

Converting the content of an image to text using cnn and transformer I will be using the Flickr8K dataset for this project. This dataset comprises over 8,000 images, that are each paired with five different captions. Example: image,caption - 1000268201_693b08cb0e.jpg,A child in a pink dress is climbing up a set of stairs in an entry way.

image_segmentation_keras-unet icon image_segmentation_keras-unet

A simple program that segments objects in the picture with the keras unet model. You can find dataset and model in notebook

iou-python icon iou-python

I would like to share with you an iou function that you can integrate into your programs. To integrate it into your program, simply enter the "box1" and "box2" values as x1,y1,x2,y2.

kerasvsyolo icon kerasvsyolo

I have developed a program that allows you to see your Keras and YOLO results on a single photo on the project you are working on. This way you can save a lot of time. I briefly showed how to use the program in the video. For more information use README file

knn_example icon knn_example

KNN (K-Nearest Neighbor) example, In short for KNN: We can say that the predictions are made according to the similarity of the observations. In this example, we did a KNN model setup, estimation, and model tuning. What are the KNN Steps? KNN Steps: 1-Determining the number of neighbors 2-Calculation of the distance between the unknown point and all other points 3-Sort the distances and select the closest k observations according to the determined k number 4-Classification, on the other hand, is most often given as the predictive value of the class, while the mean value of the regression is given as the predictive value.

netflix_data_analytics icon netflix_data_analytics

One of the projects I developed for Python Bootcamp organized by Global Ai Hub. I used data analysis and data visualization while developing the project. Dataset=(https://www.kaggle.com/datasets/luiscorter/netflix-original-films-imdb-scores)

recommendation-systems icon recommendation-systems

Association Rule Learning, Content Based Recommendation, Item Based Collaborative, Filtering User Based Collaborative Filtering, Model Based Matrix Factorization projects i've done about

regression_example icon regression_example

The predictions we make in the regression are often wrong. What matters to us is how wrong these estimates are. In this study, we used RMSE to find the error rate. We used correlation to see the linear relationship between two variables

rfm_analysis icon rfm_analysis

RFM analysis and customer segmentation with the data of an e-commerce site

yolov5_blood_cell_detection icon yolov5_blood_cell_detection

This notebook shows training on the Blood Cell Dataset (BCCD). This technologoy will become easily accessible to any developer wishing to use computer vision in their projects.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.