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