“Cracking” Morse code with RNNs

“Cracking” Morse code with RNNs

  • March 5, 2018
Table of Contents

“Cracking” Morse code with RNNs

Spoiler alert: Morse code doesn’t really need cracking. Its useful because messages can be sent using this code with minimal equipment, and I say it doesn’t need cracking because the code is well known and what the combinations of dots and dashes stand for is no secret. But, in theory, it is a substitution cipher — where each letter of the alphabet (and each digit) has some representation using dots and dashes, as illustrated below.

Source: towardsdatascience.com

Share :
comments powered by Disqus

Related Posts

Machine Learning Crash Course

Machine Learning Crash Course

How does machine learning differ from traditional programming?What is loss, and how do I measure it?How does gradient descent work?How do I determine whether my model is effective?How do I represent my data so that a program can learn from it?How do I build a deep neural network?

Read More
Machine Learning Workflow on Diabetes Data : Part 01

Machine Learning Workflow on Diabetes Data : Part 01

This article will portray how data related to diabetes can be leveraged to predict if a person has diabetes or not. More specifically, this article will focus on how machine learning can be utilized to predict diseases such as diabetes. By the end of this article series you will be able to understand concepts like data exploration, data cleansing, feature selection, model selection, model evaluation and apply them in a practical way.

Read More
So what’s new in AI?

So what’s new in AI?

I graduated with a degree in AI when the cost of the equivalent computational power to an iPhone was $50 million. A lot has changed but surprisingly much is still the same.

Read More