Skip to content
View asierzd's full-sized avatar
🤖
Learning
🤖
Learning
Block or Report

Block or report asierzd

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

ASIER ZD's GITHUB

About me

I am a software engineer and a robotics MSc student. In this account I will be uploading my university practices and personal projects, and contribute to the open source and free software community.

Content

Some practices I made during my study of software engineering:

  • Multilayer-Perceptron-In-C: This is my solution to a final practice that consisted in developing a multilayer perceptron from the Programming Fundamentals subject.
  • Programming-Fundamentals-in-C-Practices: Programmed in C using linked lists, implemented with dynamic memory allocation, arrays, pointers and structs for the Programming Fundamentals subject.
  • Algorithms-And-Complexity-Practices: Practices from Algorithms and Complexity subject. It contains practices about complexity analysis, sorting algorithms, Divide and conquer, Backtracking/Branch&Bound, Greedy and Dynamic programming algorithmic schemes.

Other practices I made during my study of robotics MSc:

  • DataAnalytics: Tasks I made for the Data Analytics subject of the MSc I am studying, related to data processing and model selection.
  • ArtificialVision: Exercises from Artificial Vision subject of the MSc I am studying. Image processing, and computer vision with Matlab. In progress
  • HanoiTowersABBRobot: Implementation of a solution to the Hanoi Towers Problem using an ABB robot and programmed in RAPID language, for the robot programming subject.
  • More comming soon!

Miscellanea:

Contact me (not ready)

Gmail

Linkedin

Pinned

  1. HanoiTowersABBRobot HanoiTowersABBRobot Public

    Implementation of a solution to the Hanoi Towers Problem using an ABB robot and programmed in RAPID language.

    AMPL 2

  2. Multilayer-Perceptron-In-C Multilayer-Perceptron-In-C Public

    This is my solution to a final practice that consisted in developing a Multilayer Perceptron capable of performing forward propagation from the Programming Fundamentals subject.

    C 1

  3. Algorithms-And-Complexity-Practices Algorithms-And-Complexity-Practices Public

    These are my solutions for the practices of Algorithms and Complexity subject.

    Java

  4. DataAnalytics DataAnalytics Public

    Tasks made for the Data Analytics subject of my MSc.

    Jupyter Notebook

  5. ArtificialVision ArtificialVision Public

    Exercises from Artificial Vision subject of the MSc I am studying. Image processing, and computer vision with Matlab.

  6. Programming-Fundamentals-in-C-Practices Programming-Fundamentals-in-C-Practices Public

    Some practices I worked on when I started learning programming. Agenda manager implemented with linked lists using dynamic memory allocation.

    C