Published inThe Machine Learner·Jun 1The Nubian Glyph Detector : Part 5 — MNIST Solved. (Achievement Unlocked)This post is part of my Nubian Passion Project series which will document my Machine Learning journey and process as I embark on creating The Nubian Glyph Detector tool. I must give credit where credit is due! This would not have been possible without Nicolas Renotte’s amazing video challenge. I…Machine Learning3 min readMachine Learning3 min read
Published inThe Machine Learner·May 4The Nubian Glyph Detector : Part 4 — MNIST Solution in 15 minutesThis post is part of my Nubian Passion Project series which will document my Machine Learning journey and process as I embark on creating The Glyph Detector tool. Yes, you read that right. During my research and learning of PyTorch, I came across Nicolas Renotte, or as I call him…Machine Learning2 min readMachine Learning2 min read
Published inThe Machine Learner·Apr 6The Nubian Glyph Detector : Part 3 — Dataset Inspiration from an Anime ProjectThis post is part of my Nubian Passion Project series which will document my Machine Learning journey and process as I embark on creating The Nubian Glyph Detector tool. Datasets are, dare I say, the heart of the model, since the Neural Network is the brain. In March, Dr. Tristan…Machine Learning2 min readMachine Learning2 min read
Published inThe Machine Learner·Mar 2The Nubian Glyph Detector : Part 2 — Researching for the MNIST challenge, and Why I want to solve it.This post is part of my Nubian Passion Project series which will document my Machine Learning journey and process as I embark on creating The Nubian Glyph Detector tool. Why Do I Want to Solve the MNIST Challenge? Out of all the machine learning projects out there, this one felt…Machine Learning3 min readMachine Learning3 min read
Published inThe Machine Learner·Feb 2The Nubian Glyph Detector (A Passion Project) : Part 1This post will be part of a series which will document my Machine Learning journey and process as I embark on creating The Glyph Detector tool. A Little Background. I’m an IT and Cybersecurity professional, and I learn best by making things. I’m originally from Sudan, hence my connection to…Machine Learning3 min readMachine Learning3 min read
Published inThe Machine Learner·Jan 5How to Create a Machine Learning Lab (Local Machine)If you are in the Machine Learning field, or just getting into it, you know that at some point you will have to code things. And more often then not, I would come across Jupyter Notebooks, and Google Colaboratory (colab). Both are fantastic options, but they are browser based. They…Machine Learning4 min readMachine Learning4 min read
Dec 1, 2022Member-onlyCreating an “ELF” from “.PY”Hello World. I know its December, so let me be clear, I’m not talking about a mythical creature Elf, I’m talking about the Linux executable file ELF, though it is just as magical in my opinion. ELF stands for (Executable & Linkable File). …Python4 min readPython4 min read
Published inThePyNoob·Nov 3, 2022Member-onlyOne File To Call Them All : The Menu TheoryHello World, Today I’m going to attempt a new idea. As I learn to develop these tools, I’m always thinking of ways to make things easier for future projects. The last challenge I tackled was my Error Handling situation, It was such an incredible and long project that I had to…Python5 min readPython5 min read
Published inThePyNoob·Oct 6, 2022My New Coding WorkflowHello World. Today’s post does not have a source code, because its not tied to a specific project, it is tied to ALL my projects (kind of). Today I will be writing about my NEW coding Workflow. // In the Past To keep my self organized, I would create a folder…Python4 min readPython4 min read
Published inThePyNoob·Sep 1, 2022Member-onlyCoding Challenges vs Coding ProjectsHello World. When learning to code you always hear the advice to actually “code”, which makes sense, because things don’t always work out exactly as you read them, or on the tutorial videos, at least that has been my case. Some even go as far as to say “You should…Codewars4 min readCodewars4 min read