deep-learning-library topic

List deep-learning-library repositories

the-incredible-pytorch

11.1k
Stars
2.1k
Forks
Watchers

The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.

SelfDrivingCar

224
Stars
99
Forks
Watchers

A collection of all projects pertaining to different layers in the SDC software stack

tinynn

361
Stars
92
Forks
Watchers

A lightweight deep learning library

N2D2

143
Stars
35
Forks
Watchers

N2D2 is an open source CAD framework for Deep Neural Network simulation and full DNN-based applications building.

LAVIS

9.3k
Stars
921
Forks
69
Watchers

LAVIS - A One-stop Library for Language-Vision Intelligence

breast_cancer_detection

52
Stars
22
Forks
Watchers

Breast Cancer Detection classifier built from the The Breast Cancer Histopathological Image Classification (BreakHis) dataset composed of 7,909 microscopic images.

mlpractical

27
Stars
22
Forks
Watchers

Machine Learning Practical Course Code Repository

shinnosuke

21
Stars
0
Forks
Watchers

A keras-like API deep learning framework,realized by Numpy only.Support CNN, RNN, LSTM, Dense, etc.

nets

28
Stars
1
Forks
Watchers

Recreating PyTorch from scratch, using Numpy. Supports FCN, CNN, RNN layers.