Four short links: 20 July 2018

Convolutional Architectures, GPU Language, Acoustic Scenes, and Cybersecurity Numbers

By Nat Torkington
July 20, 2018
  1. DARTS: Differentiable Architecture Searchour algorithm excels in discovering high-performance convolutional architectures for image classification and recurrent architectures for language modeling, while being orders of magnitude faster than state-of-the-art non-differentiable techniques. And runs on a single GPU. Open source.
  2. The Spiral Language — a functional language designed for GPUs by emphasizing inlining (GPUs don’t have great stacks, so compilers have to handle subroutines carefully and differently than traditional architectures). Inlining is a trade-off that expresses the exchange of memory for computation. It should be the default instead of heap allocating.
  3. Learn faster. Dig deeper. See farther.

    Join the O'Reilly online learning platform. Get a free trial today and find answers on the fly, or master something new and useful.

    Learn more
  4. DCASE: Detection and Classification of Acoustic Scenes and Events — workshops and a community for the researchers working on making sense of audio.
  5. Cybersecurity: Data, Statistics, and Glossaries (FAS) — This report describes data and statistics from government, industry, and information technology (IT) security firms regarding the current state of cybersecurity threats in the United States and internationally. These include incident estimates and costs, and annual reports on data security breaches, identity thefts, cybercrimes, malware, and network securities.
Post topics: Four Short Links
Share: