Skip to content
View andrasmatyassy's full-sized avatar

Block or report andrasmatyassy

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

Hi there! </>

I'm Andras, a software engineer. I like automating stuff and tinkering with neural networks.

🛠️ Projects

📚 MNIST Digit Classifier

Python PyTorch

This project showcases the use of neural networks for classifying MNIST digits with PyTorch. It features Linear, Convolutional, and ResNet models, highlighting key aspects of data preprocessing, model training, and evaluation. Instead of the usual torchvision.datasets, the project uses .csv files for pixel data, offering a unique approach to data handling. Additionally, a custom dataset of 130 handwritten digits in .png format is included to test how well the models handle images from a different data pipeline.

Key highlights:

  • Data Handling: Transforms .csv pixel data into PyTorch Datasets and DataLoaders.
  • Model Training: Easily configurable through a config.yaml file for hyperparameters and file paths.
  • Evaluation: Logs performance metrics, showing how model accuracy varies between the standard MNIST dataset and the custom dataset.

📖 Read More

🧬 CodonTransformer

Python

Built a config manager using the singleton pattern, complete with unit tests for robust model management.

🔗 Pull Request #9

⚡ PyTorch

Python PyTorch

Added environment variable to configure logging level.

🔗 Pull Request #137196

📫 Contact

LinkedIn GitHub

Pinned Loading

  1. CodonTransformer CodonTransformer Public

    Forked from Adibvafa/CodonTransformer

    The ultimate tool for codon optimization, transforming protein sequences into optimized DNA sequences specific for your target organisms.

    Python

  2. mnist-digit-classifier mnist-digit-classifier Public

    A collection of neural network models (Linear, Convolutional, and ResNet) designed for the classic MNIST digit classification task using PyTorch. This project showcases data handling, model trainin…

    Python

  3. pytorch pytorch Public

    Forked from pytorch/pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

    Python