All Projects → hamaadshah → autoencoders_tensorflow

hamaadshah / autoencoders_tensorflow

Licence: Apache-2.0 license
Automatic feature engineering using deep learning and Bayesian inference using TensorFlow.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to autoencoders tensorflow

gan tensorflow
Automatic feature engineering using Generative Adversarial Networks using TensorFlow.
Stars: ✭ 48 (-27.27%)
Mutual labels:  feature-extraction, representation-learning, feature-engineering
Machine Learning Workflow With Python
This is a comprehensive ML techniques with python: Define the Problem- Specify Inputs & Outputs- Data Collection- Exploratory data analysis -Data Preprocessing- Model Design- Training- Evaluation
Stars: ✭ 157 (+137.88%)
Mutual labels:  feature-extraction, feature-engineering
The Building Data Genome Project
A collection of non-residential buildings for performance analysis and algorithm benchmarking
Stars: ✭ 117 (+77.27%)
Mutual labels:  feature-extraction, feature-engineering
Amazing Feature Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Stars: ✭ 218 (+230.3%)
Mutual labels:  feature-extraction, feature-engineering
Kaggle Competitions
There are plenty of courses and tutorials that can help you learn machine learning from scratch but here in GitHub, I want to solve some Kaggle competitions as a comprehensive workflow with python packages. After reading, you can use this workflow to solve other real problems and use it as a template.
Stars: ✭ 86 (+30.3%)
Mutual labels:  feature-extraction, feature-engineering
Blurr
Data transformations for the ML era
Stars: ✭ 96 (+45.45%)
Mutual labels:  feature-extraction, feature-engineering
Tsfel
An intuitive library to extract features from time series
Stars: ✭ 202 (+206.06%)
Mutual labels:  feature-extraction, feature-engineering
Feature Engineering And Feature Selection
A Guide for Feature Engineering and Feature Selection, with implementations and examples in Python.
Stars: ✭ 526 (+696.97%)
Mutual labels:  feature-extraction, feature-engineering
tsflex
Flexible time series feature extraction & processing
Stars: ✭ 252 (+281.82%)
Mutual labels:  feature-extraction, feature-engineering
DESOM
🌐 Deep Embedded Self-Organizing Map: Joint Representation Learning and Self-Organization
Stars: ✭ 76 (+15.15%)
Mutual labels:  autoencoder, representation-learning
adversarial-autoencoder
Tensorflow 2.0 implementation of Adversarial Autoencoders
Stars: ✭ 17 (-74.24%)
Mutual labels:  autoencoder, autoencoders
Asne
A sparsity aware and memory efficient implementation of "Attributed Social Network Embedding" (TKDE 2018).
Stars: ✭ 73 (+10.61%)
Mutual labels:  feature-extraction, representation-learning
Protr
Comprehensive toolkit for generating various numerical features of protein sequences
Stars: ✭ 30 (-54.55%)
Mutual labels:  feature-extraction, feature-engineering
Nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
Stars: ✭ 10,698 (+16109.09%)
Mutual labels:  feature-extraction, feature-engineering
Feature Selection
Features selector based on the self selected-algorithm, loss function and validation method
Stars: ✭ 534 (+709.09%)
Mutual labels:  feature-extraction, feature-engineering
Variational Ladder Autoencoder
Implementation of VLAE
Stars: ✭ 196 (+196.97%)
Mutual labels:  feature-extraction, representation-learning
50-days-of-Statistics-for-Data-Science
This repository consist of a 50-day program. All the statistics required for the complete understanding of data science will be uploaded in this repository.
Stars: ✭ 19 (-71.21%)
Mutual labels:  feature-extraction, feature-engineering
Deltapy
DeltaPy - Tabular Data Augmentation (by @firmai)
Stars: ✭ 344 (+421.21%)
Mutual labels:  feature-extraction, feature-engineering
Awesome Feature Engineering
A curated list of resources dedicated to Feature Engineering Techniques for Machine Learning
Stars: ✭ 433 (+556.06%)
Mutual labels:  feature-extraction, feature-engineering
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+263.64%)
Mutual labels:  feature-extraction, feature-engineering

Automatic feature engineering using deep learning and Bayesian inference

We will explore the use of autoencoders for automatic feature engineering. The idea is to automatically learn a set of features from a large unlabelled dataset that can then be useful in a supervised learning task where perhaps the number of labels are few.

Python environment

pip3 install -r requirements.txt
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].