Foto Edgar Herrador

Hi! I'm Edgar Herrador

Driving emerging technologies to generate tangible, scalable and transformative change

Blockchain•AI/ML•Data•Quantum Computing enthusiast


Blockchain / Web3

  1. DeFi (DEX & Stable Coin) + DeSci + Tokenization Bayro Open Source
  2. Prrsonal projects around Blockchain My Personal Open Source

Quantum Computing

  1. Generating a random bit using the probabilistic nature of quantum states. Random Bit
  2. Implementing a quantum random number generator by setting qubits in superposition and then using the measurement results as random bits. Random Number
  3. This Q# program sets a qubit in a superposition by applying a Hadamard transformation of the computational basis states |0〉and |1〉by applying a Hadamard transformation. Superposition

AI/ML & Gen AI

  1. Coding Natural Language Processing (NLP) tasks with pipeline() function from 🤗 Transformers library. Transformers Notebook
  2. Predicting the next row of numbers in a sequence, where each row contains 6 integers between 1 and 56. Google Colab Notebook for Predicting with Long Short-Term Memory (LSTM) Network