Data Scientists Must Embrace Mathematics
Author(s): Benjamin Obi Tayo Ph.D. The data scientist needs to embrace mathematics in order to build reliable models using data Continue reading on Towards AI Β» Published via Towards AI …
Pre-processing Techniques in Image Processing with Python
Author(s): Amit Chauhan Image processing techniques with OpenCV Continue reading on Towards AI Β» Published via Towards AI …
Unrolling the Digits of Pi (Ο)
Author(s): Sumudu Tennakoon Celebrating Pi Day (March 14th), the annual celebration of the mathematical constant π (pi), and International Day of Mathematics with… Continue reading on Towards AI Β» Published via Towards AI …
Rule-Based Matching for NLP using spaCy
Author(s): Billy Bonaros If you are an NLP enthusiast you know for sure the spaCy library. It’s a powerful library mostly known for word2vec functions. Today we… Continue reading on Towards AI Β» Published via Towards AI …
Speech Emotion Recognition (SER)Using CNN And LSTMs
Author(s): Sameen Emotions that are expressed through speech carry extra insights about human actions and reasonings. Continue reading on Towards AI Β» Published via Towards AI …
L1 and L2 Norms and Regularization
Author(s): Luay Matalka Learn what l1 and l2 vector norms are and how they relate to l1 and l2 regularization Continue reading on Towards AI Β» Published via Towards AI …
What is a GPU? Are GPUs Needed for Deep Learning?
Author(s): Towards AI Team Diving into a technical explanation on what is a GPU Continue reading on Towards AI Β» Published via Towards AI …
A Complete Guide to Confidence Interval, t-test, and z-test in R for Data Scientists
Author(s): Rashida Nasrin Sucky Lots of Hands-on Exercises Continue reading on Towards AI Β» Published via Towards AI …
Understanding Optimization Algorithms
Author(s): Eugenia Anello An overview of Gradient Descent, Stochastic Gradient Descent, SGD with momentum, RMSprop and Adam Continue reading on Towards AI Β» Published via Towards AI …
Custom Statistical Details of Data Frame With Python
Author(s): Amit Chauhan Statistical analysis of features in the data set Continue reading on Towards AI Β» Published via Towards AI …
Natural Language ClusteringβββPart 1
Author(s): Francesco Fumagalli Natural Language Processing Natural Language ClusteringβββPartΒ 1 Help chatbots deal with FAQs, with Python code for Tokenization, GloVe, andΒ TF-IDF Classifying things comes quite natural to us: our books, movies and music all have genres; the things we study are split …
I Used Data Analytics to Play the Free Lottery (and Won)
Author(s): John Bica A data-focused strategy to choosing numbers in the Yotta lottery Continue reading on Towards AI Β» Published via Towards AI …
Docker + Flask | Dockerizing a Python API
Author(s): Billy Bonaros Docker containers are one of the hottest trends in software development right now. Not only it makes it easier to create, deploy and run… Continue reading on Towards AI Β» Published via Towards AI …
Imbalanced Data and How to Balance It
Author(s): Vaishnavi Patil Machine Learning Image by Roman Kraft onΒ Unsplash In recent times dealing with data has become a tedious job, considering the fact that most of the time is spent on cleaning and preprocessing the data. Often the data in the …