convolutions
There are 31 repositories under convolutions topic.
HasnainRaz/FC-DenseNet-TensorFlow
Fully Convolutional DenseNet (A.K.A 100 layer tiramisu) for semantic segmentation of images implemented in TensorFlow.
MrinmoiHossain/TensorFlow-in-Practice-Coursera
Hands on practice courses about machine learning framework TensorFlow provided by Coursera. In this project, Tensorflow is implemented on MLP, CNN, NLP and Sequence Time Series & Prediction.
baraline/convst
Implementation of the Random Dilated Shapelet Transform algorithm along with interpretability tools. ReadTheDocs documentation is not up to date with the current version for now.
PABannier/nanograd
A lightweight deep learning framework
antoinebrl/convolution1d-sandbox
1D Convolution Interactive Visualization build with d3.js
madhava20217/Malaria-Detection-from-Cells
Exploring image colour space transformations and augmentation for creating a classifier to characterise parasitized and uninfected RBCs. Proposes a CNN model that uses the Saturation of the HSV colour model to create a high quality classifier resulting in accuracies of 99.3% and above.
CyberZHG/mxnet-octave-conv
Octave convolution
javismiles/convolutional-layer-hacking
Create a convolutional layer from scratch in python, hack its weights with custom kernels, and verify that its results match what pytorch produces.
cuguilke/psykedelic
Pruning System in Keras for a Deeper Look Into Convolutions
tkshirakawa/cv_net
A neural network for image segmentation of cardiovascular anatomies. MOVED to AIS Training Codeset, Jan 3, 2020.
Cabbagito/Convolutional-Neural-Networks-from-Scratch
Python Library for creating and training CNNs. Implemented from scratch.
Jash-2000/Signals-and-Systems
Signal Analysis projects and a final project involving the generation of echo in sound waves using Matlab
M0hc3n/Happy-Or-Sad-Detection-Deep-Learning-Model
This is a simple deep learning model to detect whether a person is happy or sad.
myselfHimanshu/ultron-vision
Computer Vision State Of The Art Intuition Project in Pytorch; WIP
saikrishnaj97/Transfer-Learning-Convolutions-and-Object-Localisation-in-Keras
Transfer Learning, Convolutions, and Object Localisation in Keras
supersimple33/Battleship_Modeling
A Tensorflow CNN based model for playing battleship as efficiently as possible.
bacon-delight/vue-image-convolutions
Try out custom kernels and filters of different sizes on images, stack layers and more!
CellEight/PytorchGoogLeNet
A Pytorch implementation of the paper "Going deeper with convolutions" by Szegedy et. al. 2014
dv-fenix/Convolutions-as-Matrix-Multiplication
Understanding how CNNs can be implemented on a TPU
jkaethee/Image-Convolution-Visualizer
📷 Web application to visualize several different convolutions by using image kernels to apply effects such as sharpening, edge detection, blurring, and more!
ScholtenC/-ODE-Laplace-Transforms
Covering all aspects of Laplace Transforms that could be covered in a first semester Differential Equations curriculum.
Tristhal/1D-Convolution-Demo-Python
This program displays an animation of two functions being convolved together with custom user-defined functions supported.
coyotespike/convolutions-from-scratch
Some models built from scratch with PyTorch during my graduate program at UT Austin
coyotespike/temp
Some models built from scratch with PyTorch during my graduate program at UT Austin
himathaivalappil/tensorflow-deeplearning.ai
Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning
matiashrnndz/tensorflow
Projects done for Tensoflow Developer Professional Certification that DeepLearning.ai offers.
prateeksawhney97/Convolutions-in-Keras
Building a convolutional neural network to classify traffic sign images using Keras
ps48/sip
Small Image Processing Scripts in native C, using libjpeg
sergio-garkusha/holbertonschool-machine_learning
Beta version of the ML curriculum
VaishnaviNandakumar/classification-model-CIFAR10
A classification model implemented using Deep Neural Networks