Fundamental Properties of Time Series Data
Author(s): Mahbubul Alam Trend, seasonality, structural break, randomness and more!! Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
Playing with Images in Python
Author(s): Gautam Kmr Image processing is an area which is used in machine learning on a wide scale. We have many packages and tools to work with images… Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
TensorFlow 2 for All: The Giant of Deep Learning
Author(s): Irfan Danish Its all about learning from your competitors. Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
The Misuse of Statistics
Author(s): Arghyamalya Biswas Opinion, Statistics Some people can misuse statistics because we can lie with statistics Source: Image by Author “Politicians use statistics in the same way that a drunk uses lamp-posts for support rather than illumination” -A.Lang Statistics is the primary tool …
How to Evaluate a Data Visualization
Author(s): Benjamin Obi Tayo Ph.D. A good data visualization should have all essential components in place Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
Gradient Descent Algorithm Explained
Author(s): Pratik Shukla Machine Learning With Step-By-Step Mathematical Derivation Source: Unsplash Index: Basics Of Gradient Descent. Basic Rules Of Derivation. Gradient Descent With One Variable. Gradient Descent With Two Variables. Gradient Descent For Mean Squared Error Function. What is Gradient Descent? Gradient Descent is …
Using Torchmoji with Python and Deep Learning
Author(s): Michelangiolo Mazzeschi Converting text to Emoji with deep learning. Full code available at my repo. Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
How to Ensure the AI You Are Designing is Fit for its Purpose (Part 2)
Author(s): Masheika (Allen) Allgood The issues we’re seeing with AI applications aren’t the result of poor design, bad intent or negligence. It’s a communication problem… Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
Neural Networks from Scratch with Python Code and Math in Detail- I
Author(s): Pratik Shukla, Roberto Iriondo Source: Unsplash Learn all about neural networks from scratch. From the math behind it to step-by-step implementation case studies in Python. Launch them live on Google Colab Note: In our upcoming second tutorial on neural networks, we will …
Corporate AI Strategy After Covid-19
Author(s): Raj Shroff Artificial Intelligence can help companies emerge from Covid-19 more resilient than before Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
How Web Frameworks Streamline and Structure Websites
Last Updated on June 19, 2020 by Editorial Team Author(s): Joaquin de Castro Programming On MVT architecture, URL dispatching, templating and putting that all together Web frameworks make building and deploying web applications simple and efficient. With them, we can make high-level applications …
Looking for Connections in Your Data? Correlation Techniques Come to the Rescue!
Author(s): Ramya Vidiyala Correlation techniques in a nutshell Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
Introduction to Neural Networks and Their Key Elements (Part-C) — Activation Functions & Layers
Author(s): Irfan Danish Machine Learning Introduction to Neural Networks and Their Key Elements (Part-C) — Activation Functions & Layers In the previous story we have learned about some of the hyper parameters of an Artificial Neural Network. Today we’ll talk about activation functions and Layers, …
The Only Domain AI Can’t Crack
Author(s): Michelangiolo Mazzeschi Recipes can’t be made by an AI: the data is all wrong! Continue reading on Towards AI — Multidisciplinary Science Journal » Published via Towards AI …
Support Vector Machine — Insights
Author(s): Gautam Kmr Machine Learning Support Vector Machine — Insights I have talked about Linear regression and Classification on my prior articles. Before we take on to Support Vector Machine (aka SVM), let’s first understand what it does. The objective of the support vector …