All Projects → hamaadshah → gan_tensorflow

hamaadshah / gan_tensorflow

Licence: Apache-2.0 License
Automatic feature engineering using Generative Adversarial Networks using TensorFlow.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to gan tensorflow

autoencoders tensorflow
Automatic feature engineering using deep learning and Bayesian inference using TensorFlow.
Stars: ✭ 66 (+37.5%)
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 (+227.08%)
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 (+143.75%)
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 (+354.17%)
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 (+79.17%)
Mutual labels:  feature-extraction, feature-engineering
Blurr
Data transformations for the ML era
Stars: ✭ 96 (+100%)
Mutual labels:  feature-extraction, feature-engineering
Tsfel
An intuitive library to extract features from time series
Stars: ✭ 202 (+320.83%)
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 (+995.83%)
Mutual labels:  feature-extraction, feature-engineering
tsflex
Flexible time series feature extraction & processing
Stars: ✭ 252 (+425%)
Mutual labels:  feature-extraction, feature-engineering
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 (-60.42%)
Mutual labels:  feature-extraction, feature-engineering
Bike-Sharing-Demand-Kaggle
Top 5th percentile solution to the Kaggle knowledge problem - Bike Sharing Demand
Stars: ✭ 33 (-31.25%)
Mutual labels:  feature-extraction, feature-engineering
Asne
A sparsity aware and memory efficient implementation of "Attributed Social Network Embedding" (TKDE 2018).
Stars: ✭ 73 (+52.08%)
Mutual labels:  feature-extraction, representation-learning
Protr
Comprehensive toolkit for generating various numerical features of protein sequences
Stars: ✭ 30 (-37.5%)
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 (+22187.5%)
Mutual labels:  feature-extraction, feature-engineering
Feature Selection
Features selector based on the self selected-algorithm, loss function and validation method
Stars: ✭ 534 (+1012.5%)
Mutual labels:  feature-extraction, feature-engineering
Variational Ladder Autoencoder
Implementation of VLAE
Stars: ✭ 196 (+308.33%)
Mutual labels:  feature-extraction, representation-learning
Deltapy
DeltaPy - Tabular Data Augmentation (by @firmai)
Stars: ✭ 344 (+616.67%)
Mutual labels:  feature-extraction, feature-engineering
Awesome Feature Engineering
A curated list of resources dedicated to Feature Engineering Techniques for Machine Learning
Stars: ✭ 433 (+802.08%)
Mutual labels:  feature-extraction, feature-engineering
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+400%)
Mutual labels:  feature-extraction, feature-engineering
fastknn
Fast k-Nearest Neighbors Classifier for Large Datasets
Stars: ✭ 64 (+33.33%)
Mutual labels:  feature-extraction, feature-engineering

Automatic feature engineering using Generative Adversarial Networks

We will explore the use of Generative Adversarial Networks for automatic feature engineering. The idea is to automatically learn a set of features from, potentially noisy, raw data that can be useful in supervised learning tasks such as in computer vision.

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].