Skip to content
View HamdanSidz's full-sized avatar

Block or report HamdanSidz

Report abuse

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

Report abuse

Pinned Loading

  1. ElectroPulse-Product-Recommendation ElectroPulse-Product-Recommendation Public

    Developed a Python-Django server integrated with a machine learning model to provide optimized product recommendations tailored to user preferences, enhances user experience through intelligent, da…

    Python

  2. Salary-Prediction-app Salary-Prediction-app Public

    This app is based on random forests an Machine Learning model. An end-to-end project with real time visualization of data

    Python 5

  3. blogsite blogsite Public

    Designed and implemented a blog platform where writers can register, create and manage posts, and engage with the community through comments. Each writer's dashboard displays their profile informat…

    Python 1

  4. Web-App-for-simulating-queuing-probems Web-App-for-simulating-queuing-probems Public

    Generate random numbers in simulation based on theoritical probability distributions and queuing calculator for compare anaytical solution with calculated ones.

    Python 1 1

  5. Tower-of-Hanoi-n-disks-itterative-aproach Tower-of-Hanoi-n-disks-itterative-aproach Public

    Gives steps at each level along with array visualization of towers, you can go for 'n' number of disks as well.

    Python 2

  6. Expression--Tree-all-in-depth-traversals- Expression--Tree-all-in-depth-traversals- Public

    It is easier to code expression trees when your infix expression is in postfix form.Using stack I build an expressioon tree, all three traversals pre, in , post orders are code in the file.

    C++