Become a Data Scientist in 2021 with These Following Steps
Author(s): Amit Chauhan Fundamental points required to be on a path of data scientist Continue reading on Towards AI Β» Published via Towards AI …
Example of Pairs Trading
Author(s): George Pipis A walkthrough example of Pairs Trading Strategy using R Continue reading on Towards AI Β» Published via Towards AI …
Music Genre Prediction by Extracted Audio-Features + Comparison To the Spotify-API
Author(s): Maximilian StΓ€bler Can we extract features of a piece of music that allow a more precise genre classification than the features provided by Spotify via their… Continue reading on Towards AI Β» Published via Towards AI …
Scraping The List of Indonesian Stocks
Author(s): Ronny Fahrudin Scraping data from IDX Indonesia with Selenium in Python Continue reading on Towards AI Β» Published via Towards AI …
Visualize Gender-Specific Tweets with Scattertext
Author(s): Khuyen Tran Distinguish Gender in Tweets and Present them in an Interactive HTML Scatter Plot Continue reading on Towards AI Β» Published via Towards AI …
Simple Interactive Plots Only with Matplotlib
Author(s): Memphis Meng Using Easier Syntax than Plotly’s Continue reading on Towards AI Β» Published via Towards AI …
Neural Architecture Search (NAS) and Reinforcement Learning (RL)
Author(s): Arjun Ghosh Deep Learning Computer vision, and more specifically in classification tasks, are among the most popular deep learning techniques. Convolution Neural Network (CNN) particularly popular in the computer vision field of machine learning. CNN particularity lies in the selective connection …
Learn Programming While Creating a New Year Greeting On Console Output
Author(s): Sumudu Tennakoon Programming A programming exercise using Python and Julia with a practical comparison between the two languages. The Output (Image byΒ Author) A similar exercise can be found in the article βLearn Programming While Assembling an On-Screen Christmas Treeβ previously published …
Inferential Statistics for Data Science: Explained
Author(s): Suhas V S Data Science A quick dive into the different aspects of inferential statistics usingΒ python. Source: www.luminousmen.com In the earlier part, we have seen how to draw meaningful insights into the characteristics of the sample data (If you have missed …
Using Prophet to predict Bitcoin prices for 2021
Author(s): Michelangiolo Mazzeschi Full code available at my repo Continue reading on Towards AI Β» Published via Towards AI …
Why You Should Use Google Colab for Machine Learning Projects
Author(s): Florian Geiser How Google Colab is enhancing a programmer’s experience while focusing on important things. Continue reading on Towards AI Β» Published via Towards AI …
Artificial Intelligence in Healthcare after COVID-19
Author(s): Raj Shroff AI is on the front lines of the COVID-19 fight. It can play an even bigger role in healthcare afterwards. Continue reading on Towards AI Β» Published via Towards AI …
Tesseract OCR for Text Localisation and Detection
Author(s): Sharon Lim Automating the extraction of useful information from PDF files Continue reading on Towards AI Β» Published via Towards AI …
Random Number Generator Tutorial with Python
Image by the author, generated with Python to illustrate a random number generation in the scatterplot.Β Why are random numbers crucial in machine learning and data science? How do we build a random number generator for our projects? Author(s): Sujan Shirol, Roberto …