-
Dataedo
- Poland
-
19:27
(UTC +01:00) - https://dataedo.com/@hubert-ksiazek
- in/hubertksiazek
- https://gitlab.com/users/Dataedo_hubert
Highlights
- Pro
Pinned Loading
-
Image_contrast_enhancement
Image_contrast_enhancement PublicImageContrastEnhancement is a demonstration of the capabilities of convolutional genetic algorithms in image processing, specifically in the area of contrast enhancement.
Jupyter Notebook 1
-
Road_Detection_via_U-NET
Road_Detection_via_U-NET PublicAutomatic Road Detection via U-NET Neural Network. The project focuses primarily on implementing the U-NET architecture so that it can be easily modified by changing individual parameters.
Python 1
-
pre-commit
pre-commit PublicPrezentacja zastosowania narzędzi do statycznej analizy kodu wraz z ich automatyzacją przy pomocy pre-commit, oraz pipeline. Prezentacja przygotowana na potrzeby przedmiotu "Programowanie zorientow…
Python 2
-
housing_price_prediction
housing_price_prediction PublicHouse pricing prediction ML pipeline. Scrapes data, stores in Azure, uses ML models, and provides API. Built with Python, FastAPI, Azure, and Docker for seamless deployment and scalability.
Python
-
Calculates the stationary state for ...
Calculates the stationary state for the given transition matrix by solving an eigenproblem. 1import numpy as np
2import scipy
345def calculate_stationary_state(transition_matrix: np.ndarray) -> np.ndarray:
-
Calculates the transition matrix fro...
Calculates the transition matrix from a given 1D numpy array. 1import numpy as np
234def get_valid_indices(series: np.ndarray) -> (np.ndarray, np.ndarray):
5"""
If the problem persists, check the GitHub status page or contact support.