Skip to content
View seysha-git's full-sized avatar
🦧
Focusing
🦧
Focusing
  • Trondheim

Block or report seysha-git

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

πŸ™‹ Fields of Interest: Energy and Process Control

Subject interests include control and systems theory, statistics and data science.

🏦 Education

Second-year MSc student in Cybernetics and Robotics at NTNU, Trondheim.

πŸŽ“ Courses & Projects

Explore repositories showcasing personal projects and course-related work.

πŸ“– Current courses:

πŸ”— Procedural and Object-Oriented Programming
Basic and practice-oriented programming in C++. The course covers most of the elements in the programming language and selected parts of the standard library. Through the exercises, the students will get extensive experience in the construction, debugging and testing of software.

πŸ”— Control systems
Linear differential equations. State space representation. Transition matrix, decoupling, canonical forms. Linear approximations of nonlinear processes; linearisation. Block diagrams. Laplace transformation. Root loci. Responses for some typical processes--time- and frequency response. Stability of feedback systems, stability criteria. Frequency domain based synthesis of feedback systems: Servo control, process control with rejection of disturbances. P, PI, PID controllers, other serial controllers. Cascade control. Feedforward control. Discrete (digital) control of continuous systems, and basics of analog filters.

πŸ”— Computer fundamentals
The course will contain terminology, principles, and concepts for the construction and operation of different kinds of modern computers and other computer-related equipment. Principles of how computers (and other digital machines) are constructed from combinatoric and sequential logic logic blocks. Architecture (organization), operation, and realization of computers and computer systems. Construction of computers on different levels, instruction format, address modes, processor architecture and types. Hardware and software interface, connection of components, interrupts, busses, memory hierarchy, and cache. A short introduction to distributed systems, embedded systems, parallel computers, new technologies, and new applications will be given.

πŸ”— Physics
Main topics: Dynamics. Thermal physics.

🎧Current projects:

πŸ”— Data Science Competitions on Kaggle
Collection of introductory ML competitions involving regression, classification, and more.

πŸ”— Problem-solving in C++/C
Introductory DSA problems solved weekly

Finished projects pinned below πŸ–ŠοΈ

Pinned Loading

  1. Green-Escape-Game Green-Escape-Game Public

    Subject: Informatics 2, High School. The project is a 2d single-player game developed with Python and Pygame.

    Python 1

  2. Solution-ITExam-2022 Solution-ITExam-2022 Public

    Subject: Informatics 2, High School. My solution to the final exam of informatics 2 in 2022. Sentral topics were data analysis and game development with Pygame

    Python 1

  3. Game-web-development Game-web-development Public

    A web development project using html, css and javascript. Grade: A/6.

    JavaScript 1

  4. Numeric-methods-for-PDEs Numeric-methods-for-PDEs Public

    Solved the heat equation with three different numerical methods

    Python