Skip to content
View eneriz-daniel's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report eneriz-daniel

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

Hey there

👨‍💻 About me

I am a PhD student at the University of Zaragoza (Spain) working on edge implementation of Neural Networks. So far I've been working with FPGAs, but also I am interested on low-end CPU and GPU implementation.

💾 Code you can find here

In this profile you can find some personal projects and some of my research work. Below you can find a list of the most relevant repositories.

📫 How to reach me

You can find my website, all my social media and research identifiers in the following icons.

Pinned

  1. MIBCI-QCNNs MIBCI-QCNNs Public

    This repo contains the source code of the project "FPGA implementation of BCIs using QCNNs" submitted to the Xilinx Open Hardware Design Competition 2021.

    Jupyter Notebook 7 4

  2. sensorialfusionQNNs sensorialfusionQNNs Public

    In this repository is contained the archive of Sensorial fusion via QNNs project for the Open Hardware Contest 2020 of the Xilinx University Program

    Jupyter Notebook 3 1

  3. MeatNet MeatNet Public

    This repository contains the code used in the paper entitled An FPGA-based Machine Learning tool for in-situ food quality tracking using sensor fusion from MDPI Biosensors.

    Jupyter Notebook

  4. ndarrays2Carray.py - Exporting Numpy... ndarrays2Carray.py - Exporting Numpy ndarrays to C arrays declared inside C files
    1
    """
    2
    npy2Carray.py - A np.ndarray to C array converter
    3
    4
    This script converts a numpy array to a C array and saves it in a file.
    5