Skip to content
View sgol13's full-sized avatar
  • Nomagic

Highlights

  • Pro
Block or Report

Block or report sgol13

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
sgol13/README.md

Facebook LinkedIn

Hello there!

I'm a Machine Learning Engineer at Nomagic and a recent Computer Science graduate. I'm truly fascinated by mathematics, algorithms and machine learning. I code mainly in Python, C, C++, Java and Elixir.

My thesis project - a chatbot answering questions about the Elixir programming language.

  • The project’s client was Jose Valim, creator of the Elixir.
  • According to the benchmark, it significantly outperforms ChatGPT within its narrow domain.
  • We built a flexible framework to enable testing the variety of generative and embedding models.
Boulder Dash video

A clone of Boulder Dash in C++, which I created for fun and learning. It contains visible improvements compared to the original version: fluent movement of objects and the possibility of two objects to partly cover the same field.

Boulder Dash video

Pinned Loading

  1. genetic-tsp genetic-tsp Public

    Multi-dimensional Travelling Salesman Problem using genetic algorithm. (2021)

    Python

  2. mpi-blurring mpi-blurring Public

    Multiprocess image blurring based on MPI. (2021)

    C++