Luciano Strika

Luciano Strika @strikingloo

About: Computer Science graduate from Buenos Aires University - Software Engineer @ Microsoft

Location:
Vancouver, Canada
Joined:
Apr 14, 2019

Luciano Strika
articles - 28 total

How to Create a Spoiler Tag in HTML

Using HTML to create a spoiler tag that shows/hides content.

Learn More 0 1Mar 24 '24

Ant Colony Optimization and the Travelling Salesman Problem

Each ant is not especially smart, and they follow simple rules individually, but collectively they can converge to complex behaviors as a system, and amazing properties emerge.

Learn More 8 0Sep 12 '22

Feature Visualization on Convolutional Neural Networks (or: Making your own Deep-Dream with Keras)

According to Wikipedia, apophenia is “the tendency to mistakenly perceive connections and meaning bet...

Learn More 8 0May 30 '20

3 Programming Books to Read During Lockdown

Be it an O’Reilly book, or some of the Computer Science classics, many programming books can help you...

Learn More 89 10Apr 20 '20

What is the one tip you would give to new bloggers out there?

Imagine you had to start your blog over again. What things have you learned in your path so far that you think would make the biggest difference this time around?

Learn More 8 2Nov 10 '19

Markov Chains: Training AI to Write Game of Thrones

Markov chains have been around for a while now, and they are here to stay. From predictive keyboards...

Learn More 14 2Oct 25 '19

Coding MapReduce in C from Scratch using Threads: Map

Hadoop’s MapReduce is not just a Framework, it’s also a problem-solving philosophy. Borrowing from f...

Learn More 9 0Oct 19 '19

Why do Neural Networks Need an Activation Function?

Why do Neural Networks Need an Activation Function? Whenever you see a Neural Network’s architecture...

Learn More 9 0Jul 2 '19

Data Scientists|Engineers: What are the Frameworks you use the most at your job?

I've seen a lot of statistics about programmers, but not specifically about Data Scientists or...

Learn More 11 7Jun 28 '19

LSTM: How to Train Neural Networks to Write like Lovecraft

LSTM Neural Networks have seen a lot of use in the recent years, both for text and music generation,...

Learn More 13 2Jun 24 '19

5 Probability Distributions Every Data Scientist Should Know

Probability Distributions are like 3D glasses. They allow a skilled Data Scientist to recognize...

Learn More 13 0Jun 18 '19

Convolutional Neural Networks: Python Tutorial (TensorFlow Eager API)

Convolutional Neural Networks are a part of what made Deep Learning reach the headlines so often in t...

Learn More 12 0Jun 12 '19

K Means Clustering with Dask (Image Filters for Pictures of Kittens)

Applying filters to images is not a new concept to anyone. We take a picture, make a few changes to i...

Learn More 17 5Jun 2 '19

My First 1000 Medium Followers: A Tech Writing Journey

Are you wondering how to get Medium followers for your tech blog? Do you worry your content isn’t...

Learn More 43 1May 2 '19

3 Machine Learning Books that Helped me Level Up as a Data Scientist

There is a Japanese word, tsundoku (積ん読), which means buying and keeping a growing collection of...

Learn More 271 13Apr 28 '19

Autoencoders: Deep Learning with TensorFlow’s Eager Execution

Deep Learning has revolutionized the Machine Learning scene in the last years. Can we apply it to...

Learn More 13 1Apr 20 '19

FuzzyWuzzy: How to Measure String Distance on Python

Python’s FuzzyWuzzy library is used for measuring the similarity between two strings. Here’s how you...

Learn More 25 0Apr 15 '19

XGBoost: Predicting Life Expectancy with Supervised Learning

Today we’ll use XGBoost Boosted Trees for regression over the official Human Development Index...

Learn More 7 0Apr 14 '19

Magic: The Gathering Meets Data Science

Magic: The Gathering has been one of my hobbies for years. Its large card base and long history make...

Learn More 8 0Apr 14 '19

K-Means Clustering for Magic: The Gathering - Card Recommendation

Unsupervised Learning has been called the closest thing we have to “actual” Artificial Intelligence,...

Learn More 35 5Apr 14 '19

Data Analysis: Pandas and Seaborn on a Kaggle Dataset

Curiosity and Intuition are two of a Data Scientist’s most powerful tools. The third one may be...

Learn More 7 0Apr 16 '19

Exploratory Data Analysis: Pandas Framework on a Real Dataset

Today we’ll leverage Python’s Pandas framework for Data Analysis, and Seaborn for Data...

Learn More 19 0Apr 17 '19

Vim: How to Start Using The Text Editor for Developers

To some, Vim is a beautiful relic from the past. To others, it’s that annoying thing you have to...

Learn More 9 0Apr 14 '19

Command Magicks: How to Manipulate Files and Strings from the Terminal

In this shell tutorial, we’ll deal with tasks that require interaction with files or strings, and can...

Learn More 9 0Apr 14 '19

How to Start Using the Terminal to Be More Productive

As developers, the terminal can be our second home. However, we can’t use it until we learn how to,...

Learn More 8 0Apr 14 '19

How to Scrape the Web using Python with ScraPy Spiders

Sometimes Kaggle is not enough, and you need to generate your own data set. Maybe you need picture...

Learn More 16 0Apr 14 '19

How to Run Parallel Data Analysis in Python using Dask Dataframes

Sometimes you open a big Dataset with Python’s Pandas, try to get a few metrics, and the whole thing...

Learn More 7 0Apr 14 '19

Vim: How to use Multiple Clipboards to do Copy and Paste on Steroids

Vim: Squeezing the Text Editor’s Juice with More Features Productivity is always one pomod...

Learn More 6 0Apr 14 '19