Unfolding the universe of possibilities..

Navigating the waves of the web ocean

Create Decentralized World

Artificial Intelligence & Machine Learning

AI

Artificial Intelligence

Machines mimicking human intelligence

ML

Machine Learning

AI subset learns from data

DL

Deep Learning

ML subset uses deep neural networks

NN

Neural Network

Systems inspired by the brain's structure.

RL

Reinforcement Learning

Learning by rewards/punishments

NLP

Natural Language Processing

Machines understanding language.

GAN

Generative Adversarial Network

Dual networks for generation & discrimination.

SVM

Support Vector Machines

Classification using a hyperplane

ANN

Artificial Neural Network

Basic computing unit of NN.

CNN

Convolutional Neural Network

NN variant for image data.

RNN

Recurrent Neural Network

NN with loops for sequences.

LSTM

Long Short-Term Memory

RNN type handling long sequences.

Use Python to Download Multiple Files (or URLs) in Parallel

Get more data in less time Photo by Wesley Tingey on Unsplash We live in a world of big data. Often, big data is organized as a large collection of small datasets (i.e., one large dataset comprised of multiple files). Obtaining these data is often frustrating because of the download (or acquisition...
Read More
1 189 190 191