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 24,411 public repositories matching this topic...
🚀 Feature request
Fast Tokenizer for DeBERTA-V3 and mDeBERTa-V3
Motivation
DeBERTa V3 is an improved version of DeBERTa. With the V3 version, the authors also released a multilingual model "mDeBERTa-base" that outperforms XLM-R-base. However, DeBERTa V3 currently lacks a FastTokenizer implementation which makes it impossible to use with some of the example scripts (They require a Fa
Deep Learning for humans
-
Updated
Jan 10, 2022 - Python
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Jan 4, 2022 - Jupyter Notebook
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
Updated
Jan 10, 2022 - Python
TensorFlow code and pre-trained models for BERT
-
Updated
Sep 11, 2021 - Python
-
Updated
Jan 10, 2022
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
Nov 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
Nov 4, 2021 - Python
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
-
Updated
Jan 2, 2022 - 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
Jan 4, 2022 - C++
Photos App powered by Go and Google TensorFlow
-
Updated
Jan 10, 2022 - Go
Deezer source separation library including pretrained models.
-
Updated
Jan 8, 2022 - Python
Visualizer for neural network, deep learning, and machine learning models
-
Updated
Jan 10, 2022 - JavaScript
100-Days-Of-ML-Code中文版
-
Updated
Aug 11, 2021 - Jupyter Notebook
-
Updated
Aug 13, 2021 - Jupyter Notebook
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Jan 10, 2022 - C++
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
Face recognition using Tensorflow
-
Updated
Aug 25, 2021 - Python
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
Updated
Aug 30, 2021 - Jupyter Notebook
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 300 universities from 55 countries including Stanford, MIT, Harvard, and Cambridge.
-
Updated
Jan 8, 2022 - Python
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
Updated
Jan 10, 2022 - 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?
-
Updated
Jan 10, 2022 - 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
Jan 10, 2022 - Python
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
-
Updated
Dec 22, 2020 - Python
Natural Language Processing Tutorial for Deep Learning Researchers
-
Updated
Jul 25, 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.