Pinned Repositories
BSB2020-TFS
cocoapi
COCO API - Dataset @ http://cocodataset.org/
cuda_programming
Code from the "CUDA Crash Course" YouTube series by CoffeeBeforeArch
Earthquake
Test for EQ prediction
fasterRCNN
fullcalendar-aspnet-core
Implementation of FullCalendar in ASP.NET Core
Iris-dataset-UTB-project
Machine-Learning-Study-Path-March-2019
A complete ML study path, focused on TensorFlow and Scikit-Learn
Py
PyTorch_YOLOv4
PyTorch implementation of YOLOv4
DusanSulan's Repositories
DusanSulan/BSB2020-TFS
DusanSulan/cocoapi
COCO API - Dataset @ http://cocodataset.org/
DusanSulan/cuda_programming
Code from the "CUDA Crash Course" YouTube series by CoffeeBeforeArch
DusanSulan/Earthquake
Test for EQ prediction
DusanSulan/fasterRCNN
DusanSulan/fullcalendar-aspnet-core
Implementation of FullCalendar in ASP.NET Core
DusanSulan/Iris-dataset-UTB-project
DusanSulan/Machine-Learning-Study-Path-March-2019
A complete ML study path, focused on TensorFlow and Scikit-Learn
DusanSulan/Py
DusanSulan/PyTorch_YOLOv4
PyTorch implementation of YOLOv4
DusanSulan/RCNN
German Traffic Sign Detection Benchmark (GTSDB) dataset is trained on Faster R-CNN for object detection.
DusanSulan/ScaledYOLOv4
DusanSulan/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
DusanSulan/vision
Datasets, Transforms and Models specific to Computer Vision
DusanSulan/WorkerServiceSample
ASP .NET Core 3.0 Worker Service Sample
DusanSulan/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
DusanSulan/xls
DusanSulan/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite