Open Source Data Visualization

Mon 19 March 2018 by Akshita Gupta

As a contributor to the Diversity team of Mozilla I have analyzed how users engage with their Open Source community. I have seen what is the gender spread across communities, their contributions on Github aing with their Employment status. The data was extracted from Github's Open Source survey from ...

read more

Using FOSS Heartbeat for generating insights in Normandy

Mon 19 March 2018 by Akshita Gupta

Task: To analyse the FOSS Hearbeat tool and understand the health of the community. The tool uses CoreNLP algorithms and the GitHub API to gather information about the language and etiquette expressed in the PRs and the Issues of a repository.

Why did I choose this repository?

For this task ...

read more

Wrong files added in commit

Mon 19 March 2018 by Aditya Arora

This post helps users to revert changes made while using git. We might add wrong files while committing. It is a good practice to use

git status

to check what files are currently worked on. So this is what you have done

  • Added the wrong files to the staging area ...
read more

Pelican is great

Mon 15 January 2018 by Akshita Gupta, Aditya Arora

This is test page If you have author rights, kindly see this page.

read more

Build our first Neural Network for Audio Processing

Mon 15 January 2018 by Aditya Arora

Welcome to this post which guides you through the working of a Deep Neural Network in Audio Processing. Prerequisites:

  • Up and Running with Keras
  • Implementing DNN using Keras

What is different in Audio?

A standard deep learning model passes the arrays of text or images directly to the Deep Neural ...

read more