Pinned Repositories
airline-delay-prediction
Using Machine Learning Algorithms to predict delays in a kaggle dataset. Sci-kit Learn Library of Python is used.
Ankara-House-Prices-Prediction
basic-database-concept
this piece of code shows how to connect a database how to create tables and other basic stuff with python.
basicwebscrapingconcept
the basic web scraping concept
classification-models
implementatin of knn, decision tree, support vector machine and logistic regression on the same dataset to see which one produces the best result.
Classification-Of-Bees
Classification of bumble bees and honey bees by using convolutional neural networks.
Coursera_Capstone
This repository has been created for the capstone project of IBM Data Science Specialization.
dictionary-practise
Basic operations with python dictionaries
Dimensionality-reduction-PCA
Principle Component Analysis is implemented as a Dimensionality Reduction Method for learning purposes. Includes visualization.
textparsing-practise
I did some text parsing and some calculations using takvim newspaper subheads throughout the year of 2019.
CihanErsoy's Repositories
CihanErsoy/textparsing-practise
I did some text parsing and some calculations using takvim newspaper subheads throughout the year of 2019.
CihanErsoy/Classification-Of-Bees
Classification of bumble bees and honey bees by using convolutional neural networks.
CihanErsoy/airline-delay-prediction
Using Machine Learning Algorithms to predict delays in a kaggle dataset. Sci-kit Learn Library of Python is used.
CihanErsoy/Ankara-House-Prices-Prediction
CihanErsoy/basic-database-concept
this piece of code shows how to connect a database how to create tables and other basic stuff with python.
CihanErsoy/basicwebscrapingconcept
the basic web scraping concept
CihanErsoy/classification-models
implementatin of knn, decision tree, support vector machine and logistic regression on the same dataset to see which one produces the best result.
CihanErsoy/Coursera_Capstone
This repository has been created for the capstone project of IBM Data Science Specialization.
CihanErsoy/dictionary-practise
Basic operations with python dictionaries
CihanErsoy/Dimensionality-reduction-PCA
Principle Component Analysis is implemented as a Dimensionality Reduction Method for learning purposes. Includes visualization.
CihanErsoy/helloworld
My first repository. For trial purposes.
CihanErsoy/ML-classification-credit-card-dataset
Machine Learning classification implementation on credit card applications dataset
CihanErsoy/my-first-codes-ongithub
I am putting some codes of mine on github to figure out the github push process.
CihanErsoy/new-config-test
This repo is created to test a new config settings on a new pc.
CihanErsoy/ogreniyorum
CihanErsoy/phone-number-scraping
Object Oriented Crawler Design that parses phone numbers in a particular website
CihanErsoy/Python_Learning
This is my learning depository that includes small projects in various subjects
CihanErsoy/random-forest-on-boston-housing
Random forest regression model is implemented on boston housing dataset. Hyperparameter tuning is used.
CihanErsoy/random-forest-regression
Random forest regression on a kaggle dataset. python scikit learn implementation.
CihanErsoy/web-scraping-bs
retrieving the names and the values of the first 100 coins from coinmarketcap website by web scraping
CihanErsoy/wikihow-scraping
a web spider built in python's scrapy framework.