#!/usr/bin/python
# -*- coding: utf-8 -*-
class ComputerScienceEngineer:
def __init__(self):
self.name = "Miguel Tabernero Palomar"
self.role = "Computer Science Engineer"
self.university = "Carlos III (Madrid, Spain)"
self.language_spoken = ["es_ES", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting! :)")
me = ComputerScienceEngineer()
me.say_hi()
I really enjoy learning about the major sub-fields of Artificial Intelligence including Machine Learning, Planning, Neural Networks and Evolutionary Computation. I also enjoy website development and overall, computer programming.
- π Python
- π΅ Java
- π‘ Lumen
- π» PHP, HTML, CSS, JS
- π½ MySQL, Elasticsearch
How to reach me: mtabernerop@gmail.com