Skip to content
View andrijajovanovic98's full-sized avatar

Highlights

  • Pro

Block or report andrijajovanovic98

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
andrijajovanovic98/README.md
Profile views

Turning data into insights. And insights into action.

ajovanov's 42 stats

Pinned Loading

  1. Learn2Slither Learn2Slither Public

    Snake AI (Q-learning): custom state encoding + epsilon-greedy policy + Q-table training.

    Python

  2. multilayer-perceptron multilayer-perceptron Public

    From-scratch MLP in Python/NumPy: feedforward, backprop, ReLU/softmax. Includes training logs and plots.

    Python

  3. expert-system expert-system Public

    AI decision-support expert system - rule-based inference engine (backward chaining), explainable reasoning.

    Python

  4. dslr dslr Public

    From-scratch logistic regression (Python/NumPy): multi-class (OvR) classifier + EDA, scaling, and plots.

    Python

  5. minishell minishell Public

    POSIX-like minishell in C: lexer/parser, pipelines & redirections, heredoc, env vars, builtins.

    C 7

  6. gesturevision-ai gesturevision-ai Public

    Hand-gesture-controlled Tic-Tac-Toe with real-time hand tracking and a minimax AI opponent, built in Python using OpenCV and MediaPipe.

    Python