All Projects → abhishekmalali → Timeflow

abhishekmalali / Timeflow

Licence: mit
Tensorflow for Time Series Applications

Projects that are alternatives of or similar to Timeflow

Covid 19 Dataviz
Simple data visualization on Covid-19 data using Pandas and Google Colaboratory
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Twitter sentiment analysis
A guide for binary class sentiment analysis of tweets.
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Cifar10 mxnet
使用mxnet编写的kaggle CIFAR10比赛的代码
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning
深度学习的实战项目
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Equivariant Transformers
Equivariant Transformer (ET) layers are image-to-image mappings that incorporate prior knowledge on invariances with respect to continuous transformations groups (ICML 2019). Paper: https://arxiv.org/abs/1901.11399
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Backdrop
Implementation and demonstration of backdrop in pytorch. Code and demonstration of GP dataset generator.
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Data bootcamp
Materials for a course at NYU Stern using Python to study economic and financial data.
Stars: ✭ 67 (-1.47%)
Mutual labels:  jupyter-notebook
Red bag
支付宝红包/淘宝领喵币/雪球红包/苏宁易购/京东/淘宝自动签到 领取金币
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Hass Amazon Rekognition
Home Assistant Object detection with Amazon Rekognition
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Equalareacartogram
Converts a Shapefile, GeoJSON, or CSV to an equal area cartogram
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Remote Sensing With Python
Stars: ✭ 67 (-1.47%)
Mutual labels:  jupyter-notebook
Concrete Autoencoders
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Predictive Maintenance
Demonstration of MapR for Industrial IoT
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Puzzlemix
Official PyTorch implementation of "Puzzle Mix: Exploiting Saliency and Local Statistics for Optimal Mixup" (ICML'20)
Stars: ✭ 67 (-1.47%)
Mutual labels:  jupyter-notebook
Predictive Analytics With Tensorflow
Predictive Analytics with TensorFlow, published by Packt
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
E2e Ml App Pytorch
🚀 An end-to-end ML applications using PyTorch, W&B, FastAPI, Docker, Streamlit and Heroku → https://e2e-ml-app-pytorch.herokuapp.com/ (may take few minutes to spin up occasionally).
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Pynq
Python Productivity for ZYNQ
Stars: ✭ 1,152 (+1594.12%)
Mutual labels:  jupyter-notebook
P Multimodal Dataset Toolbox
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Etl with python
ETL with Python - Taught at DWH course 2017 (TAU)
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook
Encode Attend Navigate
Learning Heuristics for the TSP by Policy Gradient
Stars: ✭ 68 (+0%)
Mutual labels:  jupyter-notebook

Build Status codecov

TimeFlow

Tensorflow for Time Series Applications

TimeFlow is a library for building tensorflow models for time series problems. It can be used for time series prediction as well as time series classification. The key features of this library are

  • Allows stacking of pre built layers. The layers currently available are
    • LSTM(Long Short Term Memory)
    • Regression
    • Deep Neural networks
  • Automated training monitor
  • Feature generation for irregular time series
  • Other utility functions to facilitate building models

Installation

Preinstall Tensorflow before installing TimeFlow. To install the package via github,

git clone https://github.com/abhishekmalali/TimeFlow.git
cd TimeFlow
python setup.py install

###Notes

  • Auto correlation reduction network is now included in the package.
  • The library works on Tensorflow v1.0
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].