Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View alexgarabt's full-sized avatar

Highlights

  • Pro

Block or report alexgarabt

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

Some stuff that i do in my free time

Pinned Loading

  1. agents-poison agents-poison Public

    Research about "how to poison LLM agents through the MCP protocol"

    Python 1

  2. neural_network neural_network Public

    Implementation from scratch of neural network/MLP (Multilayer Perceptron) architecture, that allows flexible definition of layers and neurons

    Python

  3. rsa rsa Public

    RSA from scratch unfinished

    C

  4. minotaurs-labyrinth minotaurs-labyrinth Public

    Labyrinth shortest path search (A STAR algorithm)

    Python

  5. word2vec word2vec Public

    A from-scratch TypeScript implementation of word2Vec Skip-Gram with Negative Sampling (Mikolov et al. 2013)

    TypeScript

  6. lstm-translator lstm-translator Public

    LSTM encoder-decoder architecture for translaing sentences

    Python