Skip to content
View TidorP's full-sized avatar
  • London, UK

Block or report TidorP

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. CementPrediction CementPrediction Public

    A ML model prediction that estimates the quantity and quality of the cement that goes into production with certain attributes. This uses three methods: least square model, particle swarm optimizati…

    Python 3

  2. DiagnosticPrediction DiagnosticPrediction Public

    A ML model prediction that estimates if a patient with certain symptoms suffers from spondylolisthesis or not. The data was taken from here: http://archive.ics.uci.edu/ml/datasets/Vertebral+Column.…

    Python

  3. Points-in-a-Square Points-in-a-Square Public

    We have a square with a side size of 1. We choose 2 random points in the square. What's the average distance between these two. This program estimates the answer very well using multi-threading ope…

  4. Tic-Tac-Toe Tic-Tac-Toe Public

    A program with a graphical tic tac toe board open for playing that also stores the positions at any point and contains tips. Made in C++ and QT.

    C++

  5. Learn-Topological-Spaces Learn-Topological-Spaces Public

    A program intended with the purpose of understanding the concept of topological space and how it works. Main functionalities: permits the user to enter a pair consisiting in a set of enitites and a…

    C++ 2

  6. ProfApp ProfApp Public

    App for Professors

    Java