Skip to content
View erik-dali's full-sized avatar
Block or Report

Block or report erik-dali

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
erik-dali/README.md

Hi there 👋

This page is a collection of some coding projects I've worked on. Currently there are 4 repositories on machine learning and scientific computing.

  • Scientific Computing This is a sample of my scientific computing code in MatLab on probability distributions and nonlinear optimization. In the first part I define a couple functions for creating histograms and drawing random samples from probability distributions. The second part of this repository shows a couple of nonlinear optimization methods.
  • 3D Object Detection: LIDAR Semantic Segmentation This is a machine learning and computer vision project that works on LIDAR data. The objective is detection of 3D objects i.e. semantic segmentation of LIDAR point clouds. The dataset used here is KITTI-360 and the model is a modified PointNet2. This is a Python based implementation using Pytorch and Open3D in a Jupyter Notebook.
  • Object-Oriented Programming: Tetris This is a small project to showcase object-oriented programming in Python. No image assets are used for this project; everything is being rendered using a Tkinter wrapper library.
  • Glomeruli-Detection This project demonstrates the effectiveness of Deep Atrous Convolution (DeepLab V3) with a ResNet-101 backbone for segmentation of glomeruli within kidney Whole Slide Imaging (WSI) at full resolution. This is a Python based implementation using Pytorch and TorchVision in a Jupyter Notebook.

Pinned

  1. Scientific-Computing Scientific-Computing Public

    This is a sample of my MatLab code related to scientific computing and probability. For the first update I'm defining a couple functions for visualizing and sampling random numbers from probability…

    MATLAB 1

  2. LIDAR-Semantic-Segmentation LIDAR-Semantic-Segmentation Public

    Semantic segmentation of LIDAR point clouds from the KITTI-360 dataset using a modified PointNet2. This is a Python and PyTorch based implementation using Jupyter Notebooks.

    Jupyter Notebook 4 1

  3. Tetris-Game-Python Tetris-Game-Python Public

    This is a small project to showcase object-oriented programming in Python. No image assets are used for this project; everything is being rendered using a Tkinter wrapper library.

    Python

  4. Glomeruli-Detection Glomeruli-Detection Public

    This project demonstrates the effectiveness of Deep Atrous Convolution (DeepLab V3) with a ResNet-101 backbone for segmentation of glomeruli within kidney Whole Slide Imaging (WSI) at full resolution.