Ricardo Rodríguez Jorge, PhD
Research Scientist
Department of TICS

Technological Centre Ceit/“Researching Today, Creating the Future”
Donosti, Spain


Reseach group: Data Analysis and Information Management Group

Research visit. Institution: National Technologic of Mexico / Technological Institute of Ciudad Victoria.
(July 1st – July 31th 2022)

Visiting Professor
Czech Technical University in Prague, Czech Republic
(Dec 2016 -January 2017)

Research visit
Tohoku University, Japan (May- Jul 2011)


Ceit_logo










                                     
I welcome my colleagues and fellow academics to this web site. If you would like to discuss any of my published work, please feel free to contact me. My professional interests are mainly in Engineering and my work today has been focused on signal processing and machine learning to bridge innovative ways in these areas.
 
I am always looking for industrial and academic collaboration, please do not hesitate to contact me for project collaborations. For more information about my current running projects please visit Research projects.
 
Institute web page:  Data Analysis and Information Management Group
Call for papers: https://www.rodriguezricardo.net/rodriguezjorgericardo/
Courses: https://www.rodriguezricardo.net/rodriguezjorgericardo/
Research Interest Group: Mechatronics,  Signal Processing, Control and Artificial Neural Networks
Contact Information: E-mail: rrodriguezj@ceit.es, Telephone:943 212 800 / Ext. 2940, Office: 011, Skype: rodriguezri,  Mobile phone:
 

Algorithms and Programming I

<< TO BE UPDATED, PLEASE VISIT AGAIN >>
Course Information:
Lecturer                 : Dr. Ricardo Rodriguez Jorge
Course Coordinator : Mgr. Jiří Fišer, Ph.D.
Level                      : Bachelor course (KI/APR1)
Time                      : Friday (16:00 - 17:50)
Location                 : CPTO Building (CP-6.13 )
 
Announcement:
(All obligations for a successful assessment have to be fulfilled until the end of the winter semester, 2021)
Sylabus:
The introductory course of algorithms and programming (first part) focuses on the basics of procedural and object-oriented paradigm. Attention is focused mainly on the object representation of basic collections (strings, lists, dictionaries) and on the elementary algorithms above them. The course is intended for beginners (no prior knowledge of programming is required). Teaching (lectures and exercises) will be in Python.
 
Lecture Notes:
 
Week Topics Notes Assignments Due date/
Remarks
1

Basic terminology of object-oriented programming, objects (values) of basic classes (numbers, logical values) and operations resp. methods above them

download Moodle http://www.sipml.com.mx/moodle/
         
2 Variables, standard input and output, program branching (if-then construction) download Moodle http://www.sipml.com.mx/moodle/
3 User functions (input parameters, return values, area of ​​visibility of variables), n tice download Moodle http://www.sipml.com.mx/moodle/
         
4 Strings and methods over strings, indexing, modifiable referenced values ​​(reference semantics) download Moodle http://www.sipml.com.mx/moodle/
5 Cycles (while and for), premature termination of cycles download Moodle http://www.sipml.com.mx/moodle/
         
6 Lists (interfaces), asymptotic (time) complexity download Moodle http://www.sipml.com.mx/moodle/
         
7 Key algorithms over lists (eg duplication, filtering, reduction) download Moodle http://www.sipml.com.mx/moodle/
         
8

Dictionaries (interface, use for representation of associative fields, sparse fields and caches)

download Moodle http://www.sipml.com.mx/moodle/
         
9

Hash tables (internal implementation, hash functions)

download Moodle http://www.sipml.com.mx/moodle/
10 Input and output to files (text) download Moodle http://www.sipml.com.mx/moodle/
         
11 Input and output to files (binary), byte arrays download Moodle http://www.sipml.com.mx/moodle/
         
12 Exceptions and basic exception handling, context manager (with) used in resource management download Moodle http://www.sipml.com.mx/moodle/
         
13 Final summary download Moodle http://www.sipml.com.mx/moodle/