Tensorflow
TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.
Here are 22,540 public repositories matching this topic...
Deep Learning for humans
-
Updated
Aug 3, 2021 - Python
Assertions can't be relied upon for control flow because they can be disabled, as per the following:
$ python --help
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
...
-O : remove assert and __debug__-dependent statemTensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Mar 8, 2021 - Jupyter Notebook
-
Updated
Aug 3, 2021
TensorFlow code and pre-trained models for BERT
-
Updated
Aug 2, 2021 - Python
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
Updated
Jun 25, 2021 - Python
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
-
Updated
Jun 8, 2021 - Jupyter Notebook
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
-
Updated
May 13, 2021 - Python
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
-
Updated
Aug 1, 2021 - Python
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
-
Updated
Jul 30, 2021 - C++
Deezer source separation library including pretrained models.
-
Updated
Jun 29, 2021 - Python
100-Days-Of-ML-Code中文版
-
Updated
Mar 30, 2021 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
Open-Source Photo Management powered by Go and Google TensorFlow
-
Updated
Jul 27, 2021 - Go
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Aug 3, 2021 - JavaScript
I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called fetchVideo and bufferToVideo that works pretty much like the fetchImage and bufferToImage functions.
I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js
...
exports.fetchVideo = fetc
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Aug 3, 2021 - C
Face recognition using Tensorflow
-
Updated
Jul 19, 2021 - Python
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
Updated
May 16, 2021 - Jupyter Notebook
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Aug 2, 2021 - Python
New Operator
Describe the operator
Why is this operator necessary? What does it accomplish?
This is a frequently used operator in tensorflow/keras
Can this operator be constructed using existing onnx operators?
If so, why not add it as a function?
I don't know.
Is this operator used by any model currently? Which one?
Are you willing to contribute it?
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 200 universities.
-
Updated
Aug 2, 2021 - Python
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
-
Updated
Aug 3, 2021 - Python
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
-
Updated
Dec 22, 2020 - Python
Deep learning library featuring a higher-level API for TensorFlow.
-
Updated
Jan 25, 2021 - Python
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
-
Updated
Jun 29, 2021 - Jupyter Notebook
Mapping a variable-length sentence to a fixed-length vector using BERT model
-
Updated
Jul 1, 2021 - Python
Created by Google Brain Team
Released November 9, 2015
- Organization
- tensorflow
- Website
- www.tensorflow.org
- Wikipedia
- Wikipedia


Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.