tensorflow
Topic

tensorflow

TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.

Repositories (1194)

myvision
myvision OvidijusParsiunas JavaScript

Computer vision based ML training data generation tool :rocket:

612
Data-Science-and-Machine-Learning-Projects-Dojo
Data-Science-and-Machine-Learning-Projects-Dojo ptyadana Jupyter Notebook

collections of data science, machine learning and data visualization projects with pandas, sklearn, matplotlib, tensorflow2, Keras, various ML algorit...

610
tensorflow-talk-debugging
tensorflow-talk-debugging wookayin Python

💬 Slides and supplementary codes for my talk 'Debugging Tips on TensorFlow' (2016)

609
yolov4-custom-functions
yolov4-custom-functions theAIGuysCode Python

A Wide Range of Custom Functions for YOLOv4, YOLOv4-tiny, YOLOv3, and YOLOv3-tiny Implemented in TensorFlow, TFLite, and TensorRT.

609
harvesters
harvesters genicam Python

Image Acquisition Library for GenICam-based Machine Vision System

609
GraphWaveletNeuralNetwork
GraphWaveletNeuralNetwork benedekrozemberczki Python

A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)

607
CS231n-2017
CS231n-2017 Burton2000 Jupyter Notebook

Completed the CS231n 2017 spring assignments from Stanford university

605
MusicGenreClassification
MusicGenreClassification mlachmish Python

Classify music genre from a 10 second sound stream using a Neural Network.

605
remi
remi YatingMusic Python

"Pop Music Transformer: Beat-based Modeling and Generation of Expressive Pop Piano Compositions", ACM Multimedia 2020

605
crfasrnn_keras
crfasrnn_keras sadeepj Python

CRF-RNN Keras/Tensorflow version

603
multi-class-text-classification-cnn-rnn
multi-class-text-classification-cnn-rnn jiegzhan Python

Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow.

602
text-to-image
text-to-image zsdonghao Python

Generative Adversarial Text to Image Synthesis / Please Star -->

600
tensorflow-tutorial-samples
tensorflow-tutorial-samples geektutu Python

TensorFlow2教程 TensorFlow 2.0 Tutorial 入门教程实战案例

600
DeepRL-TensorFlow2
DeepRL-TensorFlow2 archsyscall Python

🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2

600
DeepADoTS
DeepADoTS KDD-OpenSource Python

Repository of the paper "A Systematic Evaluation of Deep Anomaly Detection Methods for Time Series".

600
zeta
zeta kyegomez Python

Build high-performance AI models with modular building blocks

599
semi-auto-image-annotation-tool
semi-auto-image-annotation-tool virajmavani Python

Anno-Mage: A Semi Automatic Image Annotation Tool which helps you in annotating images by suggesting you annotations using user-defined labels

595
handwriting-generation
handwriting-generation Grzego Python

Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0...

595
DL-Simplified
DL-Simplified abhisheks008 Jupyter Notebook

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willi...

595
deeplearning-notes
deeplearning-notes lijqhs

Notes for Deep Learning Specialization Courses led by Andrew Ng.

593
TensorFlow-VAE-GAN-DRAW
TensorFlow-VAE-GAN-DRAW ikostrikov Python

A collection of generative methods implemented with TensorFlow (Deep Convolutional Generative Adversarial Networks (DCGAN), Variational Autoencoder (V...

592
RockPaperScissorsLizardSpock
RockPaperScissorsLizardSpock microsoft C#

Rock, Paper, Scissors, Lizard, Spock - Sample Application

592
metrabs
metrabs isarandi Python

Estimate absolute 3D human poses from RGB images.

592
Credit-Card-Fraud-Detection-using-Autoencoders-in-Keras
Credit-Card-Fraud-Detection-using-Autoencoders-in-Keras curiousily Jupyter Notebook

iPython notebook and pre-trained model that shows how to build deep Autoencoder in Keras for Anomaly Detection in credit card transactions data

591
phillip
phillip vladfi1 Python

The SSBM "Phillip" AI.

590
node-tensorflow
node-tensorflow nikhilk JavaScript

Node.js + TensorFlow

588
async_deep_reinforce
async_deep_reinforce miyosuda Python

Asynchronous Methods for Deep Reinforcement Learning

588
demon
demon lmb-freiburg Python

DeMoN: Depth and Motion Network

587
functional-zoo
functional-zoo szagoruyko Jupyter Notebook

PyTorch and Tensorflow functional model definitions

584
qkeras
qkeras google Python

QKeras: a quantization deep learning library for Tensorflow Keras

584
R2CNN_Faster-RCNN_Tensorflow
R2CNN_Faster-RCNN_Tensorflow DetectionTeamUCAS Python

Rotational region detection based on Faster-RCNN.

583
Aspect-Based-Sentiment-Analysis
Aspect-Based-Sentiment-Analysis ScalaConsultants Python

💭 Aspect-Based-Sentiment-Analysis: Transformer & Explainable ML (TensorFlow)

583
ACG2vec
ACG2vec OysterQAQ

ACG2vec (Anime Comics Games to vector) are committed to creating a playground that combines ACG and Deep learning.(文本语义检索、以图搜图、语义搜图、...

582
PaddlePaddle_code
PaddlePaddle_code huxiaoman7 Python

用PaddlePaddle和Tensorflow实现常用的深度学习算法

581
tensorflow-nlp-tutorial
tensorflow-nlp-tutorial ukairia777 Jupyter Notebook

tensorflow를 사용하여 텍스트 전처리부터, Topic Models, BERT, GPT, LLM과 같은 최신 모델의 다운스트림 태스크들을 정리한 Deep Learning NLP 저장소입니다.

581
tensorflow-nodejs
tensorflow-nodejs yorkie JavaScript

TensorFlow Node.js provides idiomatic JavaScript language bindings and a high layer API for Node.js users. TensorFlow Node.js provides idiomatic JavaS...

580
DNC-tensorflow
DNC-tensorflow Mostafa-Samir Jupyter Notebook

A TensorFlow implementation of DeepMind's Differential Neural Computers (DNC)

578
WGAN-tensorflow
WGAN-tensorflow Zardinality Jupyter Notebook

a tensorflow implementation of WGAN

578
VAE-LSTM-for-anomaly-detection
VAE-LSTM-for-anomaly-detection lin-shuyu Jupyter Notebook

We propose a VAE-LSTM model as an unsupervised learning approach for anomaly detection in time series.

578
R-Net
R-Net HKUST-KnowComp Python

Tensorflow Implementation of R-Net

577
tinyTPU
tinyTPU jofrfu VHDL

Implementation of a Tensor Processing Unit for embedded systems and the IoT.

576
simulated-unsupervised-tensorflow
simulated-unsupervised-tensorflow carpedm20 Python

TensorFlow implementation of "Learning from Simulated and Unsupervised Images through Adversarial Training"

575
Multilabel-timeseries-classification-with-LSTM
Multilabel-timeseries-classification-with-LSTM aqibsaeed Jupyter Notebook

Tensorflow implementation of paper: Learning to Diagnose with LSTM Recurrent Neural Networks.

573
deep-learning-book
deep-learning-book zsdonghao

《Deep Learning》《深度学习》 by Ian Goodfellow, Yoshua Bengio and Aaron Courville

572
DocProduct
DocProduct re-search Jupyter Notebook

Medical Q&A with Deep Language Models

571
captcha_recognize
captcha_recognize PatrickLib Python

Image Recognition captcha without image segmentation 无需图片分割的验证码识别

571
siamfc-tf
siamfc-tf torrvision Python

SiamFC tracking in TensorFlow.

570
fire-detection-cnn
fire-detection-cnn tobybreckon Python

real-time fire detection in video imagery using a convolutional neural network (deep learning) - from our ICIP 2018 paper (Dunnings / Breckon) + ICMLA...

570
practical_seq2seq
practical_seq2seq suriyadeepan Jupyter Notebook

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly

567
tensorflow_chessbot
tensorflow_chessbot Elucidation Jupyter Notebook

Predict chessboard FEN layouts from images using TensorFlow

567