Skip to content
View alex21th's full-sized avatar
๐ŸŒด
Currently chillin'
๐ŸŒด
Currently chillin'
  • Barcelona, Spain

Highlights

  • Pro
Block or Report

Block or report alex21th

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

Hello, I'm Alex ๐Ÿ‘‹๐Ÿป

๐ƒ๐š๐ญ๐š ๐’๐œ๐ข๐ž๐ง๐ญ๐ข๐ฌ๐ญ ๐š๐ง๐ ๐Œ๐š๐œ๐ก๐ข๐ง๐ž ๐‹๐ž๐š๐ซ๐ง๐ข๐ง๐  ๐„๐ง๐ ๐ข๐ง๐ž๐ž๐ซ ๐ฐ๐ข๐ญ๐ก +4 ๐ฒ๐ž๐š๐ซ๐ฌ ๐จ๐Ÿ ๐ž๐ฑ๐ฉ๐ž๐ซ๐ข๐ž๐ง๐œ๐ž ๐š๐ญ ๐Ÿ๐ข๐ง๐ญ๐ž๐œ๐ก, ๐€๐ฆ๐š๐ณ๐จ๐ง ๐š๐ง๐ ๐’๐Ž๐๐˜ ๐†๐ซ๐จ๐ฎ๐ฉ

About me:

  • ๐Ÿค– Senior Artificial Intelligence Engineer @ Avanade (EU AI Hub)
  • ๐Ÿค– Artificial Intelligence Research for Computer Vision @ Midokura (SONY Group)
  • ๐ŸŽ“ MSc in Computer Vision, student @ UAB
  • ๐Ÿ“ˆ Business Intelligence and Data Analyst experience @ Amazon
  • ๐Ÿ’ณ Fintech internship experience @ Unnax Payments
  • ๐Ÿ“Š BSc in Data Science and Engineering @ UPC
  • ๐Ÿ’ป Skills: Python, R, C++, SQL, data analysis, statistics, machine learning, deep learning, CV, NLP

Reach me on LinkedIn.

Pinned

  1. music-generation music-generation Public

    Experiment with some approaches of music generation based on deep learning techniques: a LSTM, a Variational Autoencoder, a GAN and a novel architecture called MidiNet. ๐ŸŽต

    Jupyter Notebook 3

  2. financial-deeplearning financial-deeplearning Public

    Study on the application of the LSTM state-of-art language modeling deep learning architecture to the analysis of Bitcoin financial time series. ๐Ÿ’ฐ

    TeX

  3. finger-detection finger-detection Public

    Experiment on the theoretical aspects of color image detection and classification algorithms, and implementation of it for skin segmentation and finger counting. โœŒ๐Ÿผ

    Jupyter Notebook 2

  4. flight-interruption flight-interruption Public

    Predictive analysis using big data technologies such as PySpark: if an unscheduled maintenance flight event is to happen sometime in the next 7 days. โœˆ๏ธ

    Python 1

  5. pyramid-kernel pyramid-kernel Public

    Study of the Spatial Pyramid kernel function for Support Vector Machines (SVMs) and implementation of its statistical learning paradigm for image recognition. ๐Ÿงฑ

    HTML 1

  6. assembly-line assembly-line Public

    Solving a cars assembly line NP problem by implementing three algorithmic approaches: an exhaustive search, a greedy algorithm and a metaheuristic. ๐Ÿš—

    C++