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

Block or report eneriz-daniel

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 Loading

  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 15 5

  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