Aslı Öztürk's repositories
analyze-turkish-sentiment
Sentiment Analysis on Turkish Texts using LSTM with Keras
GenderedTweets
This project is about analyzing gendered discourse on twitter.
amsterdam-makelaars
Determine which makelaar's in Amsterdam have the most object listed for sale. Make a table of the top 10. Then do the same thing but only for objects with a tuin which are listed for sale.
StateMachine
State Machine implementation from scratch
HolidayOptimizer
API wrapper for public holidays
product-web
This is a web ui to consume product-service api
BankAppIdentityServer4
Identity Server 4 sample application with Asp.Net Core 3.0
django-docker
django with docker empty project
ML-DL
Some exercises and notes on machine learning and deep learning
AI-with-Prolog
SWE 555 - Artificial Intelligence Techniques by Cem Say
jupyter
Jupyter metapackage for installation, docs and chat
SWE582-Machine-Learning-For-Data-Analytics
Boğaziçi University SWE 582 Machine Learning For Data Analytics by Ali Taylan Cemgil.
interactive-coding-challenges
Interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
awesome
:sunglasses: Curated list of awesome lists
build-your-own-x
🤓 Build your own (insert technology here)
cpplinks
A categorized list of C++ resources.
Computer-Architecture-One
CPU-RAM architecture
matrixobject
the matrix object that you have implemented in class
hw6
Graph data structure using STL lists
hw4
a card game
hw5
clock solitaire
quiz1
A simple vector
hw3
complex numbers
exercise1
print bit representation of an integer
PayingDebtOffCreditCard
Python 101. Paying credit card debt. First program is about paying minimum. Second, paying debt off in a year. Third, finding lowest payment using bisection algorithm, to make second program faster.
GuessNumber
Python 101. Guess a Secret Number Game.