relu topic

List relu repositories

caffenet-benchmark

741
Stars
155
Forks
Watchers

Evaluation of the CNN design choices performance on ImageNet-2012.

OMLT

250
Stars
58
Forks
Watchers

Represent trained machine learning models as Pyomo optimization formulations

NumPyCNN

560
Stars
188
Forks
Watchers

Building Convolutional Neural Networks From Scratch using NumPy

DynamicReLU

204
Stars
39
Forks
Watchers

Implementation of Dynamic ReLU on Pytorch

math_object_detection

63
Stars
18
Forks
Watchers

An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.

CIFAR10CNNFlask

61
Stars
36
Forks
Watchers

Building a HTTP-accessed convolutional neural network model using TensorFlow NN (tf.nn), CIFAR10 dataset, Python and Flask.

Deep-LearningAI

69
Stars
57
Forks
Watchers

🇦🇮 Deep Learning AI course on Coursera (Andrew Ng)

Covid19-Detection-Using-Chest-X-Ray

45
Stars
25
Forks
Watchers

Covid-19 detection in chest x-ray images using Convolution Neural Network.

numpy-neuralnet-exercise

48
Stars
13
Forks
Watchers

Implementation of key concepts of neuralnetwork via numpy

KuiperInfer

2.0k
Stars
232
Forks
Watchers

带你从零实现一个高性能的深度学习推理库,支持大模型 llama2 、Unet、Yolov5、Resnet等模型的推理。Implement a high-performance deep learning inference library step by step