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
State of the art technologies
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
S3
Self-Driving Car
tmux
transfer learning
Tutorial
Ubuntu
All
Amir Masoud Sefidian
2022-05-10
Understanding GloVe embedding with Tensorflow implementation
9
mins read
In this article, you will learn about GloVe, a very powerful word vector learning technique. This article will focus on
[…]
2022-05-09
Understanding Word2vec embedding with Tensorflow implementation
15
mins read
This article is going to be about Word2vec algorithms. Word2vec algorithms output word vectors. Word vectors, underpin many of the
[…]
2020-01-15
Understanding Object Detection using YOLO with Python implementation
21
mins read
Introduction How easy would our life be if we simply took an already designed framework, executed it, and got the
[…]
2019-08-19
Implementing LSTM Networks in Python with Keras
27
mins read
A powerful and popular recurrent neural network is the long short-term model network or LSTM. It is widely used because
[…]
2019-08-19
How to reshape Input Data for Long Short-Term Memory (LSTM) Networks in Keras
9
mins read
It can be difficult to understand how to prepare your sequence data for input to an LSTM model. Often there
[…]