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. Personal projects around Blockchain My Personal Open Source
  3. Zero Knowledge Proof (ZKP) for group membership verification Code here
  4. Documents Attestation with Zero Knowledge Proof
  5. Documents Attestation with Zero Knowledge Proof Code repo...

Quantum Computing

Q#

  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

PennyLane

  1. Normalization of quantum states. Normalization
  2. Inner Product and Orthonormal Bases. Orthonormal Vector
  3. A simple quantum algorith: Initialize a qubit in state |0〉 + Apply the provided operation U + Simulate measuring the output state 100 times Quantum Algorithm

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