Numan Yilmaz's repositories
NumPyTutorial
This repo introduces the NumPy package and shows how to use some of the most common features, functions, and attributes of it.
analyzing-graduate-students-data-with-pandas
The data set is downloaded by CDE (California Department of Education).
awesome-public-datasets
An awesome list of high-quality open datasets in public domains (on-going).
boston_housing
Built a model to predict the value of a given house in the Boston real estate market using various statistical analysis tools. Identified the best price that a client can sell their house utilizing machine learning.
customer_segments
Unsupervised learning example
finding_donors
Investigated factors that affect the likelihood of charity donations being made based on real census data. Developed a naive classifier to compare testing results to. Trained and tested several supervised machine learning models on preprocessed census data to predict the likelihood of donations. Selected the best model based on accuracy, a modified F-scoring metric, and algorithm efficiency.
MyBabysName
This repo has been created before my daughter was born to find out her name's popularity in the US.
dog-project
Create a model that detects humans and dogs from a given image using Convolutional Neural Networks (CNN)
First_Keras_Study
The first time using Keras
FremontBridge
An exercise notebook from Jake Vanderplas
LearnDataScience
Open Content for self-directed learning in data science
MissingData
This repo is all about missing data and how to handle it.
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
PythonDataScienceHandbookNotes
In this repo, I keep the notes that I take from Python Data Science Handbook by Jake Vanderplas
smart_taxi
Train a smartcab how to drive using Reinforcement Learning
StepByStepPandas
A gentle introduction to Pandas
tensorflow
Computation using data flow graphs for scalable machine learning
ThinkStats2
Text and supporting code for Think Stats, 2nd Edition
titanic_survival_exploration
First project of Udacity Machine Learning Engineering Nanodegree
Udacity_MLND_Notes
This repo consist of my personal that I took during Machine Learning Engineering Nanodegree Program.