ANALYZING AND PREDICTING DEPRESSION AMONG COLLEGE STUDENTS
A Predictive Analysis project using Python and Power BI. Photo by Anthony Tran on Unsplash
Read moreDeep Learning, NLP, NMT, AI, ML
Python tutorials
A Predictive Analysis project using Python and Power BI. Photo by Anthony Tran on Unsplash
Read moreHi, I’m Andrii and I’m a software engineer at TenantCloud. Recently, we have started to use AWS Lambda to solve many simple tasks: converting html to pdf, image resizer, pdf editor, pdf merger, etc. And Lambda does a great job. Today we’ve created a real example of AWS Lambda
Read moreAt some point in your Python coding adventure, you may need to create custom list-like classes with modified behavior, new functionalities, or both. To do this in Python, you can inherit from an abstract base class, subclass the built-in list class directly, or inherit from UserList, which lives in the collections module. In this tutorial, you’ll learn how to: Create custom list-like classes by inheriting from the built-in list class Build custom list-like classes by subclassing UserList from the collections […]
Read moreChoosing the right data type will save a lot of memory! How does your EDA start?import pandas as pd df = pd.read_csv(‘house_price_madrid.csv’)df.head()df.dtypes
Read moreCreate a dynamic dashboard using Tableau 1. Problem Definition One of the targets of development in the health sector in Indonesia is to reduce the prevalence of stunting ratio
Read moreA|B Testing is a basic randomized control experiment. It is a way to compare the two versions of a variable to find out which performs the better in a controlled or supervised environment. For Intstance, let’s say you own a company and want to increase the sales/conversion rate of your product. A|B testing is one of
Read moreLink to Google Colab IPython Notebook (viewer privilege): https://colab.research.google.com/drive/1xFLteWYLFG3AgVX8_maCAyUxyzsAAysM?usp=sharing I have just learned today that the Indonesian “Badan Informasi Geospasial” (BIG; Geospatial Information Bureau) website has been overhauled (thanks, Jokowi). Interactivity-wise,
Read moreLarge Language Models like GPT-3 (but also BLOOM) have been defined as “few shot learners”. This means that, given a few examples, they can perform a very wide variety of tasks with excellent results.
Read moreMeasure of Central Tendency is a summary measure that describes the entire data set with values known as Mean, Median and Mode. These three are the commonly known measures which are used to understand the data.
Read moreWe covered C and Python as part of our Sophomore year. We started with another Language, Java, in our Junior year. I thought of sharing my reflections on learning the languages. Photo by
Read more