Data Science


Recursive Neural Networks (RvNNs) and Recurrent Neural Networks (RNNs)

A recursive network is only a recurrent network generalization. In a recurrent network, weights are exchanged (and dimensionality stays constant) over the sequence and, in a test cycle, you can see a list of varying lengths then you will find in train times while working with position-dependent weights. For the same reason, the weights are distributed in a recursive network (and dimensionality stays constant).

recursive-neural-networksneural-networksartificial-intelligence

How to use Pandas-Profiling on Google Colab

Automated exploratory data analysis using Pandas Profiling in Jupyter on Google Colab

pythondata-sciencedata-analysis

From API to Pandas—Getting JSON Data With Python

A working example of getting JSON data from an API to a Pandas DataFrame in Python with Google Colab and Open Data DC.

pythondata-sciencedata-analysis

Making Plots with Pandas groupby

A series of example code and plots using Pandas groupby method.

pythonpandasdata-science

Fischer's Linear Discriminant Analysis in Python From Scratch

Learn about Fisher's LDA and implement it from scratch in Python.

machine-learningpythonlinear-algebra

Pentaho Data Integration (PDI) Installation Guide - Easy yet powerful ETL tool

This is a step-by-step installation guide for Pentaho Data Integration. Well, why Pentaho Data Integration aka ‘Kettle’? Pentaho Data Integration (PDI) is an ETL (Extract, Transform, Load) tool to…

datadata-pipelinedata-analysis

15 Python Snippets to Optimize your Data Science Pipeline

pythondata-science