Pinned Repositories
autoencoders
implementing autoencoders, educational and somewhat practical purposes
Basic-Python-Programs
This repository will contain basic python programming questions and their solutions.
Collabothon-2023-backend
Back-end part of our application
collabothon_2023_MW
collabothon 2023 #VirtualAssistant project placeholder
compsim2024
code for Computer Simulations at TUL
img-playaround
implementing image processing algorithms for educational purposes and fun
MNIST-CNN
a rather simple CNN to solve the MNIST problem
ngram-NLP-model
this is my implementation of the bigram language model, as described by Andrej Karpathy in his makemore series.
poet-GAN
a GAN to generate handwritings.
transformer_exp
implementing the transformer model (and doing some experiments on it), following Andrej Karpathy's lecture
elrrowwe's Repositories
elrrowwe/MNIST-CNN
a rather simple CNN to solve the MNIST problem
elrrowwe/autoencoders
implementing autoencoders, educational and somewhat practical purposes
elrrowwe/Basic-Python-Programs
This repository will contain basic python programming questions and their solutions.
elrrowwe/Collabothon-2023-backend
Back-end part of our application
elrrowwe/collabothon_2023_MW
collabothon 2023 #VirtualAssistant project placeholder
elrrowwe/compsim2024
code for Computer Simulations at TUL
elrrowwe/elrrowwe
elrrowwe/img-playaround
implementing image processing algorithms for educational purposes and fun
elrrowwe/LaTeX-CV
forked from a kind soul from LinkedIn
elrrowwe/ngram-NLP-model
this is my implementation of the bigram language model, as described by Andrej Karpathy in his makemore series.
elrrowwe/poet-GAN
a GAN to generate handwritings.
elrrowwe/transformer_exp
implementing the transformer model (and doing some experiments on it), following Andrej Karpathy's lecture
elrrowwe/lions-den-hackathon-2024
a repository containing the solution of the PŁiwo team for the Lion's Den 2024 hackathon, organized by ING.
elrrowwe/misc-pieces
miscellaneous code snippets/files I felt like sharing
elrrowwe/spaceship-titanic
solving the spaceship titanic kaggle challenge for the AI club at Politechnika Lodzka
elrrowwe/Tensor-Puzzles
solving the puzzles, improving my pytorch
elrrowwe/watermark_removal_DCGAN
my implementation of the DCGAN model, trained to remove watermarks from images.
elrrowwe/wine-quality-KNN
this is a repo, containing my experiments with the "red wine quality dataset", including data exploration, classification and whatever else I come up with