Artificial Intelligence Without the Utopian Promise-land and Dystopian Armageddon
Author(s): Davor Petreski Originally published on Towards AI. The Future of AI U+007C Towards AI Before you start reading, think of 3 possible scenarios for the future of Artificial Intelligence (AI). If I asked you to think of 3 possible scenarios for …
Stop Calling Automation AI⦠and the Natural Progression of Intelligent Machines
Author(s): Junis Alico Originally published on Towards AI. Defining Automation and AI U+007C Towards AI Photo credit: Image by Gerd Altmann In the last few years, Iβve noticed a lot of C-level executives use AI in their keynote speeches and television appearances. …
DateTime Manipulations with Python
Author(s): Bindhu Balu Originally published on Towards AI. In Python, date, time, and DateTime classes provide a number of functions to deal with dates, times, and time intervals. Date and DateTime are an object in Python, so when you manipulate them, you …
How South Africa Is Solving One of HPCβs Biggest Challenges
Author(s): Jan Rowell Originally published on Towards AI. The Future of HPC Leadership U+007C Towards AI A strategic approach to a student cluster competition nets top prizes and helps address a critical skills shortage High-performance computing (HPC) drives economic growth and scientific …
Exploring Deep Dream using Tensorflow 2.0
Author(s): Abhinav Prakash Originally published on Towards AI. Diving Into Deep Dream using Tensorflow U+007C Towards AI Deep Dream Using Tensorflow My image which generated by Deep Dream. Whenever any person hears about Deep Learning or Neural Network the things which first …
What does Bidirectional LSTM Neural Networks has to do with Top Quarks?
Author(s): Riccardo Di Sipio Originally published on Towards AI. And how it turned out that looking at a sequence of vectors in four dimensions from two opposite sides was the key to solve a decades-old problem In a recent paper Bidirectional Long …
4 Tips To Write Scalable Apache Spark Code
Author(s): ___ Originally published on Towards AI. In this article, I will share some tips on how to write scalable Apache Spark code. The examples presented here are actually based on the code I encountered in the real world. So, by sharing …
How does Data Noising Help to Improve your NLP Model?
Author(s): Edward Ma Originally published on Towards AI. The objective of injecting data noising Photo by Edward Ma on Unsplash Introducing data noising to neural network aims at improving model generalization and performance. Xie et al. proposes several ways to generate more …
How You Should Save the Output of your Spark ETL Jobs (If you are not Writing to a Database)
Author(s): ___ Originally published on Towards AI. In this article, I will share my thoughts on the best way to save the output of Spark ETL jobs so that it is easier to do analytical work later. The code to reproduce the …
StyleGAN Generated Face Classification with ResNexts
Author(s): Luka Chkhetiani Originally published on Towards AI. Using ResNexts with StyleGAN U+007C Towards AI https://generated.photos A week or two back a team released a dataset of 100K images of generated faces, based on StyleGAN [Karras et al. and NVIDIA] (see paper). …
AI & Physics, Part 1 β Dark Matter Matters Too
Author(s): Ryan Lynch Originally published on Towards AI. Diving Into AI & Physics U+007C Towards AI Physics. Our way of understanding the universe around us. We use equations and formulae to try and break down the fundamental truths. To figure out the …
15 Months of Writing Data Science Articles on Medium β Accomplishments and Lessons Learned
Author(s): Benjamin Obi Tayo Ph.D. Originally published on Towards AI. I joined Medium over a year ago. I published my first medium article Using sapply() function in R to generate a table on July 7, 2018. This article was written mostly for …
Review: DUNet β Deformable U-Net for Retinal Vessels Segmentation (Biomedical Image Segmentation)
Author(s): Sik-Ho Tsang Originally published on Towards AI. Technical Review of DUNet U+007C Towards AI U-Net+DCN, Outperforms U-Net & DCN In this story, DUNet, by Tianjin University, Linkoping University, and, is briefly reviewed. DUNet, Deformable U-Net: exploits the retinal vesselsβ local features …