-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (100 loc) · 4.9 KB
/
index.html
File metadata and controls
100 lines (100 loc) · 4.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="es" style="font-size: 16px;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Soy Edgar Herrador, tengo experiencia construyendo productos digitales con tecnologías emergentes para generar un cambio tangible, escalable y transformador">
<meta name="keywords" content="Blockchain, Web3, Large Language Models, Machine Learning, Quantum Computing, Emerging Technologies, Digital Humanities, Computer Science, Philosophy of Technology">
<title>Edgar Herrador</title>
<link rel="stylesheet" href="styles/general.css" media="screen">
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i">
<link id="u-page-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Public+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
</head>
<body >
<div class="container">
<img src="images/EHN.jpeg" alt="Foto Edgar Herrador" width="100" height="100"/>
<h1>Hi! I'm Edgar Herrador</h1>
</div>
<h2>Driving emerging technologies to generate tangible, scalable and transformative change</h2>
<p>Blockchain•AI/ML•Data•Quantum Computing enthusiast</p>
<ul>
<li>📚 Studying MSc Digital Humanities</li>
<li>🖥️ MSc Computer Science</li>
<li>⌨️ BSc Computer Engineering</li>
</ul>
<br/>
<h3>Blockchain / Web3</h3>
<ol>
<li>
DeFi (DEX & Stable Coin) + DeSci + Tokenization
<a href="https://github.com/bayroio">Bayro Open Source</a>
</li>
<li>
Personal projects around Blockchain
<a href="https://github.com/eherrador">My Personal Open Source</a>
</li>
<li>
Zero Knowledge Proof (ZKP) for group membership verification
<a href="https://github.com/eherrador/zkGroupMembership">Code here</a>
</li>
Documents Attestation with Zero Knowledge Proof
<li>
Documents Attestation with Zero Knowledge Proof
<a href="https://github.com/eherrador/zkDocAttestation">Code repo...</a>
</li>
</ol>
<br/>
<h3>Quantum Computing</h3>
<h4>Q#</h4>
<ol>
<li>
Generating a random bit using the probabilistic nature of quantum states.
<a href="https://github.com/eherrador/quantumcomputing/blob/main/RandomBit.qs">Random Bit</a>
</li>
<li>
Implementing a quantum random number generator by setting qubits in superposition and then using the measurement results as random bits.
<a href="https://github.com/eherrador/quantumcomputing/blob/main/RandomNumber.qs">Random Number</a>
</li>
<li>
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.
<a href="https://github.com/eherrador/quantumcomputing/blob/main/Superposition.qs">Superposition</a>
</li>
</ol>
<h4>PennyLane</h4>
<ol>
<li>
Normalization of quantum states.
<a href="https://github.com/eherrador/PennyLane4QC/blob/main/QuantumStateNormalization.ipynb">Normalization</a>
</li>
<li>
Inner Product and Orthonormal Bases.
<a href="https://github.com/eherrador/PennyLane4QC/blob/main/InnerProduct_OrthonormalBases.ipynb">Orthonormal Vector</a>
</li>
<li>
A simple quantum algorith: Initialize a qubit in state |0〉 + Apply the provided operation U + Simulate measuring the output state 100 times
<a href="https://github.com/eherrador/PennyLane4QC/blob/main/SimpleQuantumAlgorithm.ipynb">Quantum Algorithm</a>
</li>
</ol>
<br/>
<h3>AI/ML & Gen AI</h3>
<ol>
<li>
Coding Natural Language Processing (NLP) tasks with pipeline() function from 🤗 Transformers library.
<a href="https://htmlpreview.github.io/?https://github.com/eherrador/NLP/blob/main/transformers.html">Transformers Notebook</a>
</li>
<li>
Predicting the next row of numbers in a sequence, where each row contains 6 integers between 1 and 56.
<a href="https://colab.research.google.com/github/eherrador/PredictingLongShortTermMemory/blob/main/PredictingLSTM.ipynb">Google Colab Notebook for Predicting with Long Short-Term Memory (LSTM) Network</a>
</li>
</ol>
<br/>
<h3>AI Agents</h3>
<h4>Blockchain</h4>
<ol>
<li>
AI Agent to interact with Base (Coinbase Development Platform AgentKit).
<a href="https://github.com/eherrador/agent-cdp-agentkit">AI Agent + Base</a>
</li>
</ol>
</body>
</html>