#tensorflow #reinforcement_learning #ml #dl #google #team #code #paper
https://danijar.com/project/agents/
https://danijar.com/project/agents/
Danijar
TensorFlow Agents: Efficient Batched Reinforcement Learning in TensorFlow
We introduce TensorFlow Agents, an efficient infrastructure paradigm forbuilding parallel reinforcement learning algorithms in TensorFlow. We simulatemultipl...
#relu #vs #tanh #sigmoid #activation_func #leaky_relu #maxout #overview #softmax
https://www.youtube.com/watch?v=-7scQpJT7uo
https://www.youtube.com/watch?v=-7scQpJT7uo
YouTube
Which Activation Function Should I Use?
All neural networks use activation functions, but the reasons behind using them are never clear! Let's discuss what activation functions are, when they should be used, and what the difference between them is.
Sample code from this video:
https://github.…
Sample code from this video:
https://github.…
#akka #akka_cluster #use_case #alternative #zio #aecor #zio_akka_cluster
https://blog.softwaremill.com/when-do-you-need-akka-cluster-5885d43e901b
https://blog.softwaremill.com/when-do-you-need-akka-cluster-5885d43e901b
Medium
When do you need Akka Cluster?
Can Akka Cluster + Sharding + Persistence create an ultimate trio for building fast, resilient, scalable, distributed applications?
#kubernetes #openshift #application_server #server #devops #deployment #redhat #istio
https://developers.redhat.com/blog/2018/06/28/why-kubernetes-is-the-new-application-server/
https://developers.redhat.com/blog/2018/06/28/why-kubernetes-is-the-new-application-server/
Red Hat Developer
Why Kubernetes is The New Application Server | Red Hat Developer
Have you ever wondered why you are deploying your multi-platform applications using containers? Is it just a matter of “following the hype”? In this article,
#cluster #kubernetes #prometheus #monitoring #nginx #ingress #wildcard_certs #grafana #https
https://www.youtube.com/watch?v=jxNRXslYmrU
https://www.youtube.com/watch?v=jxNRXslYmrU
YouTube
Detailed Instructions on Installing and Using Prometheus to Monitor a Kubernetes Cluster
This 20 minute detailed walk-through will provide you everything you need to know to monitor a Kubernetes Cluster. It leverages a number of technologies, including Prometheus, Grafana, Kubernetes, Helm, NGINX, Ingress, and Wildcard Certs. One of the key goals…
#apache_spark #kubernetes #operator #monitoring #deployment #team #lightbend
https://www.lightbend.com/blog/how-to-manage-monitor-spark-on-kubernetes-introduction-spark-submit-kubernetes-operator
https://www.lightbend.com/blog/how-to-manage-monitor-spark-on-kubernetes-introduction-spark-submit-kubernetes-operator
Lightbend
How To Manage And Monitor Apache Spark On Kubernetes - Part 1: Spark-Submit VS Kubernetes Operator | @lightbend
In this two-part blog series, we introduce the concepts and benefits of working with both spark-submit and the Kubernetes Operator for Spark. In Part 1, we introduce both tools and review how to get started monitoring and managing your Spark clusters on Kubernetes.…
#economics #ai #ml #dl #world_bank
https://blogs.wsj.com/cio/2018/11/16/the-impact-of-artificial-intelligence-on-the-world-economy/
https://blogs.wsj.com/cio/2018/11/16/the-impact-of-artificial-intelligence-on-the-world-economy/
WSJ
The Impact of Artificial Intelligence on the World Economy
Artificial intelligence has the potential to incrementally add 16 percent or around $13 trillion by 2030 to current global economic output, according to a new report. CIO Journal Columnist Irving Wladawsky-Berger shares some of the highlights.
#akka #akka_cluster #anti_pattern #pattern
https://blog.softwaremill.com/6-reasons-why-not-to-use-akka-cluster-for-interservice-communication-in-a-microservice-architecture-2736d5223573
https://blog.softwaremill.com/6-reasons-why-not-to-use-akka-cluster-for-interservice-communication-in-a-microservice-architecture-2736d5223573
Medium
6 reasons why not to use Akka Cluster for interservice communication in a microservice architecture
Using Akka Cluster as the main method of communication in microservices architecture is a bad idea.