Machine Learning Math Tabby Mungai, October 18, 2023October 18, 2023 The main branches of mathematics involved in machine learning include linear algebra, linear functions, linear graphics, probability and statistics. Behind every machine learning success there is mathematics as all machine learning models are constructed using solutions and ideas from math. The purpose of the ML is to create models for… Continue Reading
Programming How Create a Tic-Tac-Toe Game Using Python Tabby Mungai, October 6, 2023October 9, 2023 Many say that tic tac toe is impossible to win. However, this does not diminish the fact that tic tac toe to play is highly nostalgic. Creating a tic tac toe Continue Reading
Programming How to Create a GitHub Repository for Your Website Tabby Mungai, October 4, 2023October 5, 2023 Why GitHub is used, it is a platform for hosting code where GitHub actions run in addition to allowing for version control and collaboration. For GitHub job the GitHub workflow are defined by a YAML file that checked into the repository and run when triggered by an event in the repository, the trigger can be manually or within a definite schedule. Continue Reading
Programming How To Create A Web Application Database Tabby Mungai, September 27, 2023October 3, 2023 A database is generally a collection of information that one can store within a centralized location. Therefore, creating a database with python can be instrumental in allowing user input data to a given website. Continue Reading
Programming Adding Features To A Python-Flask Website Tabby Mungai, September 22, 2023September 25, 2023 Providing additional features in a website is immensely beneficial. As it allows website users to have ease of navigation through the website. Continue Reading
Programming How To Set Up A Simple Website Tabby Mungai, September 14, 2023October 4, 2023 This blog is a guide to making a website with python. The blog provide insights of creating a website is highly rewarding one can make a website and earn money. Continue Reading
Programming Coding: How To Start Your Journey Tabby Mungai, September 11, 2023September 11, 2023 Coding translating instructions from our language to computer’s language. Coding is regarded as a modern language that enables individuals to communicate instructions to device and guide the operation process. Continue Reading
Tutorial Tutorial 3: A Simple Servo Motor Project Tabby Mungai, September 4, 2023September 5, 2023 Precision is immensely crucial in engineering. Servo motors enhanced precision as they have a mechanism that provide additional motor feedback that detects unwanted motion and ensure accuracy. Continue Reading
Tutorial Tutorial 2: Two Alternating Blinking LEDs Tabby Mungai, August 30, 2023September 5, 2023 LEDs are increasingly becoming the suitable technology of choice. The suitability of LEDs are due to their low energy consumption and longevity. Continue Reading
Tutorial Tutorial 1: How To Light An LED Tabby Mungai, August 24, 2023August 24, 2023 This is a beginner friendly tutorial aimed at introducing an individual to circuitry. Continue Reading