Home
Blog
Filter by
Categories
Tags
Authors
Show all
All
Apache Kafka
Artificial Intelligence
Big Data
Cassandra
Computer Vision
Data Engineering
Data Science
Database
Deep Learning
Design Pattern
DevOps
Django
Docker
ELK
English
Feature Engineering
Finance
Java
Java Script
Keras
Linear Algebra
Linux
Machine Learning
Mathematics
NLP
Python
PyTorch
Recommendation Systems
Reinforcement Learning
Research
Software Engineering
Spark
Statistics
Tensorflow
Uncategorized
All
Apache Kafka
Big Data
boltzman
broadcasting
Cython
Deploy
Django
Docker
Elasticsearch
ELK
Exception Handling
Feature Engineering
GPU
GRU
Linux
Logging
lstm
MinIO
numpy
Pandas
PySpark
Python
PyTorch
Reinforcement Learning
remover
S3
scikit-learn
Self-Driving Car
separator
sklearn
tmux
transfer learning
Tutorial
Ubuntu
vocal
All
Amir Masoud Sefidian
2017-06-17
Cythonize setup.py for several .pyx files
3
mins read
Concept Distutils is the standard way to build Cython extension modules for large projects. Typically one invokes setup(…) which then
[…]
2017-06-14
Kernel Density Estimation (KDE) in Python
10
mins read
Nonparametric Density Estimation In some cases, a data sample may not resemble a common probability distribution or cannot be easily
[…]
2017-06-14
Implementations of Mutual Information (MI) and Entropy in Python
8
mins read
In probability theory and information theory, the mutual information (MI) of two random variables is a measure of the mutual
[…]
2017-05-24
A tutorial on Virtual Environments in Python
20
mins read
What Virtualenv Is Virtualenv is a great piece of software. It allows creating virtual environments. Each of them can have
[…]
Prev page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19