Tensorflow
TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.
- GitHub: https://github.com/topics/tensorflow
- Wikipedia: https://en.wikipedia.org/wiki/TensorFlow
- Repo: https://github.com/tensorflow
- Created by: Google Brain Team
- Released: November 9, 2015
- Aliases: tensorflow-tutorials, tensorflow-experiments, tensorflow-models, tensorflow-examples, tensorflow-1-0, tensorflow-tutorial,
- Last updated: 2026-07-07 00:27:56 UTC
- JSON Representation
https://github.com/stylepatrick/price-prediction-ai-notifier
Forecast any stocks, currencies and cryptocurrencies with Neural-Network and scheduled Telegram notification with constant adjustment of the model.
ai cryptocurrency deep-learning neural-network notifier notifier-service stock telegram tensorflow
Last synced: 15 May 2026
https://github.com/hrbigelow/opschema
Semantic Indices for Tensor Operations
Last synced: 15 May 2026
https://github.com/kmranrg/productdetection
This Project uses Atificial Intellegence Image Detection technique to detect and categorise grocery products
Last synced: 15 May 2026
https://github.com/artificial-inteligence-related-projects/__ai__resnet-retraining
Uso del poder de computo de las maquinas de AWS para poder entrenar una red neuronal.
machine-learning python tensorflow tensorflow-tutorials
Last synced: 19 Jan 2026
https://github.com/matteo-stat/convmixer-patches-are-all-you-need
A Keras implementation of the ConvMixer architecture from the paper "Patches are all you need?", built from scratch using TensorFlow and Python.
computer-vision convmixer image-classification keras neural-network-architectures neural-networks-from-scratch tensorflow
Last synced: 19 Jan 2026
https://github.com/georgeerol/trafficsignclassifierproject
How to use Deep Neural Networks and Convolutional Neural Networks to classify Traffic Signs
Last synced: 10 Jun 2026
https://github.com/lokranjanp/mnist-classifier
Mnist handwritten digit classifier from scratch using numpy only and also with CNN-tf. The aim is to make the models of almost equal accuracy.
mnist mnist-classification mnist-classifier numpy pandas tensorflow
Last synced: 02 May 2026
https://github.com/versi379/drone-depth-map
Real-time depth map from drone stereo camera images with CNN
cnn computer-vision depth-map keras tensorflow
Last synced: 07 May 2026
https://github.com/anuragkush2527/vibesync-3.0
Sentiment analysis in social media involves using natural language processing (NLP) and machine learning to analyze users' opinions, emotions, and attitudes expressed in posts, comments, and reviews. It helps in understanding public sentiment, monitoring trends, and making data-driven decisions.
expressjs fastapi mongodb nltk nodejs numpy pandas python reactjs scikit-learn sentiment-analysis tensorflow
Last synced: 16 Oct 2025
https://github.com/abhishekyadav915/breast_cancer_classification_using_deep_learning
This project demonstrates Breast Cancer Classification using a deep learning model built with TensorFlow and Keras. The model is trained on the Breast Cancer Wisconsin Dataset and predicts whether a tumor is Benign (1) or Malignant (0).
deeplearning keras-tensorflow matplotlib-pyplot numpy-library pandas-library sklearn-library standardization tensorflow
Last synced: 28 Apr 2026
https://github.com/riggraz/fruit-recognition
Convolutional neural network to classify fruit images.
deep-learning neural-network tensorflow
Last synced: 05 May 2026
https://github.com/abdelrahman-amen/sentiment_analysis_using_lstm_gru
This project aims to perform sentiment analysis on the IMDB movie reviews dataset. Sentiment analysis involves classifying text into categories such as positive or negative based on the sentiment conveyed in the text , using LSTM and GRU.
gru imdb-dataset lstm nltk python sentiment-analysis tensorflow tokenization wordem
Last synced: 08 May 2026
https://github.com/saehri/bangkit2024-capstone-project
Divaskin is a mobile application designed to empower users by providing personalized skincare solutions. Built using cutting-edge technologies, it leverages Machine Learning (ML) to classify skin types and recommend tailored skincare products while promoting local skincare brands.
android android-application cloud cnn-classification google-cloud machine-learning tensorflow
Last synced: 03 Apr 2025
https://github.com/tirtharajsinha/breast_cancer_detection_with_cnn
An unstructured mammogram analysis for feasible classification and detection of breast cancer using a convolutional approach
breast-cancer-prediction cnn keras python research-project tensorflow
Last synced: 26 Jun 2026
https://github.com/joshbaneycs/stock-trading-ai
A platform that tracks stocks in real-time, provides historical analysis, and uses predictive models to forecast future stock prices. Code is easy to manipulate to fine tune for your needs!
ai lstm-neural-networks python tensorflow
Last synced: 02 May 2026
https://github.com/addsarah/sentiment-analysis-ml
Applied Machine Learning Intermediate Dicoding, last update 08 March 2025
analysis-sentiment dicoding keras machine-learning python tensorflow
Last synced: 15 May 2026
https://github.com/alphan26/peopledetection
An object detection project utilizing the MOT20 dataset to detect individuals in crowded environments.
Last synced: 30 Apr 2026
https://github.com/ericshantos/fs_detector_model
Modelo de reconhecimento facial baseado no modelo MobileNetV2
mobilenetv2 neural-networks notebook-jupyter tensorflow
Last synced: 15 May 2026
https://github.com/juwono136/disaster-tweet-detection-mlops
End-to-end machine learning project to detect tweet is a disaster or not disaster + monitoring model serving using Prometheus and Grafana
apache-beam grafana mlops prometheus python railway tensorflow tfx
Last synced: 18 Apr 2026
https://github.com/danindiana/tensorcatgpu
Can CPU tensorflow build CUDNN tensorflow?
bash-scripting cudnn-based-implementations nvidia-gpu tensorflow
Last synced: 15 May 2026
https://github.com/royanikseresht/sentimentanalysis
A web application that analyzes the sentiment of user-provided text (positive, negative, or neutral) and displays the result with a confidence score. The app features a dark mode toggle, an About Me modal, and prevents text selection and right-click.
cors css flask html javascript python tensorflow
Last synced: 09 Apr 2026
https://github.com/emla2805/rnn-calculator
The worst and best way to add two numbers
recurrent-neural-networks rnn tensorflow
Last synced: 14 May 2026
https://github.com/hrishi-3000/constitution-article-matcher
Constitution Article Matcher application that helps users search and match text queries with relevant articles or amendments in a PDF of the Constitution. It uses Python and Tkinter for the GUI, and PyPDF2 for extracting and processing text from the PDF.
coding python tensorflow tkinter-gui
Last synced: 15 May 2026
https://github.com/kevin-doolaeghe/tfjs_tutorial
TensorFlow.JS Tutorial
demo image-classification tensorflow tfjs web
Last synced: 09 Sep 2025
https://github.com/msikorski93/credit-card-fraud-detection
A binary classification task performed with machine learning in Python. The dataset's target distribution is heavily imbalanced. The model performance was evaluated with F1 scores.
adasyn balanced-bagging binary-classification class-imbalance-handling credit-card-fraud f1-score k-means k-nearest-neighbors light-gradient-boosting-machine logistic-regression naive-bayes near-miss random-oversampling random-undersampling resampling-methods smote-enn tensorflow
Last synced: 19 May 2026
https://github.com/musty-ess/masked-language-model-using-bert
This project implements a Masked Language Model using BERT, a transformer-based model developed by Google, to predict masked words in text sequences.
ai artificial-intelligence bert bert-model language-model masked-language-models masked-word-prediction natural-language-processing nlp python tensorflow transformers transformers-models visualization
Last synced: 14 May 2026
https://github.com/voidbfd/autism_companian_gen-ai_project_kaggle
Autism Companion: Empowering Neurodiverse Children with AI Technology Our AI platform creates personalized support for children with Autism Spectrum Disorder. Using generative AI, we develop custom social stories and conversation simulations tailored to each child's unique sensitivities
api bert cloud docker faiss langcahin lora python pytorch react tensorflow
Last synced: 10 Apr 2026
https://github.com/pikachuxxxx/ai-gilfoyle
I intend to make him a reality one day until then, YOU CAN CHORTLE MY BALLS!!!!
ai chatbot gilfoyle ml pytroch silicon-valley tensorflow tvseries
Last synced: 04 May 2026
https://github.com/thchilly/mlds102_py_exercises
Complete exercise sets from MLDS Practical Data Science and Applications course
data-science matplotlib numpy pandas python scikit-learn scipy tensorflow
Last synced: 06 Apr 2026
https://github.com/prakharchoudhary/mlnd
deep-learning machine-learning preprocessing scikitlearn-machine-learning tensorflow
Last synced: 19 May 2026
https://github.com/aleksandarbuk/dogvision
Neural Networks dog breed classifier model developed on Google Collab from Kaggle Dog Breed Identificator dataset.
google-colab tensorflow tensorflow-hub
Last synced: 14 May 2026
https://github.com/blazer-007/10-days-ml-challenege
Codes for various tasks for 10 days ML Challenge
cnn keras machine-learning matplotlib-pyplot nlp nltk numpy pandas python3 rnn scikit-learn tensorflow
Last synced: 06 Apr 2026
https://github.com/mar-muel/tensorflow-project-template
Template for a tensorflow project
machine-learning neural-network tensorboard tensorflow
Last synced: 14 May 2026
https://github.com/huykiet/gopherizer
Web project template for Go
admin browser c convenience curl datavisualization ftp hacktoberfest ldap linux rust tensorflow terminal vector
Last synced: 06 Apr 2026
https://github.com/shibasishb2/neural-network-and-deep-learning
Part A: To build a machine learning model to predict the signal quality of a communication equipment using various parameters. Part B: To develop a digit classifier using the Street View Housing Number (SVHN) dataset.
deep-learning image-recognition neural-networks tensorflow
Last synced: 28 Apr 2026
https://github.com/khruthwik/potato-disease-classification
Potato Disease Classification - Training, Rest APIs, and Frontend to test.
convolutional-neural-networks deep-learning docker fastapi flask javascript keras keras-tensorflow python pytorch reactjs scikit-learn tensorflow
Last synced: 06 Apr 2026
https://github.com/ridwansharkar/pharmacological-compound-classifier
⌬ Predictive Modeling of Pharmacological Classifications | Using ML to identify Structure-Activity-Relationships (QSAR)
flask keras-neural-networks machine-learning molecular-data tensorflow web-scraping
Last synced: 25 Jun 2025
https://github.com/0xtimsb/poser-tensorflow
Image Classification with Tensorflow using Transfer Learning
react teachable-machine tensorflow transfer-learning webcam
Last synced: 04 Mar 2025
https://github.com/ashly1991/word2vec-tf2
Word2Vec Skipgram with negative sampling in TensorFlow 2. Self-supervised embeddings, efficient sampled softmax, and analogies evaluation.
embeddings jupyter-notebook natural-language-processing negative-sampling nlp self-supervised-learning skipgram tensorflow word2vec
Last synced: 18 May 2026
https://github.com/antonio-f/neural-style-transfer
Assignment from "Convolutional Neural Networks", course #4 of Deep Learning Specialization (Coursera).
art art-generator artificial-intelligence cnn convolutional-neural-networks deep-learning deeplearning-ai neural-style-transfer tensorflow vgg16-model
Last synced: 17 Jun 2025
https://github.com/mj10/dcgan
Simple DCGAN implementation
dcgan deep-learning generative-adversarial-network tensorflow
Last synced: 14 May 2026
https://github.com/andercruz/stock-price-volatility-forecasting-lstm-sentiment-analysis
Advanced stock forecasting system using LSTM neural networks with real-time sentiment analysis. Predicts price movements and volatility by combining technical indicators, news sentiment from Finnhub API, and multivariate analysis. Features dual LSTM models, intelligent alerts, and comprehensive risk assessment for informed trading decisions.
algorithmic-trading financial-machine-learning finnhub-api lstm neural-networks nltk python quantitative-finance risk-management sentiment-analysis stock-prediction tensorflow time-series-forecasting volatility-forecasting yfinance
Last synced: 10 Jun 2026
https://github.com/jeffersonlicet/ml-titles-classification
💪 Public Leaderboard Top 10% - 0.89546 #MeliDataChallenge MercadoLibre Data Challenge
keras machine-learning nlp tensorflow
Last synced: 10 May 2026
https://github.com/afritzler/deeplearning-workbench
Deep Learning Toolchain Docker Image (with GPU Support)
deeplearning docker gpu tensorflow
Last synced: 14 May 2026
https://github.com/en10/transferlearncodenvy
Retrain model to classify new images. TF1
image-classification image-recognition retrain tensorflow transfer-learning
Last synced: 27 Mar 2025
https://github.com/si-ddhartha/anigan
A TensorFlow implementation of Generative Adversarial Network to generate anime faces.
deep-learning gan generative-adversarial-network tensorflow
Last synced: 18 May 2026
https://github.com/aashish-jha-11/thief-detector
A Theif Detector V1.0 Made using Next Js and TensorFlow
cocossd lodash nextjs14 tensorflow
Last synced: 18 May 2026
https://github.com/cluebbers/nlp_deeplearning_spring2023
Implementing and fine-tuning BERT for sentiment analysis, paraphrase detection, and semantic textual similarity tasks. Includes code, data, and detailed results.
adamw-optimizer bert deep-learning natural-language-processing paraphrase-detection python pytorch semantic-similarity sentiment-analysis sophia tensorflow transformers
Last synced: 07 May 2026
https://github.com/rajatsandeepsen/simpleai
simple AI build and running on Google COLAB Notebook with Tensorflow
Last synced: 12 May 2026
https://github.com/sleepingcat4/platsicproject
An archive to upload the training and architectures of the plastic project
cnn-classification tensorflow waste-management
Last synced: 18 May 2026
https://github.com/oneapi-src/image-data-generation
AI Starter Kit for Synthetic Image Generation using Intel® Optimized Tensorflow*
Last synced: 04 Apr 2025
https://github.com/amva13/chatgpt-clone
Tensorflow nano gpt inspired by Andrej Karpathy's nano gpt (which was done in PyTorch).
Last synced: 16 May 2026
https://github.com/dhruvdcoder/tensorflowexperiments
An aggregation of my experiments in Neural Networks and Deep Learning using TensorFlow.
computational-graphs deep-learning machine-learning neutralnetworks python python-3 tensorflow
Last synced: 10 May 2026
https://github.com/yanx27/yolo_tensorflow
This is YOLO detective algorithm based on Tensorflow
Last synced: 15 May 2026
https://github.com/emla2805/mnist-cnn
Mnist digit classification with CNN
cnn convolutional-neural-networks mnist tensorflow
Last synced: 14 May 2026
https://github.com/kvarun07/pos-tagger-nlp
POS Tagger
confusion-matrix gensim glove-embeddings hidden-markov-model k-fold-cross-validation multilayer-perceptron natural-language-processing neural-networks nltk pos-tagging python seaborn sklearn tensorflow viterbi-algorithm word2vec
Last synced: 10 Apr 2025
https://github.com/geyang/image-segmentation
Getting familiar with image segmentation
deep-learning playground segmentation tensorflow
Last synced: 10 May 2026
https://github.com/sk-g/readings
A collection of some nice papers/research articles.
adversarial-networks cnn deep-learning gan machine-learning nips nips-2017 object-recognition papers research rnn tensorflow tensorflow-experiments
Last synced: 24 Jul 2025
https://github.com/pjarbas/deep-rl
Solving gym environments using RLlib: Industry-Grade Reinforcement Learning
deep-learning deep-reinforcement-learning pytorch rllib tensorboard tensorflow
Last synced: 06 May 2026
https://github.com/toanlcgift/captcha-ocr-mlnet
Implementation Captcha OCR using CNNs, RNNs and CTC loss, using ML.Net, ONNX runtime
cnn ctc-loss keras mlnet ocr onnx onnxruntime rnn tensorflow
Last synced: 08 May 2026
https://github.com/pranaypkadu/networksecurity
End To End MLOPS Project With ETL Pipelines- Building Network Security System
aws-ec2 aws-ecr aws-s3 dagshub docker etl-pipelines fastapi github-actions mlflow mlops mongodb-atlas network-security numpy pandas python pytorch scikit-learn tensorflow vscode
Last synced: 19 Mar 2025
https://github.com/jpcadena/hackathon-kin
Hackathon Kin: Customers churn (Finance and Risk).
algorithms ann churn-prediction classification data-science keras machine-learning python scikit-learn supervised-learning tensorflow
Last synced: 07 Apr 2026
https://github.com/matheusotenio/catdog_imageclassifier
Classificar imagens de gatos e cães, utilizando um conjunto de dados misto.
deep-learning freecodecamp-project ipynb machine-learning matplotlib numpy tensorflow
Last synced: 29 Nov 2025
https://github.com/danishzulfiqar/micro-service-predictive-maintenance
Predictive maintenance backend server for model inferance, upload and update.
aws-ec2 container deployment docker fastapi inference keras-tensorflow machine-learning microservice numpy nural-network pandas predictive-maintenance python shap tensorflow
Last synced: 07 Apr 2026
https://github.com/prashant-mahajan/machine-learning-recipes
Machine Learning Recipes 😇 Datasets used here are available at Kaggle
Last synced: 14 May 2026
https://github.com/nadahamdy217/Harvest-Gaurd-Plant-Disease-Detection-Web-Application
web application that help people grow healthy plants
classification-confidential cnn cnn-classification css data data-science detection html javascript keras machine-learning model plant-disease-detection supervised-learning tensorflow web-application
Last synced: 12 Apr 2025
https://github.com/raju-2003/herbo-scan
AI based raw material detection
googletrans gtts json keras langchain openai pandas pydeck python requests serper streamlit tensorflow
Last synced: 07 Apr 2026
https://github.com/kamildzierzak/pjatk-suml-project
auth0 flask numpy pjatk python react supabase tailwindcss tensorflow
Last synced: 07 Apr 2026
https://github.com/fardinhash/tensorflow_essentials
TensorFlow examples, techniques, applications.
tensor tensorflow tensorflow-examples tensorflow-experiments tensorflow-lite tensorflow-models tensorflow-tutorials tensorflow2 tf tflite tflite-models
Last synced: 30 Sep 2025
https://github.com/adhishnanda/motion-based-german-learning-app
AI-powered language learning app with gesture recognition (MediaPipe + ML/DL models), real-time interaction, spaced repetition, and full React/TypeScript UI. Demonstrates ML engineering, computer vision, and frontend expertise.
capstone-project computer-vision data-science deep-learning gesture-recognition interactive interactive-learning machine-learning mediapipe portfolio-project pose-estimation react scikit-learn tensorflow typescript
Last synced: 07 Apr 2026
https://github.com/chansoopark98/day-to-night-gan
Tensorflow-keras based GAN (Day to Night converter)
deep-learning keras tensorflow
Last synced: 30 Apr 2026
https://github.com/msikorski93/retinal-vessel-segmentation-using-deep-learning
Retinal vessel segmentation is the task of segmenting vessels in retina imagery. This binary task was performed with a U-Net network.
computer-vision efficientnet healthcare imbalanced-data keras retinal-images retinal-vessel-segmentation segmentation-models tensorflow u-net
Last synced: 14 May 2026
https://github.com/j-nobull/noble_ana-500
Apply Advbanced Python programming to data science problems
dash machine-learning-algorithms neural-network numpy pandas plotly scikit-learn tensorflow
Last synced: 03 Mar 2025
https://github.com/rachbieb/gesture-glance
This project involves building a Sign Language Detection System using deep learning. The goal is to train a model that can recognize and classify hand gestures corresponding to sign language words. The system will use a webcam to detect the real-time sign language. We used a real time data which we captured via webcam and labelled using labelImg.
deep-learning jupyter-notebook machine-learning object-detection python tensorflow
Last synced: 09 May 2026
https://github.com/dartayous/voice-intent-classifier
“Modular ML pipeline for voice search intent classification with GPU profiling via Nsight Systems.”
gpu machine-learning nlp profiling tensorflow
Last synced: 14 May 2026
https://github.com/burcgokden/sdpa-transformer-wrapper
A framework for training and evaluating a transformer with scaled dot product attention on a tensorflow dataset.
attention deep-learning embeddings machine-translation natural-langugage-processing neural-network nlp nmt scaled-dot-product smt tensorflow tensorflow-datasets tensorflow-text transformer
Last synced: 21 Apr 2026
https://github.com/olahsymbo/face-gender-recognition
Face Gender Recognition using CNN and Data Augmentation
Last synced: 13 May 2026
https://github.com/amidug/brazilpipeline
fastapi keras mlflow python scikit-learn tensorflow xgboost
Last synced: 10 Apr 2026
https://github.com/wassimhd/faceemotionrecognitioncnn
This project implements a deep learning model for face emotion recognition using Convolutional Neural Networks (CNNs) and MobileNetV2 architecture, it's designed to classify 7 different emotions
cnn-classification data-science deeplearning keras opencv python tensorflow
Last synced: 05 Apr 2026
https://github.com/kurianbenoy/emoticon
This is the website which I build for our Emotion Analyser when I participated in Angel Hackathon 2017 Kochi
Last synced: 05 May 2026
https://github.com/git4additi/hate-speech-detection
A comparison of different machine learning models for hate speech detection. Trained on a twitter hate speech dataset with more than 25K records.
bi-gru data-science decision-trees hate-speech-detection lstm svm tensorflow twitter
Last synced: 18 May 2026
https://github.com/anirudh1905/house_price_prediction
Neural Netwok Project
neural-network regression-models tensorflow
Last synced: 15 May 2026
https://github.com/carlostojal/barnabychatbot
BarnabyChatbot is a simple chatbot used as demo for Barnaby API. Its goal is to show how easy is to use Barnaby API.
chatbot python tensorflow tkinter
Last synced: 14 May 2026
https://github.com/nitinprakash96/rnn-tf
This is an attempt to implement a Recurrent Neural Network from Scratch backed with TensorFlow
deep-learning neural-network rnn rnn-tensorflow tensorflow tensorflow-tutorials
Last synced: 14 May 2026
https://github.com/herbiebradley/tensorflow-notebooks
Miscellaneous notebooks and model implementations in Tensorflow
Last synced: 14 May 2026
https://github.com/rooom13/deeplearn-tutorial
Deep Learning tutorial using TensorFlow with Python. Overview of TensorFlow, Keras, CNN... (in progres)
computer-vision deep-learning keras machine-learning neural-network python tensorflow udacity-course
Last synced: 18 Apr 2026
https://github.com/anty-filidor/reccurent-nns-comparison
Comparison of LSTM, RNN and GRU architectures of neural networks
experiment machine-learning python tensorflow
Last synced: 06 May 2026
https://github.com/ifte-13/loan-approval-system
Loan Approval System
imbalanced-learn matplotlib numpy pandas scikit-learn seaborn tensorflow
Last synced: 11 Apr 2026
https://github.com/rosa-lpz/machine-learning-zoomcamp-2025
Machine Learning Zoomcamp 2025 from DataTalksClub. Based on repository: https://github.com/DataTalksClub/machine-learning-zoomcamp/tree/master
aws deep-learning docker flask kserve kubernetes machine-learning machine-learning-algorithms machine-learning-projects metrics-visualization neural-networks numpy pandas python scikit-learn tensorflow xgboost
Last synced: 06 Apr 2026
https://github.com/csoren66/industrial-defect-detection
This project implements a deep learning model to automatically detect defects in industrial equipment through image classification. The model classifies equipment images into 'defective' and 'non-defective' categories.
cnn-model keras-tensorflow object-detection python tensorflow
Last synced: 03 Mar 2025
https://github.com/dpbm/machine-learning-course
Minhas anotações que fiz durante o curso de machine learning da FreeCodeCamp
aprendizado-de-maquina aprendizado-de-maquina-python articicial-inteligence courses freecodecamp inteligencia-artificial machine-learning machine-learning-freecodecamp python tensorflow tensorflow2
Last synced: 12 Apr 2026
https://github.com/hotequil/fish_classification
Identify the fish specie with Machine Learning.
classification fish keras numpy python tensorflow
Last synced: 27 Mar 2025
https://github.com/RedInfinityPro/RedditBot
Rating: (7/10) This script collects, preprocesses, trains models, processes images, and handles files, handling data from Reddit, image processing, and file handling.
autocorrect bytesio concurrent nltk numpy openpyxl pandas pil praw random re requests secrets sklearn string tensorflow time urllib
Last synced: 30 Sep 2025
https://github.com/miteshgupta07/plantguard
Plant Guard is a smart plant disease detection tool that uses image recognition to identify plant diseases and suggest treatments, helping gardeners and farmers keep their plants healthy.
cnn deep-learning densenet121 neural-networks tensorflow
Last synced: 15 May 2026
https://github.com/mauroluzzatto/natural-language-understanding
A LSTM language model implemented in TensorFlow
lstm-language-model python tensorflow
Last synced: 16 May 2026