PinnedPublished inTowards DevAn Introduction to Convolutional Neural Networks — Part 1In this series, we will start to learn about Convolutional Neural Networks. We will not only learn about them on an intuitive level, but…May 3, 2022May 3, 2022
PinnedPublished inTowards DevAn Introduction to Neural Networks — Part 1In this series, we will start to learn about Neural Networks. We will not only learn about them on an intuitive level, but we will also…Apr 29, 20221Apr 29, 20221
Published inTowards DevEncrypting Using AES In Python — With And Without The Cryptography LibraryIn former articles, we looked at what is meant by symmetric encryption, as well as a specific symmetric encryption algorithm: AES. In this…9h ago9h ago
Understanding Hoeffding’s Inequality — Part 2We have already talked about Hoeffding’s Inequality in a former article. However, since it’s been more than 4 years, I feel it deserves an…1d ago1d ago
A Very Quick Introduction To Asymmetric EncryptionIn former articles, we have looked at symmetric encryption, modes of operation, as well as the symmetric encryption algorithm AES. In this…1d ago1d ago
Published inTowards DevUnderstanding Advanced Encryption Standard (AES)In two former articles, we looked at what symmetric encryption means, as well as mode of operation for block ciphers. In this article, we…3d ago3d ago
Published inTowards DevAn Introduction to Block Cipher Mode of OperationIn a former article, we were introduced to symmetric encryption and its two types: stream ciphers and block ciphers. In this article, we…3d ago3d ago
Published inTowards DevA Short Introduction To Symmetric EncryptionIn this article, we will take a look at what encryptions means and give a simple overview what is meant by symmetric encryption. This means…Mar 27Mar 27
Published inTowards DevHow To Implement Simple Linear Regression In PythonIn this article, we will take a look at linear regression and how we can implement it in Python — both with and without any libraries.Feb 3Feb 3
Published inTowards DevHow To Implement K-Nearest-Neighbours (K-NN) In Python — With And Without Scikit-LearnIn this article, we will take a look at the K-Nearest-Neighbours (K-NN) algorithm and how to implement it in Python. We will look at how…Jan 16Jan 16