Contains analysis of trends from Fitbit Dataset (source: Kaggle) to see how the trends can be applied to Bellabeat customers and Bellabeat products

Overview

Bellabeat-Analysis

Contains analysis of trends from Fitbit Dataset (source: Kaggle) to see how the trends can be applied to Bellabeat customers and Bellabeat products.

BELLABEAT Case Study

How can a Wellness Technology Company Play It Smart?


Bellabeat

INTRODUCTION: Bellabeat is a high-tech manufacturer of health-focused smart products for women that keeps them informed of their health and activities inspiring and motivating them to take necessary steps in maintaining their health. The company has a variety of products namely the Bellabeat App, Leaf, Time, Spring and the Bellabeat Membership program to cater to gathering information on their activity, sleep, stress, menstrual cycle, mindfulness habits and water intake while also making their products stylish and wearable.
The aim of this report is to analyse non-Bellabeat devices’ smart device usage data to gain insights on some smart device trends, how these trends can be applied to Bellabeat customers and how these trends could be incorporated in any one Bellabeat product’s marketing strategy.
The key stakeholders in this task are Urska Srsen and Sando Mur, the cofounders of Bellabeat.




FINAL INSIGHTS AND SUGGESTIONS



INSIGHTS:

1. On an average, highest percentage of the Active Minutes composition is under SedentaryMinutes [81.3%], which means most users spend their day spending under 30 minutes of activity,that is equal to walking for 30 minutes at 4 miles per hour. For an adult of average weight, this amount of exercise will burn about 135 to 165 additional Calories.

Second highest makeup is of Lightly Active minutes [15.8%]. Roughly 3% of the makeup is composed of Very Active and Fairly Active Minutes in total.
From this we come to know that most of the sample users perform activities of daily living only, such as shopping, cleaning, watering plants, taking out the trash, walking the dog, mowing the lawn, and gardening. While a very small population spends active hours doing aerobics, jogging or skipping.

2. On an average, highest category of distance makeup is of Lightly Active Distance [61.7%], followed by Very active distances [27.8%] and then moderately active distances [10.5%].

3. On an average, users cover the highest no. of steps on Tuesdays and Thursdays of around 8000 steps. But we are not confident on Tuesday as it has more records.

4. On an average, most users have highest sleeping minutes of over 400 minutes i.e. 6.6 hours on Sundays and Wednesdays. But Wednesday is ruled out due to additional records on that day which poses skewness.

5. Average weight of users is found to be 72 kg and average BMI is found to be 25.18 which is found to be in overweight category.

6. Information on weight and bmi is more often manually recorded than done by users. Also, users are more likely to record their weights and bmi in the AM periods rather than PM periods.

7. User reports are mostly made between 6 o’clock to 9 o’clock each day, while manual reports are made at 11:59:59 pm each night.

8. Intensity counts highest between 8 – 11 am in the mornings, while highest between 12-2 pm and 5-7 pm in the afternoons and evenings.



APPLICATION OF INSIGHTS TO BELLABEAT PRODUCTS:

Goal-oriented:
1. For the Bellabeat app, based on the user's data on activity minutes, the app can suggest the user to take a few minutes out to achieve certain set goals and be active throughout the week.
2. The bellabeat app can monitor user's sleep records and suggest healthy sleeping schedules.

All this while monitoring how well the users keep up with the schedule and rewarding points as they complete each goal that can be converted to gift points for purchasing other lines of Bellabeat products for them and their loved ones.

Wellness Tracking:
1. Can incorporate weight and BMI measurement into Bellabeat App to inform and track user's health while using these data to add to the menstruation aid and letting the user's know how much exercise is needed and accordingly plan their day/week goals. [Weight and Menstrual Health Link]
2. Remind users to manually input their weight and BMI twice a week for all weeks and remove device calculated weight and bmi measurements as they can mislead. Can remind between 6-9 AM in the mornings.
3. Inform users when their intensity levels and stress levels peak and enable Zen mode (like a meditation period or a notification to rest for some minutes before continuing any work/task) to relieve of the high intensity/stress rates.



Owner
Leah Pathan Khan
Computer Science UnderGrad with interests in Data Science, ML and Designing .
Leah Pathan Khan
multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification,seq2seq,attention,beam search

multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification,seq2seq,attention,beam search

hellonlp 30 Dec 12, 2022
NLTK Source

Natural Language Toolkit (NLTK) NLTK -- the Natural Language Toolkit -- is a suite of open source Python modules, data sets, and tutorials supporting

Natural Language Toolkit 11.4k Jan 04, 2023
1 Jun 28, 2022
Cải thiện Elasticsearch trong bài toán semantic search sử dụng phương pháp Sentence Embeddings

Cải thiện Elasticsearch trong bài toán semantic search sử dụng phương pháp Sentence Embeddings Trong bài viết này mình sẽ sử dụng pretrain model SimCS

Vo Van Phuc 18 Nov 25, 2022
Pangu-Alpha for Transformers

Pangu-Alpha for Transformers Usage Download MindSpore FP32 weights for GPU from here to data/Pangu-alpha_2.6B.ckpt Activate MindSpore environment and

One 5 Oct 01, 2022
Official implementations for various pre-training models of ERNIE-family, covering topics of Language Understanding & Generation, Multimodal Understanding & Generation, and beyond.

English|简体中文 ERNIE是百度开创性提出的基于知识增强的持续学习语义理解框架,该框架将大数据预训练与多源丰富知识相结合,通过持续学习技术,不断吸收海量文本数据中词汇、结构、语义等方面的知识,实现模型效果不断进化。ERNIE在累积 40 余个典型 NLP 任务取得 SOTA 效果,并在 G

5.4k Jan 03, 2023
Python generation script for BitBirds

BitBirds generation script Intro This is published under MIT license, which means you can do whatever you want with it - entirely at your own risk. Pl

286 Dec 06, 2022
A multi-lingual approach to AllenNLP CoReference Resolution along with a wrapper for spaCy.

Crosslingual Coreference Coreference is amazing but the data required for training a model is very scarce. In our case, the available training for non

Pandora Intelligence 71 Jan 04, 2023
Open-Source Toolkit for End-to-End Speech Recognition leveraging PyTorch-Lightning and Hydra.

OpenSpeech provides reference implementations of various ASR modeling papers and three languages recipe to perform tasks on automatic speech recogniti

Soohwan Kim 26 Dec 14, 2022
Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.

Pretrained Language Model This repository provides the latest pretrained language models and its related optimization techniques developed by Huawei N

HUAWEI Noah's Ark Lab 2.6k Jan 08, 2023
A Lightweight NLP Data Loader for All Deep Learning Frameworks in Python

LineFlow: Framework-Agnostic NLP Data Loader in Python LineFlow is a simple text dataset loader for NLP deep learning tasks. LineFlow was designed to

TofuNLP 177 Jan 04, 2023
Live Speech Portraits: Real-Time Photorealistic Talking-Head Animation (SIGGRAPH Asia 2021)

Live Speech Portraits: Real-Time Photorealistic Talking-Head Animation This repository contains the implementation of the following paper: Live Speech

OldSix 575 Dec 31, 2022
A Telegram bot to add notes to Flomo.

flomo bot 使用 Telegram 机器人发送笔记到你的 Flomo. 你需要有一台可访问 Telegram 的服务器。 Steps @BotFather 新建机器人,获取 token Flomo 官网获取 API,链接 https://flomoapp.com/mine?source=in

Zhen 44 Dec 30, 2022
Pre-training with Extracted Gap-sentences for Abstractive SUmmarization Sequence-to-sequence models

PEGASUS library Pre-training with Extracted Gap-sentences for Abstractive SUmmarization Sequence-to-sequence models, or PEGASUS, uses self-supervised

Google Research 1.4k Dec 22, 2022
Train BPE with fastBPE, and load to Huggingface Tokenizer.

BPEer Train BPE with fastBPE, and load to Huggingface Tokenizer. Description The BPETrainer of Huggingface consumes a lot of memory when I am training

Lizhuo 1 Dec 23, 2021
Tracking Progress in Natural Language Processing

Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.

Sebastian Ruder 21.2k Dec 30, 2022
An implementation of the Pay Attention when Required transformer

Pay Attention when Required (PAR) Transformer-XL An implementation of the Pay Attention when Required transformer from the paper: https://arxiv.org/pd

7 Aug 11, 2022
An implementation of WaveNet with fast generation

pytorch-wavenet This is an implementation of the WaveNet architecture, as described in the original paper. Features Automatic creation of a dataset (t

Vincent Herrmann 858 Dec 27, 2022
COVID-19 Related NLP Papers

COVID-19 outbreak has become a global pandemic. NLP researchers are fighting the epidemic in their own way.

xcfeng 28 Oct 30, 2022