You are browsing as a guest. Sign up (or log in) to start making projects!

zico

@zico

Joined June 5th, 2026

  • 3Devlogs
  • 4Projects
  • 1Ships
  • 20Votes
Open comments for this post

7h 52m 10s logged

Successfully trained the model with an accuracy of 99% (PSS: That’s because i used synthetic dataset and it wasn’t realistic enough).

What i’ve done so far:

  1. Feature Engineering: Mapped out features that could be useful in predicting an habit completion and filtered out noise features
  2. Created a synthetic dataset for the ML training using Logistic Regression and Decision Tree (Both seemed to work well tho).
  3. I tested the ML model with the training dataset and did a mini visual evaluation on the model accuracy and features dependency.
0
0
7
Ship

I created a chess-engine with a chess bot that plays smarter move by looking into the game by 3 steps or even more.
Managing states was challenging to me at first cause the state was mutated which caused lot of error and missing piece so i cloned the board which makes it immutable.
I’m proud because this project taught me a lot of things from state management to writing my first algorithm.
You can check out my project at https://zico-chess-engine.vercel.app. My repo at https://github.com/young1dev/chess-engine

  • 2 devlogs
  • 11h
  • 9.01x multiplier
  • 97 Stardust
Try project → See source code →

Followers

Loading…