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 (1189)

malaya
malaya malaysia-ai Jupyter Notebook

Natural Language Toolkit for Malaysian language, https://malaya.readthedocs.io/

522
evidential-deep-learning
evidential-deep-learning aamini Python

Learn fast, scalable, and calibrated measures of uncertainty using neural networks!

522
TF-Tutorials
TF-Tutorials awjuliani Jupyter Notebook

A collection of deep learning tutorials using Tensorflow and Python

521
MLSTM-FCN
MLSTM-FCN titu1994 Python

Multivariate LSTM Fully Convolutional Networks for Time Series Classification

519
virtual-background
virtual-background Volcomix TypeScript

Demo on adding virtual background to a live video stream in the browser

517
Object-detection
Object-detection lbeaucourt Python

Object detection project for real-time (webcam) and offline (video processing) application.

516
artificial-intelligence
artificial-intelligence yanshengjia Jupyter Notebook

Awesome Artificial Intelligence Projects

516
dlwin
dlwin philferriere Python

GPU-accelerated Deep Learning on Windows 10 native

515
mac-network
mac-network stanfordnlp Python

Implementation for the paper "Compositional Attention Networks for Machine Reasoning" (Hudson and Manning, ICLR 2018)

514
facial-expression-recognition-using-cnn
facial-expression-recognition-using-cnn amineHorseman Python

Deep facial expressions recognition using Opencv and Tensorflow. Recognizing facial expressions from images or camera stream

514
indrnn
indrnn batzner Python

TensorFlow implementation of Independently Recurrent Neural Networks

513
TP-GAN
TP-GAN HRLTY Python

Official TP-GAN Tensorflow implementation for paper "Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving...

511
tensorflow-eager-tutorials
tensorflow-eager-tutorials madalinabuzau Jupyter Notebook

Simple tutorials for building neural networks with TensorFlow Eager mode.

510
pba
pba arcelien Jupyter Notebook

Efficient Learning of Augmentation Policy Schedules

509
BertSimilarity
BertSimilarity Brokenwind Python

Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。

509
Tensorflow-bin
Tensorflow-bin PINTO0309 Shell

Prebuilt binary with Tensorflow Lite enabled. For RaspberryPi / Jetson Nano. Support for custom operations in MediaPipe. XNNPACK, XNNPACK Multi-Thread...

508
tf_geometric
tf_geometric CrawlScript Python

Efficient and Friendly Graph Neural Network Library for TensorFlow 1.x and 2.x

508
tensor_stream
tensor_stream jedld Ruby

A ground-up and standalone reimplementation of TensorFlow for ruby. Comes with a pure ruby and OpenCL opcode evaluator

506
posenet-python
posenet-python rwightman Python

A Python port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)

506
crater
crater raids-lab TypeScript

Crater is a cloud-native AI training & inference platform.

506
text-classification-models-tf
text-classification-models-tf dongjun-Lee Python

Tensorflow implementations of Text Classification Models.

505
tflite_gles_app
tflite_gles_app terryky C

GPU accelerated deep learning inference applications for RaspberryPi / JetsonNano / Linux PC using TensorflowLite GPUDelegate / TensorRT

505
Tensorflow_Object_Tracking_Video
Tensorflow_Object_Tracking_Video DrewNF Python

Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition

504
Densenet-Tensorflow
Densenet-Tensorflow taki0112 Python

Simple Tensorflow implementation of Densenet using Cifar10, MNIST

504
cnn_lstm_ctc_ocr
cnn_lstm_ctc_ocr weinman Python

Tensorflow-based CNN+LSTM trained with CTC-loss for OCR

502
Deep-SORT-YOLOv4
Deep-SORT-YOLOv4 LeonLok Python

People detection and optional tracking with Tensorflow backend.

502
alexa-sign-language-translator
alexa-sign-language-translator shekit JavaScript

A project to make Amazon Echo respond to sign language using your webcam

501
Awesome-Denoise
Awesome-Denoise oneTaken

One-paper-one-short-contribution-summary of all latest image/burst/video Denoising papers with code & citation published in top conference and journal...

501
distributed-ml-patterns
distributed-ml-patterns terrytangyuan Python

Distributed Machine Learning Patterns from Manning Publications by Yuan Tang https://bit.ly/2RKv8Zo

500
tensorflow-mnist-VAE
tensorflow-mnist-VAE hwalsuklee Python

Tensorflow implementation of variational auto-encoder for MNIST

498
Chinese_poem_generator
Chinese_poem_generator hjptriplebee Python

唐诗、宋词生成器,有详细说明

496
libfaceid
libfaceid richmondu Python

libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness...

496
pixel-rnn-tensorflow
pixel-rnn-tensorflow carpedm20 Python

in progress

492
rnn-nlu
rnn-nlu HadoopIt Python

A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling

492
3D-Deepbox
3D-Deepbox smallcorgi Python

3D Bounding Box Estimation Using Deep Learning and Geometry (MultiBin)

492
code_search
code_search hamelsmu Jupyter Notebook

Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"

491
nl2bash
nl2bash TellinaTool NewLisp

Generating bash command from natural language https://arxiv.org/abs/1802.08979

490
tensorflow_PSENet
tensorflow_PSENet MichaelHL-ai C++

This is a tensorflow re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network.My blog:

487
tensorflow-reinforce
tensorflow-reinforce yukezhu Python

Implementations of Reinforcement Learning Models in Tensorflow

487
Human-Activity-Recognition-using-CNN
Human-Activity-Recognition-using-CNN aqibsaeed Jupyter Notebook

Convolutional Neural Network for Human Activity Recognition in Tensorflow

485
php-opencv-examples
php-opencv-examples php-opencv PHP

Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)

484
MTCNN
MTCNN imistyrain Jupyter Notebook

Realtime Face Detection and Head pose estimation on Windows、Ubuntu、Mac、Android and iOS

483
Emotion
Emotion petercunha Python

:smile: Recognizes human faces and their corresponding emotions from a video or webcam feed. Powered by OpenCV and Deep Learning.

482
hourglasstensorflow
hourglasstensorflow wbenbihi Jupyter Notebook

Tensorflow implementation of Stacked Hourglass Networks for Human Pose Estimation

481
Amazing-Semantic-Segmentation
Amazing-Semantic-Segmentation luyanger1799 Python

Amazing Semantic Segmentation on Tensorflow && Keras (include FCN, UNet, SegNet, PSPNet, PAN, RefineNet, DeepLabV3, DeepLabV3+, DenseASPP, BiSegNet)

481
Conditional-PixelCNN-decoder
Conditional-PixelCNN-decoder anantzoid Python

Tensorflow implementation of Gated Conditional Pixel Convolutional Neural Network

480
tensorflow-101
tensorflow-101 DjangoPeng Jupyter Notebook

《TensorFlow 快速入门与实战》和《TensorFlow 2 项目进阶实战》课程代码与课件

480
pixel-recursive-super-resolution
pixel-recursive-super-resolution nilboy Python

Tensorflow implementation of pixel-recursive-super-resolution(Google Brain paper: https://arxiv.org/abs/1702.00783)

480
Traffic-Signal-Violation-Detection-System
Traffic-Signal-Violation-Detection-System anmspro Python

A Computer Vision based Traffic Signal Violation Detection System from video footage using YOLOv3 & Tkinter. (GUI Included)

480
effective_transformer
effective_transformer bytedance C++

Running BERT without Padding

479