Jan 21, 2021Advent of Code — 2020I finished Advent of Code 2020 (AoC) and just wanted to share the experience. This was my first time getting acquainted with this and I gotta say; I really loved it and wanted to share some thoughts Submission System Each coding challenge I solve involves some submission system. You write the code…Advent Of Code2 min read
Jan 20, 2021Coin Change Problem — Printing the CombinationIn this article I want to talk about the classic coin change problem and how I solved a variant of it. Here is the problem; you have pennies(1 cent), nickels(5 cents), dimes(10 cents), and quarters(25 cents) as coins. …Dynamic Programming2 min read
Dec 7, 2020Sentiment Analysis on Nltk Reuters CorpusSentiment Analysis on NLTK Reuters Data Here I will attempt to show how to carry out sentiment analysis on nltk’s Reuters data set. I will first talk briefly about sentiment analysis, then getting the data and finally doing the sentiment analysis. Finally I will visualize the data. You can see the result here: https://github.com/halitanildonmez/vader-sentiment-analysis/blob/main/VaderReutersSentiment.ipynb4 min read