top of page
Search

LSTM Modelling for Text & Time Series Data (Part 2)
(Text) Recurrent Neural Networks (RNN) are among the best options for sequential data, such as text or time series. LSTM (Long Short-Term...
Oktay Sahinoglu
Oct 8, 20207 min read
374 views
0 comments

LSTM Modelling for Text & Time Series Data (Part 1)
(Time Series) Recurrent Neural Networks (RNN) are among the best options for sequential data, such as text or time series. LSTM (Long...
Oktay Sahinoglu
Oct 3, 20206 min read
781 views
0 comments


Generating Animated GIF with Python
Visualization is often very helpful in expressing concepts better. Animated visualization, on the other hand, takes this contribution...
Oktay Sahinoglu
Sep 12, 20202 min read
744 views
0 comments


Embedding - A Portal to Another Universe
Embedding is actually a change of space. Thus it is basically a matrix multiplication. Embedding is generally used to take projections of...
Oktay Sahinoglu
Sep 11, 20203 min read
287 views
0 comments


An Approach to Determining Asymmetric Confidence Interval
Confidence interval is a range of values computed from the statistics of the observed data which is likely to include a population value...
Oktay Sahinoglu
Sep 4, 20203 min read
886 views
0 comments


Anomaly (Outlier) Detection with Unlabeled Time Series Data
In real life, labeling data is not always easy or possible. For example, think about thousands of sensors providing data every minute, so...
Oktay Sahinoglu
Sep 1, 20203 min read
500 views
0 comments

cat, grep, cut, sort, uniq, sed with PowerShell
When I had to move from Linux to Windows (I'm still using Linux in a VM) because of my company policies, I lacked super useful Linux...
Oktay Sahinoglu
Aug 30, 20202 min read
14,980 views
0 comments

How to encode cyclic time data for machine learning models
Time is the most valuable data in many cases as we all know. The way we feed this data to our machine learning model can make a...
Oktay Sahinoglu
Aug 16, 20202 min read
1,490 views
0 comments
bottom of page