neeveermoree's Stars
JuliaLang/julia
The Julia Programming Language
pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
sgrvinod/a-PyTorch-Tutorial-to-Object-Detection
SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
sindresorhus/guides
A collection of succinct guides - Public Domain
lambdalisue/jupyter-vim-binding
Jupyter meets Vim. Vimmer will fall in love.
VisDrone/VisDrone-Dataset
The dataset for drone based detection and tracking is released, including both image/video, and annotations.
blue-oil/blueoil
Bring Deep Learning to small devices
dominance-analysis/dominance-analysis
This package can be used for dominance analysis or Shapley Value Regression for finding relative importance of predictors on given dataset. This library can be used for key driver analysis or marginal resource allocation models.
MobileTeleSystems/CoolGraph
Make GNN easy to start with
esokolov/ml-minor-hse
RomeoMe5/DDLM
Исходные коды к главам книги "Цифровой синтез: практический курс" (под ред. А.Ю. Романова и Ю.В. Панчула)
soroosh-rz/Natural-Language-Processing
Natural Language Processing
purbita-sur/KNN-weighted-classifier
Weighted K Nearest Classifier from scratch
NikyParfenov/Aramco_Upstream_Solutions_Technathon_2020
7 November - 13 December 2020
neeveermoree/classic_ml
Numpy implementation of classic Machine Learning models
neeveermoree/YOLOv4-Object-Detection-Tutorial
YOLOv4 Object Detection tutorial and implementaion using PyTorch from scratch.