KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
CastAi
★ 11
Open GitHub ↗
Body Measurement Using Tensorflow
Download README (.md)
Explore Similar Repositories
Community
:
In this repository you will find samples and application provided by the community
rosey
:
Data science utilities for statistics and machine learning
slack-plugins
:
Slack使いやすくするためのUserScript
keras-tutorial
:
3-hour tutorial on building deep learning models with Keras.
TonnerreSearch
:
A necessary component for building your own Spotlight on macOS with Swift
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CastAi
?
Download (.md)
# TensorFlow Models This repository contains a number of different models implemented in [TensorFlow](https://www.tensorflow.org): The [official models](official) are a collection of example models that use TensorFlow's high-level APIs. They are intended to be well-maintained, tested, and kept up to date with the latest stable TensorFlow API. They should also be reasonably optimized for fast performance while still being easy to read. We especially recommend newer TensorFlow users to start here. The [research models](https://github.com/tensorflow/models/tree/master/research) are a large collection of models implemented in TensorFlow by researchers. They are not officially supported or available in release branches; it is up to the individual researchers to maintain the models and/or provide support on issues and pull requests. The [samples folder](samples) contains code snippets and smaller models that demonstrate features of TensorFlow, including code presented in various blog posts. The [tutorials folder](tutorials) is a collection of models described in the [TensorFlow tutorials](https://www.tensorflow.org/tutorials/).