- 4
- 20 980
Tech Talk with Sriks
Приєднався 3 бер 2018
Learn the newest and greatest of the technologies in 30 minutes.
Distributed Deep RL on Azure ML using Ray's RLLIB and Custom GYM environments.
This video explains the pain points associated with single-machine training for RL environments. It contains a detailed walkthrough of an experiment conducted on Azure ML in a distributed fashion using the 'APEX' algorithm on a custom GYM environment using Ray's RLLIB.
Source Code: github.com/sriksmachi/supercabs
Article on distributed RL algorithms: towardsdatascience.com/accelerate-training-in-rl-using-distributed-reinforcement-learning-architectures-b5a726b49826
Source Code: github.com/sriksmachi/supercabs
Article on distributed RL algorithms: towardsdatascience.com/accelerate-training-in-rl-using-distributed-reinforcement-learning-architectures-b5a726b49826
Переглядів: 1 135
Відео
Design, Debug, Deploy, Dockerize - Logic Apps using Logic Apps Preview
Переглядів 2,9 тис.3 роки тому
Learn to design, develop, deploy, dockerize logic apps from VS code using the new Logic Apps Preview Runtime. Code: github.com/sriksmachi/logicappspreviewsample Link to article: www.linkedin.com/pulse/logic-apps-meet-azure-functions-runtime-srikanth-machiraju/?trackingId=BYsHLmmTRFyUiv2ScsHIUw
Run UI Automation Tests using Selenium Grid and Azure Container Service (AKS)
Переглядів 12 тис.6 років тому
What is the best way to test a web application? Undoubtedly UI automation tests, but how do you handle enterprise or LOB UI applications, let say you have too many UI scenarios and many browsers to support? Selenium Grid is an amazing framework & tool to run tests in parallel on different nodes and also using different browsers but we would need a scalable infrastructure to support such a frame...
Learn to build Proactive Bot in 30 Minutes
Переглядів 5 тис.6 років тому
Learn to build and Debug Proactive Bot and deploy to Azure in 30 minutes using Microsoft Bot framework. Proactive Bots help you design proactive communication with your users. In this video, we will learn to use Azure Bot Channels Registration, Azure Functions, Azure Storage Queue and MS Bot framework to build a Proactive Bot. Further, I show how to test the Bot from the Skype/WebChat using ngr...