实际案例Kubernetes on Supporting 1 Million Bike-Taxi Drivers in Indonesia
service 01 Mobile App First mobile app was launched 02 2010 2015 Milestone Go-Jek 1.0 Call-center for ojek service 01 Mobile App First mobile app was launched 02 More Apps! Incl. growth 2010 2015 2017 Milestone Go-Jek 1.0 Call-center for ojek service 01 Mobile App First mobile app was launched 02 More Apps! Incl. growth of Go-Pay into P2P, withdrawal, etc 03 2010 2015 2017 2018 Fintech Acquired three fintech companies in Indonesia 04 Milestone With great number of apps comes great headache a typical flow of an app in Go-Jek… Infrastructure as Code Started in the0 码力 | 37 页 | 34.65 MB | 1 年前3《Efficient Deep Learning Book》[EDL] Chapter 7 - Automation
import numpy as np from matplotlib import pyplot as plt from tensorflow.keras import applications as apps from tensorflow.keras import layers, optimizers train_ds, val_ds, test_ds = tfds.load( 'oxford_flowers102' Initalize the core model core_args = dict(input_shape=(IMG_SIZE, IMG_SIZE, 3), include_top=False) core = apps.resnet50.ResNet50(**core_args) core.trainable = False # Setup the top model = tf.keras.Sequential([ IMG_SIZE, 3], dtype = tf.uint8), layers.Lambda(lambda x: tf.cast(x, tf.float32)), layers.Lambda(lambda x: apps.resnet.preprocess_input(x)), core, layers.Flatten(), layers.Dropout(dropout_rate), layers.Dense(NUM_CLASSES0 码力 | 33 页 | 2.48 MB | 1 年前3《Efficient Deep Learning Book》[EDL] Chapter 1 - Introduction
Learning to adapt such models for the real world, and a rapid growth in data collected via websites and apps (Facebook, Instagram, Google, etc.), it became possible to train models that performed well on unseen case). For example, if you are deploying a model on devices where inference is constrained (such as mobile and embedded devices), or expensive (cloud servers), it might be worth paying attention to inference liable for data breaches. The law went into effect in 2018. Figure 1-5: Growth in the number of mobile and IoT devices over time. The lighter blue bars represent forecasts. (Data Source: 1, 2) In this0 码力 | 21 页 | 3.17 MB | 1 年前3《Efficient Deep Learning Book》[EDL] Chapter 4 - Efficient Architectures
them to transform large and complex models into smaller and efficient models capable of running on mobile and edge devices. We have also set up a couple of programming projects for a hands-on model optimization from sequential data, depthwise separable convolution extended the reach of convolution models to mobile and other devices with limited compute and memory resources. This layer aims to reduce the footprint IEEE conference on computer vision and pattern recognition. 2017. on mobile and edge devices. Let’s say you want to design a mobile application to highlight pets in a picture. A DSC model is a perfect0 码力 | 53 页 | 3.92 MB | 1 年前3QCon北京2018/QCon北京2018-《Kubernetes-+面向未来的开发和部署》-Michael+Chen
•Ready-to-go development •Self-service portal Developer Sandbox • New application development • 12-factor apps, PCF Cloud Native •Simplify app maintenance •Improve developer workflow Application Repackaging clusters on-demand on vSphere or GCP Container Service for Cloud-Native Apps Rapidly deliver and operationalize next generation apps End User Experience • Installation and clusters creation Deploy OpsMgr Certified for every K8s release Container Service for Cloud-Native Apps Rapidly deliver and operationalize next generation apps Containers: Package applications VMs: Run & Move Containers Kubernetes:0 码力 | 42 页 | 10.97 MB | 1 年前3AWS LAMBDA Tutorial
Amazon API Gateway, Dynamo dB, Amazon SNS, Amazon Kinesis, CloudFront, Amazon SES, CloudTrail , mobile app etc. Step 4: Executes AWS Lambda Code only when triggered by AWS services under the scenarios push notification data streams collection hosting of website email sending mobile app, etc. Step 5 : Remember that AWS charges only when the AWS lambda code executes, and not otherwise click Secure Submit and it will validate the card with the bank and will give you the OTP on your mobile which is linked with the card. You can find a window as shown below:0 码力 | 393 页 | 13.45 MB | 1 年前3用户界面State of the UI_ Leveraging Kubernetes Dashboard and Shaping its Future
from ng1 to ng2 (#3152) ● Migrating metrics from Heapster to Kubernetes Metrics API (#2986) ● Apps list page (#2980) Demo Future of Dashboard How do people use Dashboard today, and want to Kubernetes in GCP and on-prem ● Custom Resource Definitions support ● Service topology view ● Mobile device support ● Cost estimates ● CI/CD pipelines ● ...and more! Additional feature requests0 码力 | 41 页 | 5.09 MB | 1 年前3《Efficient Deep Learning Book》[EDL] Chapter 3 - Learning Techniques
goals. High quality models have an additional benefit in footprint constrained environments like mobile and edge devices where they provide the flexibility to trade off some quality for smaller footprints function (discussed in chapter 2) and the adam optimizer. from tensorflow.keras import applications as apps from tensorflow.keras import layers, optimizers, metrics DROPOUT_RATE = 0.2 LEARNING_RATE = 0.0002 Initialize the core model core_args = dict(input_shape=(IMG_SIZE, IMG_SIZE, 3), include_top=False) core = apps.resnet50.ResNet50(**core_args) core.trainable = False # Create the full model with input, preprocessing0 码力 | 56 页 | 18.93 MB | 1 年前3BAETYL 0.1.6 Documentation
restrictions on their NB cards, and only allow to connect to Telecom Cloud service IP. Therefore, only Mobile NB cards and Unicom NB cards can be used to connect to Baidu Cloud service. Q8: Does Baetyl support MQTT clientPython-sample-of-MQTT-client 18.2.2 MQTT.fx download Official websitehttp://www.jensd.de/apps/mqttfx/1.7.1/ MQTT.fx download link of BOS 18.2.3 MQTTBox download Official websitehttp://workswithweb0 码力 | 120 页 | 7.27 MB | 1 年前3BAETYL 0.1.6 Documentation
restrictions on their NB cards, and only allow to connect to Telecom Cloud service IP. Therefore, only Mobile NB cards and Unicom NB cards can be used to connect to Baidu Cloud service. Q8: Does Baetyl support com/mqtt-example/MQTT-python-example.tar.gz] MQTT.fx download Official website:http://www.jensd.de/apps/mqttfx/1.7.1/ MQTT.fx download link of BOS: OS CPU SHA256 Download link Linux(rpm) x86 b3301ef0 码力 | 119 页 | 11.46 MB | 1 年前3
共 284 条
- 1
- 2
- 3
- 4
- 5
- 6
- 29