All Projects → marcotav → deep-learning

marcotav / deep-learning

Licence: other
Projects include the application of transfer learning to build a convolutional neural network (CNN) that identifies the artist of a painting, the building of predictive models for Bitcoin price data using Long Short-Term Memory recurrent neural networks (LSTMs) and a tutorial explaining how to build two types of neural network using as input the…

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to deep-learning

Assembled Cnn
Tensorflow implementation of "Compounding the Performance Improvements of Assembled Techniques in a Convolutional Neural Network"
Stars: ✭ 319 (+641.86%)
Mutual labels:  image-classification, transfer-learning
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (+179.07%)
Mutual labels:  image-classification, transfer-learning
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (+658.14%)
Mutual labels:  image-classification, transfer-learning
Deep-Learning
It contains the coursework and the practice I have done while learning Deep Learning.🚀 👨‍💻💥 🚩🌈
Stars: ✭ 21 (-51.16%)
Mutual labels:  image-classification, transfer-learning
Imageatm
Image classification for everyone.
Stars: ✭ 201 (+367.44%)
Mutual labels:  image-classification, transfer-learning
Hub
A library for transfer learning by reusing parts of TensorFlow models.
Stars: ✭ 3,007 (+6893.02%)
Mutual labels:  image-classification, transfer-learning
Imageclassification
Deep Learning: Image classification, feature visualization and transfer learning with Keras
Stars: ✭ 83 (+93.02%)
Mutual labels:  image-classification, transfer-learning
LegoBrickClassification
Repository to identify Lego bricks automatically only using images
Stars: ✭ 57 (+32.56%)
Mutual labels:  image-classification, transfer-learning
Cvpr18 Inaturalist Transfer
Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning. CVPR 2018
Stars: ✭ 164 (+281.4%)
Mutual labels:  image-classification, transfer-learning
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (+223.26%)
Mutual labels:  image-classification, transfer-learning
Keras-Application-Zoo
Reference implementations of popular DL models missing from keras-applications & keras-contrib
Stars: ✭ 31 (-27.91%)
Mutual labels:  image-classification, transfer-learning
Skin Lesions Classification DCNNs
Transfer Learning with DCNNs (DenseNet, Inception V3, Inception-ResNet V2, VGG16) for skin lesions classification
Stars: ✭ 47 (+9.3%)
Mutual labels:  image-classification, transfer-learning
FaceClassification Tensorflow
Building a Neural Network that classifies faces using OpenCV and Tensorflow
Stars: ✭ 37 (-13.95%)
Mutual labels:  image-classification, transfer-learning
Autogluon
AutoGluon: AutoML for Text, Image, and Tabular Data
Stars: ✭ 3,920 (+9016.28%)
Mutual labels:  image-classification, transfer-learning
super-gradients
Easily train or fine-tune SOTA computer vision models with one open source training library
Stars: ✭ 429 (+897.67%)
Mutual labels:  image-classification, transfer-learning
Rexnet
Official Pytorch implementation of ReXNet (Rank eXpansion Network) with pretrained models
Stars: ✭ 319 (+641.86%)
Mutual labels:  image-classification, transfer-learning
NTUA-slp-nlp
💻Speech and Natural Language Processing (SLP & NLP) Lab Assignments for ECE NTUA
Stars: ✭ 19 (-55.81%)
Mutual labels:  transfer-learning, lstm-neural-networks
favorite-research-papers
Listing my favorite research papers 📝 from different fields as I read them.
Stars: ✭ 12 (-72.09%)
Mutual labels:  image-classification, transfer-learning
Pytorch classifiers
Almost any Image classification problem using pytorch
Stars: ✭ 122 (+183.72%)
Mutual labels:  image-classification, transfer-learning
Transfer Learning Suite
Transfer Learning Suite in Keras. Perform transfer learning using any built-in Keras image classification model easily!
Stars: ✭ 212 (+393.02%)
Mutual labels:  image-classification, transfer-learning

Deep Learning Projects

Image title image title image title image title Image title License: MIT



Notebooks and descriptions Contact Information

Notebooks and descriptions

Project Brief Description
painter-identifier I built a Convolutional Neural Net to identify the artist of a painting via transfer learning, instantiating the convolutional part of the Inception V3 model, and training a fully-connected network on top.
bitcoin-price-analysis I built predictive models for Bitcoin price data using recurrent neural networks (LSTMs). Correlations between altcoins are also considered.
keras-tf-tutorial Neural networks tutorial where I build fully-connected networks and convolutional neural networks using both Keras and TensorFlow respectively (in progress).
transfer-learning-mini-tutorial I illustrate the use of transfer learning using the Inception V3 deep neural network model.

Contact Information

Feel free to contact me:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].