PinnedPublished inNerd For TechAn 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 inNerd For TechAn 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 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…5d ago5d ago
How To Implement Breadth-First-Search in PythonIn a former article we talked about graph theory — we specifically looked at breadth-first-search and depth-first-search and how they…Jan 11Jan 11
Published inTowards DevHow To Implement Breadth-First-Search in PythonIn a former article we talked about graph theory — we specifically looked at breadth-first-search and depth-first-search and how they…Jan 10Jan 10
Published inTowards DevHow To Implement Matrix Operations In Python Without LibrariesIn this article, we will look at how to implement various Matrix operations in Python without using any libaries. These operations will…Jan 9Jan 9
Published inTowards DevHow To Implement Principal Component Analysis In Python — With And Without Scikit-LearnIn the two former articles, we talked about why we need to perform dimensionality reduction, as well as the theory and math behind a…Jan 7Jan 7
The Theory and Math Behind Principal Component Analysis (PCA)In a former article, we looked at what dimensionality means in Machine Learning, as well as The Curse of Dimensionality and what problems…Jan 6Jan 6
The Curse of Dimensionality in Machine LearningIn this article we will talk about the concept of dimensionality in machine learning. Questions we will ask are such as: What are…Jan 4Jan 4
Published inArtificial Intelligence in Plain EnglishAn Introduction to Gaussian Bayesian NetworksIn the last article, we talked about networks where we have a mix of both discrete and continuous Random Variables. We saw that we were…Feb 27, 2022Feb 27, 2022