Skip to content
View uxert's full-sized avatar

Organizations

@Kolo-Zainteresowan-Cybernetycznych

Block or report uxert

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

Hi there 👋

About me

Young neural networks passionate. I like learning about different architectures of neural nets and implementing them "myself" (with PyTorch).

Currently learning

  • PyTorch
  • Flask
  • A tiny bit of JavaScript HTML5 CSS

What I'm working on

  • full stack Flask app that will be self hosted on my old and forgotten Ubuntu pc Flask Nginx SQLite
  • expansion of my face generating project I did a while ago for my Different NN architectures overview PyTorch Jupyter

What I already did

  • Emotions classifier - a CNN operating on mel spectrograms predicting emotion from audio of the person talking. Trained on RAVDESS dataset PyTorch
  • Numpy NN - a trivial neural network implemented purely in numpy, just to get the hang of all the matrix multiplication that neural nets are basing on NumPy
  • Different NN architectures overview - JupyterNotebooks with implementations of a few NN architectures: DCGANs, transformers, autoencoders. The notebooks implement these architectures and show how they work on some basic examples PyTorch Jupyter

Pinned Loading

  1. Emotions-classfier Emotions-classfier Public

    Deep learning model analyzing audio and classifying emotions of the person talking

    Python