跳至主要内容

Tiorb AI Store - Grow Your Business

Tiorb AI Store is a global artificial intelligence algorithm and solutions platform built by Gravitylink, AI technology promotion partner of Google. Tiorb AI Store aims to bring together global outstanding AI solutions and enterprises with demands in an efficient way. By establishing a direct connection, Tiorb AI Store will help to accelerate the implementation and application of artificial intelligence technology across any kind of industry.
In 2019, Gravitylink has been promoting Google AI technology and presenting Google Edge TPU in more than 40 countries and regions. We have served over 3000 enterprises clients, covering smart cities, automotive, manufacturing, healthcare, retail, logistics, consumer electronics, education, etc., and received more than 1200 demand feedback.
In 2020, Gravitylink will together with Google, provide you high-quality service and products, empowering your business value.
Gravitylink would like to invite your company to join our platform, let AI technology enables new possibilities in the future.
What you will get:
Global promotion and potential clients resources;
Introducing to more than 3000 companies;
Free promotion on our social media 10 times/year;
Specific demonstrating pages for enterprises;
Inquiry from clients on our platform will push to you directly;
Google AI Engineers and AI technology expert training opportunities 3 times / year;
Google Coral USB Accelerator and instructions;
For whom we are looking for:
Developers, teams, gstarups and enterprises who have independent intellectual property AI products (both hardware and software) and solutions.
About us- Gravity Link International Limited
Gravity Link International Limited (www.gravitylink.com) is founded in 2018 and based in Hong Kong. Focus on the R&D and application innovation of artificial intelligence technology, Gravitylink aims at establishing a global artificial intelligence algorithm and solutions trading market for AI enterprise and developers in the worldwide.
Gravitylink is the distributor of Google AIY Projects products/ Google Coral products, and the artificial intelligence technology promotion partner of Google.

评论

此博客中的热门博文

10 questions you should know about Google Edge TPU

1. What is the Edge TPU? The Edge TPU is a small ASIC designed by Google that provides high performance ML inferencing for low-power devices. For example, it can execute state-of-the-art mobile vision models such as MobileNet V2 at almost 400 FPS, in a power efficient manner. Google offers multiple products that include the Edge TPU built-in. Two Edge TPU chips on the head of a US penny 2. What machine learning frameworks does the Edge TPU support? TensorFlow Lite only. 3. What type of neural networks does the Edge TPU support? The first-generation Edge TPU is capable of executing deep feed-forward neural networks (DFF) such as convolutional neural networks (CNN), making it ideal for a variety of vision-based ML applications. 4. How do I create a TensorFlow Lite model for the Edge TPU? You need to convert your model to TensorFlow Lite and it must be quantized using either quantization-aware training (recommended) or full integer post-training quantization. (To create a compatible model...

How to Retrain an object detection model

This tutorial shows you how to retrain an object detection model to recognize a new set of classes. You'll use a technique called transfer learning to retrain an existing model and then compile it to run on an Edge TPU device—you can use the retrained model with either the Coral Dev Board or the Coral USB Accelerator. Specifically, this tutorial shows you how to retrain a MobileNet V1 SSD model (originally trained to detect 90 objects from the COCO dataset) so that it detects two pets: Abyssinian cats and American Bulldogs (from the Oxford-IIIT Pets Dataset). But you can reuse these procedures with your own image dataset, and with a different pre-trained model. The steps below show you how to perform transfer-learning using either last-layers-only or full-model retraining. Most of the steps are the same; just keep an eye out for the different commands depending on the technique you desire. Note: These instructions do not require deep experience with TensorFlow o...

Introducing Google Coral Dev Board

Introducing Google Coral Dev Board (Part 1) Introducing Google Coral Dev Board (Part 2) Introducing Google Coral Dev Board (Part 3) Introducing Google Coral Dev Board (Part 4)