All Projects → horance-liu → Tensorflow Internals

horance-liu / Tensorflow Internals

It is open source ebook about TensorFlow kernel and implementation mechanism.

Programming Languages

TeX
3793 projects

Projects that are alternatives of or similar to Tensorflow Internals

Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (-92.43%)
Mutual labels:  deeplearning
Cartoonize
A demo webapp to convert images and videos into cartoon!
Stars: ✭ 215 (-91.99%)
Mutual labels:  deeplearning
Deeplearning cv notes
📓 deepleaning and cv notes.
Stars: ✭ 223 (-91.69%)
Mutual labels:  deeplearning
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+540.81%)
Mutual labels:  deeplearning
Text Classification
Text Classification through CNN, RNN & HAN using Keras
Stars: ✭ 216 (-91.95%)
Mutual labels:  deeplearning
Pytorch cifar10
Pretrained TorchVision models on CIFAR10 dataset (with weights)
Stars: ✭ 219 (-91.84%)
Mutual labels:  deeplearning
Halite Ii
Season 2 of @twosigma's artificial intelligence programming challenge
Stars: ✭ 201 (-92.51%)
Mutual labels:  deeplearning
Datascience
Curated list of Python resources for data science.
Stars: ✭ 3,051 (+13.72%)
Mutual labels:  deeplearning
Paddlehelix
Bio-Computing Platform featuring Large-Scale Representation Learning and Multi-Task Deep Learning “螺旋桨”生物计算工具集
Stars: ✭ 213 (-92.06%)
Mutual labels:  deeplearning
Bert Attributeextraction
USING BERT FOR Attribute Extraction in KnowledgeGraph. fine-tuning and feature extraction. 使用基于bert的微调和特征提取方法来进行知识图谱百度百科人物词条属性抽取。
Stars: ✭ 224 (-91.65%)
Mutual labels:  deeplearning
Kochat
Opensource Korean chatbot framework
Stars: ✭ 204 (-92.4%)
Mutual labels:  deeplearning
Trixi
Manage your machine learning experiments with trixi - modular, reproducible, high fashion. An experiment infrastructure optimized for PyTorch, but flexible enough to work for your framework and your tastes.
Stars: ✭ 211 (-92.14%)
Mutual labels:  deeplearning
My Awesome Ai Bookmarks
Curated list of my reads, implementations and core concepts of Artificial Intelligence, Deep Learning, Machine Learning by best folk in the world.
Stars: ✭ 223 (-91.69%)
Mutual labels:  deeplearning
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+473.43%)
Mutual labels:  deeplearning
Deep Learning In Production
Develop production ready deep learning code, deploy it and scale it
Stars: ✭ 216 (-91.95%)
Mutual labels:  deeplearning
Release
Deep Reinforcement Learning for de-novo Drug Design
Stars: ✭ 201 (-92.51%)
Mutual labels:  deeplearning
Develop Source
Open source for developer.(开发资源整理:Java,Android,算法,iOS,MacOS等等)
Stars: ✭ 219 (-91.84%)
Mutual labels:  deeplearning
Bmw Yolov4 Inference Api Gpu
This is a repository for an nocode object detection inference API using the Yolov3 and Yolov4 Darknet framework.
Stars: ✭ 237 (-91.17%)
Mutual labels:  deeplearning
Retinaface
The remake of the https://github.com/biubug6/Pytorch_Retinaface
Stars: ✭ 226 (-91.58%)
Mutual labels:  deeplearning
Deepfashion
Apparel detection using deep learning
Stars: ✭ 223 (-91.69%)
Mutual labels:  deeplearning

TensorFlow Internals.

It is open source ebook about TensorFlow kernel and implementation mechanism, including programming model, computation graph, distributed training for machine learning.

Downloads

You can obtain full latex source files of TensorFlow Internals from https://gitlab.com/horance/tensorflow-internals

Install TeX distribution

You should install full texlive packages.

  • Ubuntu
$ sudo apt-get install texlive-full
  • MacOS

Download MacTeX.pkg, and install it.

  • Windows

Download TeX Live, and install it (see insruction).

Install Missing Fonts

Then you should install some missing chinese fonts. Please download missing fonts from Gitlab.

$ git clone https://gitlab.com/horance/fonts.git

Then install all missing fonts.

  • Ubuntu
$ sudo cp fonts/* /usr/local/share/fonts
$ sudo fc-cache
  • MacOS

Import all missing fonts into fontbook, then cache all fonts.

$ sudo fc-cache
  • Windows

Copy the all missing fonts into C:/WINDOWS/Fonts, then cache all fonts.

$ fc-cache

Build

$ make

if you happen to Error begin with ?, then press R(not r) and Enter to continue.

Preview PDF

  • Mac OSX
$ open output/tensorflow-internals.pdf
  • Ubuntu
$ okular output/tensorflow-internals.pdf

if no okular installed, please install it.

$ sudo apt-get install okular
  • Windows

open the file from directory tensorflow-internals/output.

License

MIT License

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].