Techno Blender
Digitally Yours.
Browsing Tag

Keita

CI/CD for Machine Learning Model Training with GitHub Actions | by Zoumana Keita | Aug, 2022

A comprehensive guide to using an EC2 instance as a server for training your Machine Learning modelImage by ThisisEngineering RAEng on UnsplashProper orchestration of a machine learning pipeline can be performed using multiple open-source tools. Github actions is one of the well-known out there. It is a built-in Github tool primarily developed to automate the development, testing, and deployment process of software.Nowadays, Machine Learning practitioners have been using it to automate the entire workflow of their…

4 Types of SQL JOIN Every Data Scientist Should Know: Visual Representation | by Zoumana Keita | Aug, 2022

Complete guide to creating tables, and running all four types of SQL JOINS.Photo by Caspar Camille Rubin on UnsplashRelational databases try to model real-life entities and their relationships. However, as a data practitioner, you will be dealing with more than one table when interacting with those databases. Efficient interaction with those tables requires a better understanding of the joint statements because each one gives a different result.This article will first build your understanding of each JOIN clause before…

‘Katamari Damacy’ creator Keita Takahashi teases game with Annapurna

Katamari Damacy director Keita Takahashi is developing a new game for Annapurna Interactive with his studio uvula. Revealed during the July 28 Annapurna Interactive stream, a tiny teaser showed the camera zooming out from a snoring character’s mouth. Despite being bright and colourful, this looks to have a more grounded artstyle than some of Takahashi’s most famous works. There’s currently no name or release date for this game, but it will be the fourth title from uvula, which was founded in 2010 by Takahashi and his…

5 Essential Tools to Start a Career in Data Science and Data Analytics | by Zoumana Keita | Jul, 2022

Learn these 5 tools to land your first job as Data Scientist or Data AnalystPhoto by Carlos Muza on UnsplashData Scientists’ job is to leverage large structured or unstructured datasets in order to draw meaningful information for better decision making. It combines both domain expertise, mathematical and statistical knowledge, data modeling, and result communication skills. However, they also need tools to give life to those concepts.This article will build your understanding of those tools before highlighting their…

When R Meets SQL to Query Dataframes | by Zoumana Keita | Jun, 2022

A comprehensive overview of running SQL commands on R DataframesImage by Peggy_Marco on PixabayAs a Data Scientist, you might already hear of SQL and R. SQL is great for interacting with relational databases. R on the other hand is a great tool for performing advanced statistical analysis. However, some tasks are simpler in SQL than in R, and vice-versa. What if we could have a tool that can combine the beauty of each tool? That is where sqldfcomes in handy. This article aims to highlight some features of sqldf , similar…