All Projects → aqibsaeed → Place Recognition Using Autoencoders And Nn

aqibsaeed / Place Recognition Using Autoencoders And Nn

Licence: apache-2.0
Place recognition with WiFi fingerprints using Autoencoders and Neural Networks

Projects that are alternatives of or similar to Place Recognition Using Autoencoders And Nn

Coursera Deep Learning Specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
Stars: ✭ 188 (-26.56%)
Mutual labels:  jupyter-notebook, neural-networks
Gluon Api
A clear, concise, simple yet powerful and efficient API for deep learning.
Stars: ✭ 2,322 (+807.03%)
Mutual labels:  jupyter-notebook, neural-networks
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-23.83%)
Mutual labels:  jupyter-notebook, neural-networks
Attentionn
All about attention in neural networks. Soft attention, attention maps, local and global attention and multi-head attention.
Stars: ✭ 175 (-31.64%)
Mutual labels:  jupyter-notebook, neural-networks
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (-13.28%)
Mutual labels:  jupyter-notebook, neural-networks
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (-30.47%)
Mutual labels:  jupyter-notebook, neural-networks
Unsupervisedscalablerepresentationlearningtimeseries
Unsupervised Scalable Representation Learning for Multivariate Time Series: Experiments
Stars: ✭ 205 (-19.92%)
Mutual labels:  jupyter-notebook, neural-networks
Hands On Machine Learning With Scikit Learn Keras And Tensorflow
Notes & exercise solutions of Part I from the book: "Hands-On ML with Scikit-Learn, Keras & TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems" by Aurelien Geron
Stars: ✭ 151 (-41.02%)
Mutual labels:  jupyter-notebook, neural-networks
Pixel level land classification
Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.
Stars: ✭ 217 (-15.23%)
Mutual labels:  jupyter-notebook, neural-networks
Tcdf
Temporal Causal Discovery Framework (PyTorch): discovering causal relationships between time series
Stars: ✭ 217 (-15.23%)
Mutual labels:  jupyter-notebook, neural-networks
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-32.42%)
Mutual labels:  jupyter-notebook, neural-networks
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (-10.16%)
Mutual labels:  jupyter-notebook, neural-networks
Shape Detection
🟣 Object detection of abstract shapes with neural networks
Stars: ✭ 170 (-33.59%)
Mutual labels:  jupyter-notebook, neural-networks
Deep Learning Notes
My personal notes, presentations, and notebooks on everything Deep Learning.
Stars: ✭ 191 (-25.39%)
Mutual labels:  jupyter-notebook, neural-networks
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (-35.55%)
Mutual labels:  jupyter-notebook, neural-networks
Radio
RadIO is a library for data science research of computed tomography imaging
Stars: ✭ 198 (-22.66%)
Mutual labels:  jupyter-notebook, neural-networks
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (-42.97%)
Mutual labels:  jupyter-notebook, neural-networks
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+812.89%)
Mutual labels:  jupyter-notebook, neural-networks
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-20.31%)
Mutual labels:  jupyter-notebook, neural-networks
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-11.33%)
Mutual labels:  jupyter-notebook, neural-networks

Place recognition with WiFi fingerprints using Autoencoders and Neural Networks

Tensorflow implementation of model discussed in the following paper: Low-effort place recognition with WiFi fingerprints using deep learning

Tools Required

Python 3 is used during development and following libraries are required to run the code provided in the notebook:

  • Tensorflow
  • Numpy
  • Pandas

Dataset

The UJIIndoorLoc dataset used for model training and testing, can be downloaded from the following [link].

Note: If you see mistakes or want to suggest changes, please submit a pull request.

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