Extracting knowledge from knowledge graphs using Facebook Pytorch BigGraph

Deep dive to Facebook Pytorch BigGraph. | Continue reading


@towardsdatascience.com | 4 years ago

Visualizing Decision Trees with Python (Scikit-Learn, Graphviz, Matplotlib)

Decision trees are a popular supervised learning method for a variety of reasons. Benefits of decision trees include that they can be used… | Continue reading


@towardsdatascience.com | 4 years ago

A simple Python bot to increase your Instagram followers

I got 500 real followers in 4 days! | Continue reading


@towardsdatascience.com | 4 years ago

Machine Learning project management – A decision makers’ guide

Working on many machine learning (ML) projects for many different clients, and discussing the nature of ML project management with other… | Continue reading


@towardsdatascience.com | 4 years ago

We deploy machine learning models with Go–not Python

There’s more to production machine learning than Python scripts | Continue reading


@towardsdatascience.com | 4 years ago

Radiologists Used Computer Vision to Diagnose Covid-19

By shortening assessments time by 65%, artificial intelligence plays a critical role to fight against the spread of COVID-19 | Continue reading


@towardsdatascience.com | 4 years ago

Modeling Your Stock Portfolio Performance with Python

Evaluate Your Trade Performance in 200 lines of Code | Continue reading


@towardsdatascience.com | 4 years ago

Are you still not using Version Control for Data?

What is Version Contol for Data? Should you use it? Where you can try it? I did the research so you don’t have to. | Continue reading


@towardsdatascience.com | 4 years ago

Nine simple steps for better-looking Python code

Nine simple steps for better-looking python code | Continue reading


@towardsdatascience.com | 4 years ago

How to Download an Image Using Python

Learn how to download image files using Python modules like request, urllib and wget. | Continue reading


@towardsdatascience.com | 4 years ago

We launched a data product in 60 days with AWS

Team of two planned and shipped a beta for 200 users in less than 2 months without quitting their full-time jobs. | Continue reading


@towardsdatascience.com | 4 years ago

Best Practices in AI

10 Tips on how to improve AI project quality | Continue reading


@towardsdatascience.com | 4 years ago

Mistakes with Pandas

A wise man once said “Only a fool learns from his own mistakes. The wise man learns from the mistakes of others.” | Continue reading


@towardsdatascience.com | 4 years ago

Why we do machine learning engineering with YAML, not notebooks

Notebooks are great for designing models, not deploying them. | Continue reading


@towardsdatascience.com | 4 years ago

Neo4j Graph Data Science: Countries of the World Analysis

Network analysis containing feature reduction techniques, similarity network inference, and community detection with the Neo4j Graph Data… | Continue reading


@towardsdatascience.com | 4 years ago

How to fight Covid-19 with machine learning

9 ways how machine learning is helping us fight the viral pandemic | Continue reading


@towardsdatascience.com | 4 years ago

Sports Analysis with Pandas

How to calculate odds for a soccer match? It is easier than you may think. No coding skills needed! | Continue reading


@towardsdatascience.com | 4 years ago

How to work with someone else’s data

A guide to wrestling with inherited data | Continue reading


@towardsdatascience.com | 4 years ago

There won’t be an AI winter this time

Machine learning isn’t a “Skynet or bust” proposition | Continue reading


@towardsdatascience.com | 4 years ago

Build a Twitter Bot for Coronavirus Update

In this article we will learn how to build a twitter bot that tweet coronavirus stats using Python and Tweepy. | Continue reading


@towardsdatascience.com | 4 years ago

Helpful Python Snippets That You Can Learn in 30 Seconds or Less

Short Python snippets that you can quickly learn and use in your work or personal needs | Continue reading


@towardsdatascience.com | 4 years ago

A short guide to avoiding common pitfalls in interpreting Covid-19 stats

8 key points you might want to think about before sharing that next stat with your friends | Continue reading


@towardsdatascience.com | 4 years ago

Predicting Weekly Hotel Cancellations with Arima

Hotel cancellations can cause issues for many businesses in the industry. Not only is there the lost revenue as a result of the customer… | Continue reading


@towardsdatascience.com | 4 years ago

Why Python is not the programming language of the future

Even though it will be in high demand for a few more years | Continue reading


@towardsdatascience.com | 4 years ago

Pandas tips I wish I knew before

How does pivot work? What is the main pandas building block? And more … | Continue reading


@towardsdatascience.com | 4 years ago

Geospatial data can help fight Pandemics

The Novel Corona Virus or the COVID-19 is wreaking havoc and it is not the first or last of such infectious diseases we have to face. In… | Continue reading


@towardsdatascience.com | 4 years ago

Don’t repeat my mistakes while developing a Machine Learning library

I took the project to develop a Natual Language Processing (NLP) library. Don’t repeat these mistakes! | Continue reading


@towardsdatascience.com | 4 years ago

Concurrency in Python

3 ways to implement concurrency in your Python programs | Continue reading


@towardsdatascience.com | 4 years ago

You may not need Airflow – yet

Airflow is robust and flexible, but complicated. You may want to try more tailored solutions such as Stitch, DBT, Databricks or Booklet.ai | Continue reading


@towardsdatascience.com | 4 years ago

Interpret Machine Learning Blackbox

There are dangers in having models running the world and making decisions from hiring to criminal justice | Continue reading


@towardsdatascience.com | 4 years ago

Realistic Deepfakes in 5 Minutes on Colab

And why we should educate the public about the existence of such technology | Continue reading


@towardsdatascience.com | 4 years ago

Elasticsearch – Search in Your Local Language

Efficient keywords search in Bulgarian, Czech, Estonian, French, Hungarian, Macedonian, Persian, Polish, Romanian, Russian, Slovak and… | Continue reading


@towardsdatascience.com | 4 years ago

How AI Is Changing the Video Game Industry: Augmentation and Synthetic Media

The next big evolution in gaming is going to come from one of the most revolutionary technologies of our time: artificial intelligence. | Continue reading


@towardsdatascience.com | 4 years ago

Things you’re doing wrong in Java

The most common mistakes Java developers make | Continue reading


@towardsdatascience.com | 4 years ago

Ube Open Source Fiber,a Framework to Streamline Distributed Computing

The new framework simplifies distributed and scalable training for reinforcement learning agents. | Continue reading


@towardsdatascience.com | 4 years ago

Debugging Notebooks Will Boost Your Productivity

Increasing productivity in Jupyter notebooks using debugging | Continue reading


@towardsdatascience.com | 4 years ago

AI/ML Projects Are Allowed to Fail

Building Machine Learning infrastructure and frameworks almost always benefit the business. | Continue reading


@towardsdatascience.com | 4 years ago

We don't use Lambda for serverless machine learning

AWS’s serverless compute platform doesn’t work for ML inference | Continue reading


@towardsdatascience.com | 4 years ago

How to Get Beautiful Results with Neural Style Transfer

A deep dive into the tricks that make Neural Style Transfer work | Continue reading


@towardsdatascience.com | 4 years ago

How similar is Covid-19 to previously discovered Coronaviruses

A simple comparison of composition profiles of different coronavirus genomes | Continue reading


@towardsdatascience.com | 4 years ago

Hasn't hiring always been broken?

And why that new trendy AI recruiting startup will fail | Continue reading


@towardsdatascience.com | 4 years ago

Build Your First News Data Pipeline with Python and Newscatcher

Newscatcher python package allows you to automatically collect the latest news data from over 3,000 major online news websites. | Continue reading


@towardsdatascience.com | 4 years ago

Machine learning works–it just doesn’t look like cyborgs

Artificial general intelligence isn’t here, but that doesn’t mean machine learning is all hype. | Continue reading


@towardsdatascience.com | 4 years ago

Beeralytics – A Guide to Analyzing Beer Prices from Web Data

Using Bokeh to find the best priced Beers on Delivery Sites | Continue reading


@towardsdatascience.com | 4 years ago

Cool free tool for Python users wanting to visualize Pandas Dataframes

Introduction to D-Tale for interactive data exploration | Continue reading


@towardsdatascience.com | 4 years ago

Machine Learning for Biology: How Will Covid-19 Mutate Next?

Genome sequence analysis with K-Means & PCA | Continue reading


@towardsdatascience.com | 4 years ago

Will we survive the Covid-19 pandemic: Python Simulation

A Python simulation to visualise how disease spreads in a community. | Continue reading


@towardsdatascience.com | 4 years ago

Detecting Covid-19 induced Pneumonia from Chest X-rays with Transfer Learning/AI

Deep Learning on the fight against the novel Coronavirus. | Continue reading


@towardsdatascience.com | 4 years ago