tensorflow-examples

Open-source projects categorized as tensorflow-examples

Top 15 tensorflow-example Open-Source Projects

  • examples

    TensorFlow examples (by tensorflow)

  • Project mention: My Favorite DevTools to Build AI/ML Applications! | dev.to | 2024-04-23

    TensorFlow, developed by Google, and PyTorch, developed by Facebook, are two of the most popular frameworks for building and training complex machine learning models. TensorFlow is known for its flexibility and robust scalability, making it suitable for both research prototypes and production deployments. PyTorch is praised for its ease of use, simplicity, and dynamic computational graph that allows for more intuitive coding of complex AI models. Both frameworks support a wide range of AI models, from simple linear regression to complex deep neural networks.

  • Machine-Learning-Collection

    A resource for learning about Machine learning & Deep Learning

  • Project mention: Building an AI Game Bot 🤖Using Imitation Learning and 3D Convolution ResNet | dev.to | 2024-01-02

    def compute_mean_std(dataloader): ''' We assume that the images of the dataloader have the same height and width source: https://github.com/aladdinpersson/Machine-Learning-Collection/blob/master/ML/Pytorch/Basics/pytorch_std_mean.py ''' # var[X] = E[X**2] - E[X]**2 channels_sum, channels_sqrd_sum, num_batches = 0, 0, 0 for batch_images, labels in tqdm(dataloader): # (B,H,W,C) batch_images = batch_images.permute(0,3,4,2,1) channels_sum += torch.mean(batch_images, dim=[0, 1, 2, 3]) channels_sqrd_sum += torch.mean(batch_images ** 2, dim=[0, 1, 2,3]) num_batches += 1 mean = channels_sum / num_batches std = (channels_sqrd_sum / num_batches - mean ** 2) ** 0.5 return mean, std compute_mean_std(dataloader)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • docs

    TensorFlow documentation (by tensorflow)

  • yolov3-tf2

    YoloV3 Implemented in Tensorflow 2.0

  • cppflow

    Run TensorFlow models in C++ without installation and without Bazel

  • tensorflow_chessbot

    Predict chessboard FEN layouts from images using TensorFlow

  • mango

    Parallel Hyperparameter Tuning in Python (by ARM-software)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • SciSharp-Stack-Examples

    Practical examples written in SciSharp's machine learning libraries

  • Project mention: C# and ML . NET seems a little too good to be true - what's the catch? | /r/csharp | 2023-04-27

    How about SciSharp? Examples: https://github.com/SciSharp/SciSharp-Stack-Examples

  • Manji

    Manji is a mobile application built to help people learning Japanese learn about Kanji.

  • Gradient-Samples

    Samples for TensorFlow binding for .NET by Lost Tech

  • Ar-Object-Detection

    I built this app using Mlkit along with the TensorFlow Lite model for object detection, Arcore is used to place anchors to the detected objects. It's a good blend of Machine learning and Augmented reality to visualise ML information in a much better way than regular bounding boxes

  • pocket-automl-android-tutorial

    Pocket AutoML: Tutorial for Creating an Android App for Image Classification with Deep Learning

  • EKG

    Ensemble Knowledge Guided Sub-network Search and Fine-tuning for Filter Pruning (by sseung0703)

  • TensorFlow_Lite_Classification_RPi_zero

    TensorFlow Lite on a bare Raspberry Pi Zero

  • Project mention: Raspberry Pi zero image classification | /r/raspberry_pi | 2023-06-24
  • qt-tf-lite-example

    Qt TensorFlow Lite example

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

tensorflow-examples related posts

Index

What are some of the best open-source tensorflow-example projects? This list will help you:

Project Stars
1 examples 7,742
2 Machine-Learning-Collection 6,936
3 docs 6,024
4 yolov3-tf2 2,508
5 cppflow 759
6 tensorflow_chessbot 497
7 mango 310
8 SciSharp-Stack-Examples 309
9 Manji 147
10 Gradient-Samples 61
11 Ar-Object-Detection 30
12 pocket-automl-android-tutorial 21
13 EKG 17
14 TensorFlow_Lite_Classification_RPi_zero 7
15 qt-tf-lite-example 3

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com