Sep 7Member-onlyCreate a Hacker IndexHello Friends, Today’s post is about creating a little database to help you as you improve with your craft. I’m going to tell you what I’ve been doing to help me. …Hacking3 min readHacking3 min read
Published inThePyNoob·Aug 3Selecting Files (The Easy & Cool Way)Hello World. As I keep working on my Tool Development skills, I get very excited about libraries and techniques that not only make my life easier, but makes the user’s experience of using my tools a bit more enjoyable. Some of the tools that I’ve developed, like the PDF Text…Python2 min readPython2 min read
Jul 63 Steps to Creating a Website without Coding for less than $100Hello friends, I’m writing this post today, which I’m hoping would be helpful to both technical and non-technical people. Like any technology, it always magical and mysterious and shrouded in acronyms that some people who may need to use it, tend to shy away from it because of how mystical…Website4 min readWebsite4 min read
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