Pinned Repositories
blogScripts
Repository for code used in my blog posts
deep-learning-ocean
:satellite: All You Need to Know About Deep Learning - A kick-starter
Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
Deep-Learning-Time-Series-Andrew-Ng
deeplearning-tf
Courses, tutorials and examples of Deep Learning with TensorFlow
deeplearningbook-chinese
Deep Learning Book Chinese Translation
deeplizard_Keras-Tutorial
Diebold-Mariano-Test
This Python function dm_test implements the Diebold-Mariano Test (1995) to statistically test forecast accuracy equivalence for 2 sets of predictions with modification suggested by Harvey et. al (1997).
hello-world
Just another repository
keras
Deep Learning for humans
almachow's Repositories
almachow/blogScripts
Repository for code used in my blog posts
almachow/deep-learning-ocean
:satellite: All You Need to Know About Deep Learning - A kick-starter
almachow/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
almachow/Deep-Learning-Time-Series-Andrew-Ng
almachow/deeplearning-tf
Courses, tutorials and examples of Deep Learning with TensorFlow
almachow/deeplearningbook-chinese
Deep Learning Book Chinese Translation
almachow/deeplizard_Keras-Tutorial
almachow/Diebold-Mariano-Test
This Python function dm_test implements the Diebold-Mariano Test (1995) to statistically test forecast accuracy equivalence for 2 sets of predictions with modification suggested by Harvey et. al (1997).
almachow/hello-world
Just another repository
almachow/keras
Deep Learning for humans
almachow/keras-cn
Chinese keras documents with more examples, explanations and tips.
almachow/keras_attention_block
attention block for keras Functional Model with only tensorflow backend
almachow/LSTM-Human-Activity-Recognition
Human activity recognition using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six categories (WALKING, WALKING_UPSTAIRS, WALKING_DOWNSTAIRS, SITTING, STANDING, LAYING) - Guillaume Chevalier
almachow/LSTM-Neural-Network-for-Time-Series-Prediction
LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
almachow/machine-learning-for-software-engineers
A complete daily plan for studying to become a machine learning engineer.
almachow/pytorch_examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
almachow/scikit-learn-videos
Jupyter notebooks from the scikit-learn video series
almachow/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
almachow/tensorflow
Computation using data flow graphs for scalable machine learning
almachow/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
almachow/visual_debugging
Source for the Visual Debugging webinar for PyCharm. Uses the Arcade library to build a 2d Python game, learning techniques for debugging along the way.