Repository navigation

#

convolutional-layers

An example of visualization of weights and output of convolutional layers

Python
104
9 年前

Rede Neural Convolucional para reconhecimento de gestos em LIBRAS (Alfabeto) Projeto 01/2019 - Ciência da Computação (Universidade Anhembi Morumbi)

Python
94
5 年前

Multi class audio classification using Deep Learning (MLP, CNN): The objective of this project is to build a multi class classifier to identify sound of a bee, cricket or noise.

Python
66
4 年前

A look at some simple autoencoders for the Cifar10 dataset, including a denoising autoencoder. Python code included.

Python
64
6 年前

Implementation of the generalized 2D convolution with dilation from scratch in Python and NumPy

Python
54
4 年前

A 1D implementation of a deformable convolutional layer in PyTorch with a few tricks.

Python
40
2 年前

Code for the paper entitled "Deep neural network for traffic sign recognition systems: An analysis of spatial transformers and stochastic optimisation methods".

Lua
40
7 年前

Implemented Convolutional Neural Network, LSTM Neural Network, and Neural Network From Scratch in Python Language.

Jupyter Notebook
39
7 年前

Tensorflow implementation for 'LCNN: Lookup-based Convolutional Neural Network'. Predict Faster using Models Trained Fast with Multi-GPUs

Python
39
8 年前

Octave convolution

Python
34
3 年前

Pytorch Implementations of Common modules, blocks and losses for CNNs specifically for segmentation models

Python
33
4 年前

Caffe implementation for Active Shift Layer(ASL)

C++
32
6 年前

This library provides a set of basic functions for different type of deep learning (and other) algorithms in C.This deep learning library will be constantly updated

C
32
2 年前

A Python implementation of the InverSynth method (Barkan, Tsiris, Koenigstein, Katz)

Python
30
2 年前

Implementing Neural Networks for Computer Vision in autonomous vehicles and robotics for classification, pattern recognition, control. Using Python, numpy, tensorflow. From basics to complex project

Jupyter Notebook
26
4 年前

Sub-Pixel Convolutional Layer with Tensorflow/Keras

Python
23
4 年前

Hi! Thanks for checking out my tutorial where I walk you through the process of coding a convolutional neural network in java from scratch. After building a network for a university assignment, I decided to create a tutorial to (hopefully) help others do the same and improve my own understanding of neural networks.

Java
23
3 年前