Skip to content
View Szymqn's full-sized avatar
🎓
Coding
🎓
Coding

Highlights

  • Pro

Organizations

@UwB-Tech-Innovators-Inc

Block or report Szymqn

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Szymqn/README.md

Hi there

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Person:
    def __init__(self):
        self.name = "Szymon"
        self.role = "Junior Machine Learning Engienner"
    
    def info(self):
        print("Explainable Artificial Intelligence - Find out about your AI model's decisions")
        
    def fun(self):
        print("Fun fact: the heads on Easter Island have bodies 🗿")
        
me = Person()
me.info()
me.fun()

Pinned Loading

  1. BookWiseAIModel BookWiseAIModel Public

    Supporting Business Operations with Explainable Artificial Intelligence Methods: The Case of Hotel Reservation Analysis - Model

    HTML

  2. BookWiseAIApp BookWiseAIApp Public

    Supporting Business Operations with Explainable Artificial Intelligence Methods: The Case of Hotel Reservation Analysis - Django Application

    JavaScript

  3. MediOrange MediOrange Public

    AI assistant supports medical procedures and protocols. Ask about clinical guidelines, best practices, or procedural steps - Econverse Cup 2025

    C++ 1

  4. KaggleCompetitions KaggleCompetitions Public

    Solution notebooks from Kaggle competitions

    Jupyter Notebook

  5. CS50AI CS50AI Public

    CS50's Introduction to Artificial Intelligence with Python

    Python