Explore >> Select a destination


You are here

highscalability.com
| | arpitonline.com
6.0 parsecs away

Travel
| | I was recently looking to scaling up an API currently hosted on Heroku.com. While adding dynos to Heroku was an option, I also thought it was a good excuse to get more familiar with Google Cloud Platform (GCP), which I have been curious about for a while and have had some really good conversations on...
| | github.com
5.2 parsecs away

Travel
| | A curated list of software and architecture related design patterns. - DovAmir/awesome-design-patterns
| | timilearning.com
4.8 parsecs away

Travel
| | In the first lecture of this series, I wrote about MapReduce as a distributed computation framework. MapReduce partitions the input data across worker nodes, which process data in two stages: map and reduce. While MapReduce was innovative, it was inefficient for iterative and more complex computations. Researchers at UC Berkeley invented Spark to deal with these limitations.
| | www.analyticsvidhya.com
56.2 parsecs away

Travel
| DCGAN uses convolutional and convolutional-transpose layers in the generator and discriminator, respectively for image data