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/jhrcook/proof-of-concept-alphafold
A proof-of-concept for using AlphaFold with new amino acid sequences (this may change to a full project in the future).
alphafold bioinformatics jupyterlab protein-folding python3 tensorflow
Last synced: 09 May 2026
https://github.com/andy-wilkinson/chemmltoolkit
A set of useful Python functionality for machine learning in chemistry
cheminformatics chemistry machine-learning tensorflow
Last synced: 10 Apr 2025
https://github.com/kleinyuan/py-tensorrt
Integrate python with TensorRT for high performance deep learning inference mainly for embedded sys
jetson-tx1 jetson-tx2 nvidia-tensorrt python-tensorrt tensorflow tensorrt
Last synced: 15 Apr 2026
https://github.com/matthewfeickert/cuda-tf-torch
An Ubuntu 18.04 NVIDIA Docker image with CUDA 10.1 CuDNN 7 with TensorFlow and PyTorch
cuda cuda-101 cudnn cudnn-v7 docker docker-image gpu nvidia-docker nvidia-gpu pytorch tensorflow torch
Last synced: 07 Jan 2026
https://github.com/andreimoraru123/neural-machine-translation
Modern Eager TensorFlow implementation of Attention Is All You Need
attention beam-search bleu-score byte-pair-encoding deep-learning dot-product-attention einops embedding-projector embeddings encoder-decoder keras label-smoothing language language-model nlp self-attention tensorflow tokenization transformers translation
Last synced: 20 Jan 2026
https://github.com/jjmachan/notereader
A ML project to read notes from music sheets
Last synced: 18 May 2026
https://github.com/rkc007/digit-recognizer-using-ffnn
A feed forward neural network (FFNN) is built to recognize the gray-scale images of hand-drawn digits from zero through nine using tensorflow.
feedforward-neural-network machine-learning neural-network tensorflow
Last synced: 16 May 2026
https://github.com/mj10/gans
Notebooks for sample implementations of a variety of Generative Adversarial Networks
deep-learning generative-adversarial-network tensorflow
Last synced: 16 May 2026
https://github.com/thogaruchesti-hemanth/handwrittten-digit-recognition
A deep learning project using CNN to recognize handwritten digits (0–9). Includes data normalization, model training, accuracy/loss visualization, and evaluation using confusion matrix and classification report.
ai-project artificial-intelligence cnn computer-vision confusion-matrix deep-learning digit-recognition handwritten-digit-recognition image-classification keras minor-project mnist python tensorflow
Last synced: 22 Jun 2025
https://github.com/khinthandarkyaw98/optimization-of-transmit-beamforming-and-ris-coefficients-using-channel-covariances-in-miso-downlink
Neural Network Based Optimization of Transmit Beamforming and RIS Coefficients Using Channel Covariances in MISO Downlink
cvxpy neural-networks numpy optimization pydot python reconfigurable-intelligent-surfaces scipy semidefinite-programming tensorflow wireless-communication
Last synced: 28 Apr 2026
https://github.com/oleksandr-g-rock/image_classify_tflite_camera_pi_while
Image classification (persons, animals, other) on raspberry pi from pi-camera (with cycle while) used custom tflite model (output to terminal)
raspberry-pi raspberry-pi-camera tensorflow tensorflow-examples tensorflow-tutorials tensorflowlite
Last synced: 19 Jan 2026
https://github.com/kjunichi/classify_image_web
web app for classify_image.py(tensorflow)
classify-images tensorflow web-app
Last synced: 02 Apr 2025
https://github.com/sergio11/brain_tumor_classification_cnn
🧠🚀 AI-Powered Brain Tumor Classification: Leveraging Deep Learning with CNNs and Transfer Learning to classify brain tumors from MRI scans, enabling fast and accurate diagnostics. 🌐⚡
artificial-intelligence brain-tumor-classification convolutional-neural-networks convolutional-neural-networks-cnn dataset deep-learning deep-neural-networks healthcare-ai image-classification keras machine-learning medical-imaging mri-scans neural-networks python tensorflow transfer-learning transfer-learning-with-cnn
Last synced: 02 Apr 2025
https://github.com/krisharul26/smart-car-parking-system-using-camera-and-ultrasonic-sensor-with-computer-vision-techniques
Home Vehicle parking system is one of the most important factors to reduce traffic and satisfy drivers. Moreover, when parking vehicles in the apartment parking place, the driver has to open the door. So, the driver has to get out of the vehicle and open it. In this project, we have created a system for an automated vehicle parking system using computer vision techniques and a Raspberry-Pi camera module and an ultrasonic sensor.
mqtt-broker mqtt-client object-detection ocr opencv pycharm pytorch tensorflow
Last synced: 11 Apr 2026
https://github.com/tasninanika/plant-disease-classification
This project dives into PlantVillage dataset with 38 plant disease classes and uses smart image preprocessing to train models efficiently. I tried both a Custom CNN and MobileNetV2. Transfer learning with MobileNetV2 hit an impressive 99% accuracy, outperforming my CNN at 96%!
keras matplotlib numpy pandas python3 scikit-learn seaborn tensorflow
Last synced: 09 Sep 2025
https://github.com/shaadclt/data-etl-pipeline
This code demonstrates how to load the Fashion MNIST dataset using TensorFlow's Keras API, preprocess the data, and store it in a SQLite database. The Fashion MNIST dataset consists of grayscale images of clothing items with corresponding labels.
Last synced: 17 May 2026
https://github.com/vermouth1992/deep-learning-playground
Deep Learning Framework Playground
deep-learning deep-reinforcement-learning keras machine-learning pytorch tensorflow
Last synced: 09 Feb 2026
https://github.com/subhangisati/identification-of-gemstone-using-mobilenetv2-and-transfer-learning
The project focuses on Identification of various Gemstone. The dataset consists of 87 classes.It shows the whole progress and model used to achieve final accuracy. You will gain knowledge of Computer Vision, The model used are CNN(Convolutional Neural Network), MobileNetV2 and VGGNet,The final model used was transfer learning with model MobileNetV2
artificial-intelligence classification computer-vision convolutional-neural-networks cv2-library data-science deep-learning deep-neural-networks keras-neural-networks keras-tensorflow machine-learning multiclass-image-classification numpy-library pandas-dataframe python scikit-learn seaborn-python tensorflow
Last synced: 06 Mar 2026
https://github.com/chayanforyou/shape_detection
Shape detection with tensorflow lite
detection models shape tensorflow tflite
Last synced: 10 May 2026
https://github.com/sergio11/fake_news_classifier
📰 Fighting Fake News with machine learning! 🤖 Using source-based classification to detect misinformation using TF-IDF + RandomForest vs Embeddings + CNN. 🔍
cnn data-processing deep-learning fake-news-detection machine-learning misinformation nlp random-forest tensorflow text-classification tf-idf
Last synced: 06 Mar 2026
https://github.com/jaketae/image-classifier
Image classifier web application based on MobileNet, built using Flask, TensorFlow, and Matplotlib
flask image-classifier matplotlib serving tensorflow
Last synced: 27 Apr 2026
https://github.com/jv-k/react-sketchgame
⚛️ A multi-round sketching game built using ReactJS, which utilises @googlecreativelab/quickdraw-dataset ML dataset to recognise the user's drawings
game ml quickdraw-dataset react reactjs tensorflow ui
Last synced: 07 Apr 2026
https://github.com/mallickboy/land-slide-prediction
📌 Landslide Detection with Satellite Imagery & Machine Learning . The CNN model trained on multi-channel satellite images. Achieved 89.2% F1-score by using NDVI, slope, and elevation features. Optimized model accuracy through hyperparameter tuning and threshold adjustments.
cnn data-analysis-python data-visualization deep-learning hdf5-format keras-tensorflow machine-learning tensorflow
Last synced: 05 Apr 2025
https://github.com/darshak-cloud/skin-disease-detection-using-machine-learning-with-ensemble-methods
This project detects nine skin diseases using machine learning and ensemble methods. It features a Flask web app for real-time image-based diagnosis via uploads or webcam.
flask html-css-javascript matplotlib python seaborn skimage skin skin-detection skin-disease-detection skins sklearn tensorflow
Last synced: 19 Aug 2025
https://github.com/serhatderya/deep_learning
This repository contains my notes from Deep Learning With Tensorflow 2.0 from codebasics YouTube channel
ai artificial-intelligence artificial-neural-networks deep-learning deep-neural-networks deeplearning jupyter jupyter-notebook keras keras-neural-networks keras-tensorflow keras-tutorials neural-network neural-networks pyhon3 python tensorflow tensorflow-models tensorflow-tutorials tensorflow2
Last synced: 14 Feb 2026
https://github.com/alyssonmach/tf-vision-transformer
Implementation of the Vision Transformer algorithm in TensorFlow
deep-learning tensorflow vision-transformer
Last synced: 15 May 2026
https://github.com/entrepreneur-interet-general/tf-han
hierarchical-attention-networks tensorflow
Last synced: 15 May 2026
https://github.com/imwildcat/a-simple-tutorial-about-caffe-tensorflow-model-conversion
Files for A simple tutorial about Caffe-TensorFlow model conversion
caffe-tensorflow model-converter model-convertor tensorflow tensorflow-tutorials
Last synced: 24 Oct 2025
https://github.com/oleksandr-g-rock/image_lassify_tflite_simple
Simple image classification (persons, animals, other) on raspberry pi used custom model tflite (output to terminal)
image-classification keras-tensorflow neural-networks tensorflow tensorflowlite
Last synced: 16 May 2026
https://github.com/fazibear/tensorflow.cr_examples
Examples for crystal binding for TensorFlow.
bindings crystal example tensorflow
Last synced: 16 May 2026
https://github.com/adilshamim8/stock_price_prediction
A simple LSTM-based machine learning project to predict stock prices using historical data.
datascience deeplearning finance lstm neuralnetworks python stockprediction tensorflow timeseriesanalysis
Last synced: 26 Jun 2025
https://github.com/vinayakarannil/tensorflow_object_detection
Real time object detection using tensorflow object detection api
deep-learning object-detection tensorflow tensorflow-object-detection-api
Last synced: 16 May 2026
https://github.com/nasa-nccs-hpda/vhr-cloudmask
VHR Cloud Masking
cloud-masking deep-learning remote-sensing tensorflow
Last synced: 10 Apr 2025
https://github.com/philipshurpik/reinforce-experiments
Simple implementations of vanilla reinforce (policy gradient) and actor critic methods with numpy and different frameworks
cartpole deep-learning machine-learning openai-gym pytorch reinforcement-learning tensorflow
Last synced: 12 Jul 2025
https://github.com/VMward/TensorMap
Topological Mapping and Localization via Tensor Decompositions.
machine-learning machine-learning-algorithms tensorflow
Last synced: 20 Jun 2026
https://github.com/shiva16/ccbrmllab
For CCBR - ML Lab
attention-model iitm ipynb-jupyter-notebook lstm nmt-model tensorflow
Last synced: 06 Mar 2026
https://github.com/dongjunlee/relation-network-tensorflow
TensorFlow implementation of 'A simple neural network module for relational reasoning' for bAbi task.
babi hb-experiment qa relational-reasoning rn-module tensorflow
Last synced: 16 May 2026
https://github.com/malwarebo/nimbus
Weather forecasting model using Tensorflow
cpp deep-learning machine-learning tensorflow
Last synced: 15 May 2026
https://github.com/rekalantar/stockpricepredictorlstm_tensorflow
Deep learning model that uses long short-term memory (LSTM) layers and the TensorFlow library to predict stock prices.
deep-learning lstm machine-learning stock-price-prediction tensorflow
Last synced: 29 Apr 2026
https://github.com/danielendler/datason
A comprehensive Python package for intelligent serialization that handles complex data types with ease, especially ML/AI workflows.
ai api-development data-persistence data-science deserialization json machine-learning ml numpy pandas python pytorch scikit-learn serialization tensorflow workflow-automation
Last synced: 06 Mar 2026
https://github.com/aliftech/image-classification-with-model-deployment
Proyek ini merupakan model machine learning untuk mengklasifikasikan gambar sepatu, sandal, dan sepatu boot.
cnn computer-vision image-classification machine-learning model-deployment tensorflow tflite
Last synced: 14 May 2026
https://github.com/khushiyant/calbud
Calbud is iOS app to track calories based on food intake especially designed for Indian food dietary
Last synced: 18 May 2026
https://github.com/tilakmaddy/ai-to-understand-woman
Women are weird - yes means no , no means yes and a yes after a no is called maybe ! This one predicts the real expected answer they want
artificial-intelligence hilarious-github-project python python-3 tensorflow weird
Last synced: 12 Mar 2025
https://github.com/ondrejbiza/machine_intelligence_course
Tensorflow tutorials.
computer-vision deep-learning machine-learning tensorflow tensorflow-tutorials
Last synced: 14 May 2026
https://github.com/xcrypt0r/watchdog
🐶 Dcinside image crawler that includes NSFW detection (Enhanced version of Hyacinth)
crawler crawling dc dcinside nodejs nsfw parsing tensorflow
Last synced: 18 May 2026
https://github.com/gappeah/ethereum-prediction-ml
A machine learning project that predicts the future price of Ethereum (ETH) using the price data gathered from coincodex.com.
crypto cryptocurrency ethereum jupyternotebook lstm lstm-neural-networks machine-learning machine-learning-algorithms python scikit-learn scikitlearn-machine-learning sklean svm tensorflow
Last synced: 16 Jan 2026
https://github.com/ada-ggf25/lxthon
LXthon - HYBRID HACKATHON IN LISBON 24 hours of coding!
challenge hackthon image image-processing lisbon machine-learning medical-imaging python tensorflow unet
Last synced: 18 May 2026
https://github.com/mrpranavr/transfer_learning_food_vision_project
A deep learning model using Tensorflow that makes use of transfer learning and fine tuning to classify 101 different classes of Food types.
Last synced: 14 May 2026
https://github.com/danieldk/ndarray-tensorflow
Tensor wrapper with ndarray API
Last synced: 18 Jun 2025
https://github.com/riccorl/elmo-wsd
Supervised end-to-end neural architecture that learns how to disambiguate words inside a text.
elmo keras multitask-learning natural-language-processing nlp sense-disambiguation-wsd tensorflow wsd
Last synced: 05 May 2026
https://github.com/riccorl/emergency-situation-awareness
Using Social Media to Enhance Emergency Situation Awareness
classification emergency keras neural-networks tensorflow tweets twitter
Last synced: 05 May 2026
https://github.com/burcgokden/llm-from-power-law-decoder-representations
Implementation of PLDR-LLM: Large Language Model from Power Law Decoder Representations
dag deep-learning directed-acyclic-graph keras large-language-models llm machine-learning natural-language-processing nlp pldr-llm power-law-decoder-representations power-law-graph-attention tensorflow transformer
Last synced: 02 Feb 2026
https://github.com/quantumsnowball/toy-datasets-collections
A toy datasets collections for machine learning research quick reference
classification deep-learning keras machine-learning regression scikit-learn supervised-learning tensorflow toy-datasets unsupervised-learning
Last synced: 17 Jan 2026
https://github.com/denismakogon/videobox
Fn Project demo: Videobox application
docker fn fnproject gocv golang image-processing kubernetes object-detection opencv python serverless tensorflow video-processing
Last synced: 13 Apr 2025
https://github.com/m-rishab/research-paper-recommendation
This project aims to build a research paper recommendation system. Given a paper title as input, the system provides the top 5 recommended research papers.
deep-learning flask llm nlp numpy pandas python scikit-learn sentence-transformers tensorflow torch transformers
Last synced: 02 Apr 2026
https://github.com/shakshi3104/tfmars
MarNASNets and CNN for sensor-based human activity recognition built in TensorFlow
convolutional-neural-networks human-activity-recognition tensorflow
Last synced: 19 May 2026
https://github.com/snowkylin/rl-flappybird
Using deep reinforcement learning to play flappy bird. Implemented by TensorFlow.
deep-reinforcement-learning flappy-bird q-learning tensorflow
Last synced: 13 Apr 2025
https://github.com/furk4neg3/environment-image-classification
Image classification model using intel image classification dataset. Created 6 models using various techniques, which involves CNN and fine-tuning. Model works with 87% accuracy.
artificial-intelligence cnn-classification deep-learning fine-tuning machine-learning tensorflow tensorflow2
Last synced: 20 Jan 2026
https://github.com/itaynir1/malaria-detection-by-neuralearn-tensorflow
This project utilizes TensorFlow to create a malaria detection model based on a modified LeNet architecture. It preprocesses the dataset, trains the model, and achieves accurate malaria detection with visualization.
deep-learning image-classification machine-learning malaria-detection tensorflow
Last synced: 19 May 2026
https://github.com/ainiyaaziza/classification
Machine Learning Project: Classify Dog Breed using TF 2.8.0
Last synced: 19 May 2026
https://github.com/ilias-ant/entity-resolution-with-monetdb
A proof-of-concept entity resolution approach, with Tensorflow, inside a MonetDB.
entity-resolution monetdb product-matching sql tensorflow udfs
Last synced: 17 May 2026
https://github.com/guilhermegranchopro/lxthon
LXthon - HYBRID HACKATHON IN LISBON 24 hours of coding!
challenge hackthon image image-processing lisbon machine-learning medical-imaging python tensorflow unet
Last synced: 26 Jun 2025
https://github.com/headless-start/data-augmentation-impact
This repository contains effect of Data Augmentation of Training Set during Model Training.
augmented-images cuda data gpu keras matplotlib mnist opencv-python python3 tensorflow training-data
Last synced: 05 Apr 2026
https://github.com/malaksadek/dua-khety
A mobile application to translate hieroglyphics 𓂀𓀀 (2018)
android android-application firebase-auth firebase-database full-stack ios ios-app java mobile-app mobile-development mysql objective-c opencv openml php phpmyadmin sql swift tensorflow tensorflow-lite
Last synced: 06 Apr 2026
https://github.com/kernel-loophole/natrual-language-process
Language process with Python
cnn jax long-short-term-memory natural-language-processing python3 recurrent-neural-networks skipgram tensorflow tf-idf word2vec
Last synced: 16 Jul 2025
https://github.com/kiritoind/emojify-with-lstm
Long Short-Term Memory (LSTM) model to predict emojis based on the input sentence
emojis lstm neural-network python tensorflow
Last synced: 06 Mar 2026
https://github.com/benitomartin/benitomartin
Personal profile 😎
anaconda artificial-intelligence aws bash-script bigquery data-science gcp lambda-functions large-language-models linux machine-learning python pytorch retrieval-augmented-generation sagemaker scikit-learn tensorflow terraform
Last synced: 12 Apr 2025
https://github.com/edgarlefevre/napari-deepmeta
Segment mouse lungs and metastasis on MRI images.
cookiecutter-napari-plugin deeplearning image-segmentation lungs-segmentation mri-images napari napari-plugin tensorflow
Last synced: 20 Jun 2025
https://github.com/omaraflak/gesture_recognition
keras machine-learning opencv tensorflow
Last synced: 12 Apr 2025
https://github.com/we-gold/ai-racing
Various Race Car Agents in p5js (with web demo).
ai artificial-intelligence javascript js machine-learning p5js tensorflow
Last synced: 16 May 2026
https://github.com/gateremark/plant_disease_ml_model2
Plant Disease Detection using MobileNetV2
deep-learning keras machine-learning tensorflow
Last synced: 07 May 2026
https://github.com/shivance/voctor
Virtual Health Examination
django django-rest-framework health nltk python3 regex sklearn tensorflow
Last synced: 03 Apr 2025
https://github.com/anujdutt9/cnn-deep-layer-filters-visualization
CNN Deep Layer Filters Visualization using Tensorflow.
convolutional-neural-networks hidden-layers numpy python35 tensorflow visualization
Last synced: 09 May 2026
https://github.com/webmaeistro/tensorflow-react-js-photo-recognition
React app. Google Tensorflow image scene content recognition A.I right in your browser. load a local image for recognition
image-recognition javascript react tensorflow tensorflow-examples tensorflow-experiments tensorflowjs
Last synced: 21 Jan 2026
https://github.com/timkong21/machine-learning-specialization
Contains solutions and notes for the Machine Learning Specialization by Stanford University and Deeplearning.ai - Coursera (2022) by Prof. Andrew NG
artificial-neural-networks decision-trees deep-learning gradient-descent linear-regression logistic-regression machine-learning neural-network python recommender-system regularization supervised-learning tensorflow tree-ensembles xgboost
Last synced: 11 May 2026
https://github.com/parth1899/financial-sentiment-analysis-and-stock-forecasting-platform
Built for INDOvateAI Sprint 2025—where we secured second prize 🏆—this project empowers investors to make data-driven decisions in real-time.
finbert flask lstm-neural-networks react tensorflow
Last synced: 09 Mar 2025
https://github.com/joneshshrestha/captcharecognition
Captcha Recognition using Deep Learning
captcha-breaking keras machine-learning opencv python tensorflow
Last synced: 13 Apr 2026
https://github.com/crispengari/ahd-detector
♻ Automatic Humour Detector (AHD) is an artificial intelligent project based on Natural Language Processing (NLP) classification task for predicting wether there's humour in given text or not.
artificial-intelligence deep-learning flask graphene javascript machine-learning natural-language-processing nlp nueral-networks pytorch rest-api tensorflow text-classification torchtext typescript
Last synced: 08 Apr 2026
https://github.com/datarohit/walk-or-run-image-classification
This is Deep Learning project made using InveptionV3 model and Images taken from Kaggle to predict if the person in Image is Walking or Running.
cnn-classification inceptionv3 keras keras-tensorflow matplotlib numpy tensorflow
Last synced: 07 May 2026
https://github.com/devopsthinh/ai-tensorflow-2
Understanding Machine Learning and Unleash the Power of TensorFlow by Training Classification models for Image Recognition.
artificial-intelligence classification-model convolutional-neural-networks fashion-mnist image-classification image-recognition machine-learning mnist-dataset tensorflow tensorflow2
Last synced: 16 Mar 2025
https://github.com/ragul-rofi/animalclassificationml
Animal Classification: A CNN-based image recognition model.
keras-tensorflow machine-learning ml-model python tensorflow
Last synced: 04 Oct 2025
https://github.com/manishms18/sign-language-advance
Contributed to a vision-driven accessibility tool translating sign language into text
accessibility ai-for-accessibility american-sign-language asl cohens-kappa confusion-matrix data-augmentation deep-learning efficientnet f1-score gru keras multimodal-fusion recurrent-neural-networks resnet50 robustness sign-language-recognition tensorflow transfer-learning
Last synced: 07 Oct 2025
https://github.com/codeperfectplus/face-mask-detection-opencv-tfod
Face-mask detection in Python using OpenCV and Tensorflow-object detection
face-detection object-detection opencv python tensorflow
Last synced: 10 May 2026
https://github.com/marcpinet/handigits
🖐️ Background-independent deep learning model for hand sign digit recognition, using my own Deep Learning framework! (Neuralnetlib)
cv2 deep-learning hand keras mediapipe preprocessing recognition tensorflow
Last synced: 23 Feb 2026
https://github.com/kevinkit/correctsitting
This is a project that will make you sit correctly. It will take advante of machine learning algorithms.
keras machine-learning medical-imaging opencv tensorflow
Last synced: 16 Apr 2026
https://github.com/vikram0230/tamil-character-recognition
Character recognition App focused on recognising Tamil characters from images
character-recognition computer-vision flutter tamil tensorflow tflite
Last synced: 03 May 2026
https://github.com/deepali-14/hand_gesture_to_text_converter-divyaanuvadak
DivyaAnuvadak - A project that is able to convert Hand Gesture to corresponding equivalent Text.
artificial-intelligence cv2 deep-learning gesture-to-text hand-gesture-recognition indian-sign-language indian-sign-language-recognition indian-sign-language-translator jupyter-notebook labelimg-tool machine-learning opencv python reactjs tensorflow tensorflow-js tensorflow-models tensorflow-object-detection tensorflow-object-detection-api vscode
Last synced: 21 Jan 2026
https://github.com/mendez-luisjose/sign-language-detection-model-with-tensorflow-keras-opencv-and-mediapipe
Sign Language Detection Model with TensorFlow, Keras, OpenCV and Mediapipe
cnn-keras computer-vision mediapipe opencv tensorflow transfer-learning
Last synced: 11 Apr 2026
https://github.com/gugarosa/multi_activation
📄 Official PyTorch and Tensorflow implementations regarding the Multi Activation layer.
implementation machine-learning multi-activation paper pytorch tensorflow
Last synced: 19 Apr 2026
https://github.com/syamkakarla98/machine_learning_course
This course covers the explanation and examples on supervised and unsupervised algorithms.
algorithm hacktoberfest hacktoberfest2019 jupyter-notebook machine-learning matplotlib neural-network numpy pandas python python3 scikit-learn scipy seaborn supervised-machine-learning tensorflow tutorial unsupervised-machine-learning
Last synced: 11 Apr 2026
https://github.com/furk4neg3/sales-forecasting
Created AI models to forecast Wallmart's sales. Used different models, like dense, LSTM, GRU and naive model. Different window and horizon sizes are used too. Compared models visually at the end.
artificial-intelligence data-preparation data-visualization deep-learning forecasting gated-recurrent-unit lstm tensorflow tensorflow2
Last synced: 13 May 2025
https://github.com/bhattbhavesh91/tensorgram-tutorial
Tutorial on TensorGram which is a real-time remote service to get the Keras callbacks to the telegram including the details of metrics.
keras telegram telegram-bot tensorflow tensorflow2 tensorgram tutorial
Last synced: 04 May 2026
https://github.com/rohantammara/inductionmotor-faultclassifier
Deep learning classifier to detect faults in Induction Motors
deep-learning keras neural-network tensorflow
Last synced: 10 Apr 2026
https://github.com/islam-hady9/braintumordetection-api
Brain Tumor Detection using CNN & FastAPI.
apidevelopment brain-tumor-detection cnn deep-learning fastapi imageclassification machine-learning medicalimaging python tensorflow
Last synced: 11 Feb 2026
https://github.com/dpbm/qml-course
Minicurso de quantum Machine learning
cuda cuda-q cuquantum docker ml python qml quantum quantum-computing tensorflow
Last synced: 31 Jan 2026
https://github.com/nithin1729s/kannada-cnn
This project recognizes 49 Kannada letters using a CNN classifier (TensorFlow/Keras). A FastAPI backend and Next.js (TypeScript) frontend enable users to draw letters and get predictions.
cnn cnn-classification fastapi kannada kannada-mnist keras nextjs tensorflow typescript
Last synced: 15 Mar 2026
https://github.com/jpcadena/classification-tweets-national-security-ecuador
Classification of Tweets about national security at Ecuador 2022
classification classification-model data-analysis data-science ecuador insecurity machine-learning natural-language-processing nlp nltk numpy pandas python pytorch scikit-learn snscrape supervised-learning tensorflow tweet twitter
Last synced: 07 Apr 2026