All Projects → tiagoCuervo → Tensoranfis

tiagoCuervo / Tensoranfis

Licence: mit
A Tensorflow implementation of the Adaptive Neuro-Based Fuzzy Inference System (ANFIS)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensoranfis

Alignmentduration
Lyrics-to-audio-alignement system. Based on Machine Learning Algorithms: Hidden Markov Models with Viterbi forced alignment. The alignment is explicitly aware of durations of musical notes. The phonetic model are classified with MLP Deep Neural Network.
Stars: ✭ 36 (-32.08%)
Mutual labels:  neural-networks
Yann
This toolbox is support material for the book on CNN (http://www.convolution.network).
Stars: ✭ 41 (-22.64%)
Mutual labels:  neural-networks
Tensorhub
TensorHub is a library built on top of TensorFlow 2.0 to provide simple, modular and repeatable abstractions to accelerate deep learning research.
Stars: ✭ 48 (-9.43%)
Mutual labels:  neural-networks
Dbn Cuda
GPU accelerated Deep Belief Network
Stars: ✭ 38 (-28.3%)
Mutual labels:  neural-networks
Bipropagation
Stars: ✭ 41 (-22.64%)
Mutual labels:  neural-networks
Advis.js
[Tensorflow.js] AdVis: Exploring real-time Adversarial Attacks in the browser with Fast Gradient Sign Method.
Stars: ✭ 42 (-20.75%)
Mutual labels:  neural-networks
Teacher Student Training
This repository stores the files used for my summer internship's work on "teacher-student learning", an experimental method for training deep neural networks using a trained teacher model.
Stars: ✭ 34 (-35.85%)
Mutual labels:  neural-networks
Deepbrain
Deep Learning tools for brain medical images
Stars: ✭ 51 (-3.77%)
Mutual labels:  neural-networks
Dm Haiku
JAX-based neural network library
Stars: ✭ 1,010 (+1805.66%)
Mutual labels:  neural-networks
Mujocounity
Reproducing MuJoCo benchmarks in a modern, commercial game /physics engine (Unity + PhysX).
Stars: ✭ 47 (-11.32%)
Mutual labels:  neural-networks
Tensorflowhandwritingrecognition
Using Tensorflow to classify the NIST Dataset 19 (Handwriting)
Stars: ✭ 39 (-26.42%)
Mutual labels:  neural-networks
Qualia2.0
Qualia is a deep learning framework deeply integrated with automatic differentiation and dynamic graphing with CUDA acceleration. Qualia was built from scratch.
Stars: ✭ 41 (-22.64%)
Mutual labels:  neural-networks
Tensorflow Seq2seq Dialogs
Build conversation Seq2Seq models with TensorFlow
Stars: ✭ 43 (-18.87%)
Mutual labels:  neural-networks
Flynet
Official PyTorch implementation of paper "A Hybrid Compact Neural Architecture for Visual Place Recognition" by M. Chancán (RA-L & ICRA 2020) https://doi.org/10.1109/LRA.2020.2967324
Stars: ✭ 37 (-30.19%)
Mutual labels:  neural-networks
Cgnn
Crystal Graph Neural Networks
Stars: ✭ 48 (-9.43%)
Mutual labels:  neural-networks
Artificialintelligenceengines
Computer code collated for use with Artificial Intelligence Engines book by JV Stone
Stars: ✭ 35 (-33.96%)
Mutual labels:  neural-networks
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-20.75%)
Mutual labels:  neural-networks
Pytorch highway networks
Highway networks implemented in PyTorch.
Stars: ✭ 51 (-3.77%)
Mutual labels:  neural-networks
Mckinsey Smartcities Traffic Prediction
Adventure into using multi attention recurrent neural networks for time-series (city traffic) for the 2017-11-18 McKinsey IronMan (24h non-stop) prediction challenge
Stars: ✭ 49 (-7.55%)
Mutual labels:  neural-networks
Ml In Tf
Get started with Machine Learning in TensorFlow with a selection of good reads and implemented examples!
Stars: ✭ 45 (-15.09%)
Mutual labels:  neural-networks

TensorANFIS

This is a very simple implementation of the Adaptive Neuro-Based Fuzzy Inference System (ANFIS) on Tensorflow.

Requirements

Known dependencies:

  • Python (3.5.5)
  • Tensorflow (1.15.2)
  • Numpy (1.15.2)
  • Matplotlib (3.0.0)

To install dependencies, cd to the directory of the repository and run pip install -r requirements.txt

Code Structure

  • anfis.py: contains the ANFIS implementation.
  • mackey.py: contains an example that uses ANFIS for the prediction of the Mackey Glass series. This example trains the system on 1500 points of the series and plots the real vs. predicted series, the learning curves, and the resulting membership functions after training.

To run the example, cd to the directory of the repository and run python mackey.py

TODO:

  • Implement membership functions other than Gaussians.
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].