Skip to content
View danstg1's full-sized avatar

Block or report danstg1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. searchEngine searchEngine Public

    Java project that demonstrates the Breadth First Search (BFS) and A* Search Algorithms.

    Java

  2. Enigma-Machine Enigma-Machine Public

    An Enigma Machine In Haskell for a university project

    Haskell

  3. Word-Search-Solver Word-Search-Solver Public

    Takes an image of any given word search, scans the pixel data and then uses a naïve Bayesian classifier to estimate all the letters, then using a given word list, finds these words among the given…

    Python

  4. HosuingDataAI HosuingDataAI Public

    An artifical intelligence that uses a linear regression model in conjunction with cross validation technqiues to create a predictive model of the California Housing Dataset. Completed by following …

    Python

  5. Decision-Tree-Ai Decision-Tree-Ai Public

    An artifical intelligence to experiement with Decision Trees using the popular iris petal data set. Completed by following the course provided by Aurélien Géron in their book Hands-On Machine Learn…

    Python

  6. Ensamble-And-Random-Forest-AI Ensamble-And-Random-Forest-AI Public

    An artifical intelligence that uses and compares ensamble learning with random forest ( a variation of descsion trees ) using the data set: make moons. Completed by following the course provided by…

    Python