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-13 00:26:58 UTC
- JSON Representation
https://github.com/dgriffiths3/vegetation_autoencoder
Auto-encoder for vegetation classification.
classification deep-learning tensorflow unsupervised vegetation
Last synced: 08 May 2025
https://github.com/ligmitz/rimcol
A rust crate to convert grayscale images to rgb images.
command-line-tool rust tensorflow
Last synced: 03 Sep 2025
https://github.com/brookisme/dfgen
Keras Image Generator from Dataframes
deeplearning keras machine-learning tensorflow theano
Last synced: 18 Apr 2026
https://github.com/jamestang12/derma-box
Detects atopic eczema in babies. Used by 3rd-world midwifery nurses.
css google-cloud healthcare html machine-learning mysql php python raspberry-pi skin-disease skin-scanner tensorflow twillio
Last synced: 13 Apr 2026
https://github.com/ivangael/airplane_monitoring_with_runway_detection
Airplane Runway Detection and Tracking
airplane-tracking opencv python runway-detection scikit-image tensorflow torch
Last synced: 28 Apr 2025
https://github.com/AlbertSuarez/which-dog-are-you
🐶 Dog and face person matcher based on image similarity
dog hackathon nmslib numpy python similarity tensorflow
Last synced: 14 Mar 2025
https://github.com/marlon360/robot-mlagents
A metallic waste collection robot simulation. Driven by ml-agents in Unity3D.
machine-learning ml ml-agents robot tensorflow unity3d
Last synced: 10 May 2026
https://github.com/saurabh-takle/mnist-handwritten-digit-recognition
The MNIST dataset consists of 0-9 digits with black background and white digit. The Handwritten digit recognition successfully identifies all the handwritten digits using sequential model.
classification digit-recognition handwritten-digit-recognition jupyter-notebook mnist-classification mnist-dataset numpy python3 tensorflow
Last synced: 09 Apr 2026
https://github.com/vishal-v/mastering-tensorflow-2.x
Tensorflow models from scratch to help me master the underlying concepts
deep-learning python reinforcement-learning tensorflow tensorflow-2
Last synced: 15 Aug 2025
https://github.com/geo-y20/ai-farmer-assistant
Wheat Farming AI Disease Detection and Chatbot Support
chatbot css disease-prediction flask html javascript jupyter-notebook keras nlp tensorflow website wheat
Last synced: 20 Aug 2025
https://github.com/aadityachapagain/reinforcement_learning
Learning to implement Reinforcement Learning Algorithms
algorithms deep-learning deep-reinforcement-learning learning machine-learning machine-learning-algorithms python reinforcement-learning tensorflow
Last synced: 09 Apr 2026
https://github.com/joonb14/tfliteclassification
TensorFlow Lite Image Classification Python Implementation
classification classification-model computer-vision efficientnet image-classification interpreter mobilenet python tensorflow tensorflow-lite tflite tflite-models vision
Last synced: 13 Apr 2026
https://github.com/mrityunjay-tripathi/asl-classification
Classification of signs of American Sign Language using Tensorflow
asl cnn cnn-classification python tensorflow
Last synced: 03 Oct 2025
https://github.com/fork123aniket/text-to-image-synthesis-using-stackgans
Implementation of StackGANs for text-to-image generation in Tensorflow
gans generative-adversarial-network generative-model image-generation keras-neural-networks keras-tensorflow stackgan tensorflow text-to-image-generation text-to-image-synthesis
Last synced: 20 Apr 2026
https://github.com/simsso/ml-playground
Machine learning experiments
cnn deep-learning machine-learning tensorflow
Last synced: 24 Apr 2025
https://github.com/yashvardhan-ai/face-mask
mask on
computer-vision hacktoberfest keras tensorflow
Last synced: 09 May 2026
https://github.com/we-gold/malaria
A machine learning model and GUI for detecting Malaria in a cell.
demo gui machine-learning malaria-detection tensorflow tkinter
Last synced: 22 Apr 2026
https://github.com/kozistr/gan_demo
GAN image generator with django (backend)
cgan django gan python tensorflow
Last synced: 09 May 2026
https://github.com/srlozano/tfjs-posenetclassifier
This project is an AI-based sports application developed with the purpose of helping people to become better athletes. A computer vision architecture based on neural networks has been created so that, automatically, a user can know how well he or she is doing the exercises.
angular deep-learning pose-estimation posenet tensorflow
Last synced: 09 May 2026
https://github.com/driedler/tflite_runtime_rpi0w
tflite_runtime Python wheel for Raspberry Pi Zero
python python3 raspberry-pi raspberry-pi-zero raspberry-pi-zero-w raspberrypi tensorflow tensorflow-lite tflite-runtime
Last synced: 10 May 2026
https://github.com/camara94/object-localization-tensorflow
Welcome to this 2 hour long guided project on creating and training an Object Localization model with TensorFlow. In this guided project, we are going to use TensorFlow's Keras API to create a convolutional neural network which will be trained to classify as well as localize emojis in images. Localization, in this context, means the position of the emojis in the images. This means that the network will have one input and two outputs. Think of this task as a simpler version of Object Detection. In Object Detection, we might have multiple objects in the input images, and an object detection model predicts the classes as well as bounding boxes for all of those objects. In Object Localization, we are working with the assumption that there is just one object in any given image, and our CNN model will classify and localize that object. Please note that you will need prior programming experience in Python. You will also need familiarity with TensorFlow. This is a practical, hands on guided project for learners who already have theoretical understanding of Neural Networks, Convolutional Neural Networks, and optimization algorithms like Gradient Descent but want to understand how to use use TensorFlow to solve computer vision tasks like Object Localization.
cnn-keras deep-learning machine-learning machine-learning-algorithms tensorflow
Last synced: 30 Apr 2026
https://github.com/gogolb/brain_lesion_segmetation
Project for UCSF 265
265 brain keras keras-semantic-segmentation lesion lesion-detection lesion-segmentation mri-brain mri-segmentation seg segmentation stroke tensorflow ucsf unet university-project
Last synced: 05 May 2026
https://github.com/aprimadi/deep-rl-imitation
Deep Reinforcement Learning - Imitation Learning
behavioral-cloning dagger deep-reinforcement-learning imitation-learning tensorflow
Last synced: 29 Apr 2026
https://github.com/alakise/heart-disease
This study is the source code of the project named "Building a Supportive Artificial Neural Network Model in the Diagnosis of Heart Disease" presented at the 2021 Marmara University Student Congress. Check dataset on Kaggle or UCI.edu.
Last synced: 10 May 2026
https://github.com/aagarwal1012/tensorflow-in-android
Using tensorflow in android
deep-learning tensorflow tensorflow-tutorials
Last synced: 30 Apr 2026
https://github.com/murufeng/deep_learning_tensorflow
简单的tensorflow框架知识,softmax分类器,手写数字识别,线性回归,验证码生成与识别
Last synced: 26 Apr 2026
https://github.com/fpaskali/trus-segmentation
Python workflow for automatic prostate segmentation in transrectal ultrasound 3d images by using deep learning v-net model.
3d deep-learning image-processing keras python segmentation tensorflow
Last synced: 20 Apr 2026
https://github.com/petrosdemetrakopoulos/rnn-beatles-lyrics-generator
A word-based Recurrent neural network (RNN) trained to generate Beatle-like lyrics
beatles keras lyrics-generator machine-learning predictive-modeling recurrent-neural-networks tensorflow
Last synced: 11 May 2026
https://github.com/supercoderhawk/deeplearning_tutorials
深度学习入门与进阶-代码与笔记
deep-learning deep-learning-tutorial tensorflow
Last synced: 25 Apr 2026
https://github.com/dangnm9699/handwritten-digit-recognition
Project II / HUST / 20192
handwritten-digit-recognition hust keras mnist neural-network python3 tensorflow
Last synced: 06 May 2026
https://github.com/pegah-ardehkhani/corona-virus-tweets-sentiment-analysis-and-prediction
Analysis and Prediction of the Corona Virus tweets Sentiment Using Deep Learning Models and Plotly Library
coronavirus covid-19 data-science deep-learning deep-neural-networks lstm machine-learning plotly prediction python sentiment-analysis sentiment-classification tensorflow text text-analysis text-classification tweet tweet-analysis tweets
Last synced: 09 May 2026
https://github.com/real-veersandhu/waste-classification
A waste classification system built with transfer learning (ResNet50)
deep-learning image-classification tensorflow
Last synced: 28 Apr 2026
https://github.com/lorddarkula/vitaminator-core
Synopsys Science Fair Project 2016
convolutional-neural-networks deep-learning machine-learning nueral-networks python-2 tensorboard tensorflow
Last synced: 29 Apr 2026
https://github.com/cg1507/convnet-vis
ConvNet-Vis helps to visualize the Deep Convolutional Neural Networks with following methods.
convnet-zoo convolutional-neural-networks deconvolution deep-dream keras tensorboard tensorflow visualization-tools
Last synced: 03 May 2026
https://github.com/egemenzeytinci/identity-detector
National ID cards detector
image-classification image-processing python tensorflow
Last synced: 27 Apr 2026
https://github.com/lyokone/tensorflow-gpu-mac
GPU builds of TensorFlow 1.2+ for Mac
gpu-tensorflow macos tensorflow
Last synced: 12 May 2026
https://github.com/msikorski93/stock-price-forecasting-with-exogenous-variables
Time series forecasting (close prices) with different estimators.
eda linear-regression lstm prophet rnn sarimax sklearn stock-price-prediction support-vector-machine tensorflow time-series-forecasting xgboost yfinance
Last synced: 09 May 2026
https://github.com/oleksandr-g-rock/simple_classification_pi_vgg16_pretrain_model_from_pi_camera
Simple image classification on raspberry pi from pi-camera used the pre-trained model VGG16
image-classification image-processing image-recognition tensorflow tensorflow-tutorials
Last synced: 24 Apr 2026
https://github.com/dfsp-spirit/meshlearn
AI model to predict computationally expensive vertex-wise descriptors like the local gyrification index from the mesh structure.
ai brain deep-learning gradient-boosting machine-learning mesh ml mri neuroimaging per-vertex python tensorflow triangular-mesh
Last synced: 30 Apr 2026
https://github.com/ahsan-83/machine-learning-specialization-coursera
Machine Learning Specialization course offered by DeepLearning.AI on Coursera
andrew-ng-machine-learning classification coursera linear-regression logistic-regression machine-learning machine-learning-algorithms machine-learning-coursera machine-learning-models mathematical-modelling mathematical-optimization numpy pandas python-programming regularization scikit-learn tensorflow
Last synced: 20 Apr 2026
https://github.com/davidedc/the-strangest-things-in-your-pics
finding strange objects in your pictures using Inception3 deep convolution neural network by Google
deep-convolutional-networks deep-learning deeplearning inception machine-learning tensorflow
Last synced: 03 May 2026
https://github.com/alecokas/ml-framework-comparison
A super simple demonstration of how Flux.jl compares with Tensorflow 2 and Pytorch
blog flux framework julia machine-learning mnist pytorch tensorflow tf2
Last synced: 06 May 2026
https://github.com/prasundas99/real-time-face-detection
Real Time Face and Emotion Detector using Face api js
face-api-js face-recognition tensorflow
Last synced: 27 Apr 2026
https://github.com/aman9026/100daysofmachinelearning
#100DaysOfML Complete tutorial of ML from basics
artificial-intelligence artificial-intelligence-algorithms clustering-algorithm deep-learning deep-neural-networks k-means-clustering k-nearest-neighbours logistic-regression machine-learning mlops nueral-networks python3 regression regression-models scikitlearn-machine-learning tensorflow transfer-learning
Last synced: 04 May 2026
https://github.com/gaborvecsei/swiss-army-tensorboard
A tool which helps you to release the true potential of Tensorboard
keras log logger python tensorboard tensorflow visualization
Last synced: 07 May 2026
https://github.com/dkosarevsky/ajpegli
Fast JPEG-to-NumPy image loading powered by Google jpegli
albumentations augmentation computer-vision image image-classification image-load image-loader image-loading image-loading-library image-processing images python pytorch tensorflow
Last synced: 18 Jun 2026
https://github.com/naruto-o/bitcoin_price_prediction
In this project we will explore about Bitcoin and also we will predict the price of bitcoin using Machine Learning algorithm..Here we will use LSTM model in Tensorflow to build our model and then we will predict the bitcoin price.
bitcoin-price bitcoin-price-prediction deep-learning lstm-neural-networks sklearn tensorflow
Last synced: 09 May 2026
https://github.com/bomzj/catch-cheese
🐭 Simple Vue js game with AI agent based on Reinforcement Learning
ai game javascript machine-learning reinforcement-learning tensorflow vue
Last synced: 19 Jun 2026
https://github.com/zhangchunsheng/tensorflow-rbnr
racing bib number detection with tensorflow
detection object-detection racing-bib-number tensorflow
Last synced: 28 Apr 2026
https://github.com/anirudhramanan/transfer-learning-image-classifier
Build an image classifier using transfer learning
image-classification machine-learning tensorflow tensorflowhub transfer-learning
Last synced: 08 May 2026
https://github.com/mmerlyn/asl-translator
Empowering the deaf and speech-impaired with a real-time ASL translator that converts hand gestures into English text using deep learning and computer vision.
assistive-technology computer-vision deep-learning jupyter-notebook opencv python tensorflow
Last synced: 08 May 2026
https://github.com/mrpranavr/project_med_skim
A project that makes use of Natural Language Processing in order to skim through large Medical RCT abstract and return a classified and easily readable form of the entire abstract.
natural-language-processing tensorflow
Last synced: 25 Apr 2026
https://github.com/darshangowda0/musicalinstrumentsclassification
Identification of predominant musical instrument in a 3s audio excerpt.
audio-processing autoencoders cnn computer-vision machine-learning pca svm-classifier tensorflow
Last synced: 13 Apr 2026
https://github.com/tentone/semeionnet
A set of machine learning experiments with the semeion and MNIST handwritten digit dataset using tensorflow
Last synced: 10 Apr 2025
https://github.com/nikhil25803/foodvision
FoodVision is a Python project focused on multiclass image classification, employing Convolutional Neural Networks (CNN).
cnn deeplearning keras multiclass-classification python python3 tensorflow tkinter
Last synced: 09 May 2026
https://github.com/ctq123/online-exam-system
一个防作弊在线笔试系统,用于企业进行在线笔试。系统包括以下功能: 在线笔试功能,包括题目展示、答题、提交答案 防作弊功能,包括切屏、拷贝、粘贴、多屏作弊识别、录像监控分析等
fastapi ffmpeg nodejs react tensorflow vite
Last synced: 26 Oct 2025
https://github.com/cornerstone-ondemand/modelkit-imdb
NLP sample project leveraging modelkit and the imdb reviews dataset
fastapi imdb-dataset machine-learning mlops modelkit natural-language-processing nlp python rest-api spacy tensorflow
Last synced: 20 Apr 2026
https://github.com/asad-ismail/fruits-classfication
Fruit classification tensorflow
classification cpp cpp-inference fruits optimization sagemaker sagemaker-deployment tensorflow tflite-conversion
Last synced: 09 May 2026
https://github.com/takuseno/ddpg
Deep Deterministic Policy Gradient implementation with TensorFlow
reinforcement-learning tensorflow
Last synced: 20 Apr 2026
https://github.com/sbatururimi/transfer-learning-alexnet-feature-extraction
A case study of Transfer Learning using AlexNet to classify traffic sign images
alexnet deep-learning tensorflow traffic-sign-classification transfer-learning
Last synced: 17 Apr 2026
https://github.com/avocardio/resnet_vs_convnext
New is not always better: a comparison of two image classification networks (ResNet-50 vs ConvNeXt).
bird-species-classification birds birds-classifier cnn convnext convolutional-neural-networks deep-learning gpu image-classification keras object-detection resnet tensorflow
Last synced: 21 Jan 2026
https://github.com/efe-eroglu/hisse_fiyat_tahmini
Predicts the closing prices of stocks on the Istanbul Stock Exchange. Identify correlated and inversely correlated stocks
graph indicators lstm stock-price-prediction tensorflow
Last synced: 28 Apr 2026
https://github.com/akhilsoni0102/semantic-similarity-between-2-sentences
This repository contains a simple code to compare two sentences based on their semantic similarity scores using a Universal sentence encoder.
cosine-similarity cosine-similarity-scores jupyter-notebook python3 semantic-similarity tensorflow tensorflow-models universal-sentence-encoder universal-sentence-encoders universal-sentences-encoder
Last synced: 08 Oct 2025
https://github.com/takuseno/a2c
A2C implementation with TensorFlow
deep-reinforcement-learning tensorflow
Last synced: 11 May 2026
https://github.com/varshneydevansh/haf-ml
Humans, Animals and Flowers detection on Android using Machine Learning
android android-tutorial tensorflow tensorflow-tutorials
Last synced: 20 Apr 2026
https://github.com/wangjiezhe/gentoo-local
Gentoo repository for pytorch and tensorflow
ebuild ebuild-repository gentoo gentoo-overlay linux portage pytorch tensorflow
Last synced: 04 Apr 2026
https://github.com/hritik5102/introduction-to-tensorflow-for-machine-learning
Introduction of Tensorflow
basic-of-tensorflow introduction-to-tensorflow machine-learning machine-learning-algorithms tensorflow tensorflow-examples tensorflow-tutorial-for-beginners tensorflow-tutorials
Last synced: 28 Apr 2026
https://github.com/acetinkaya/accuracy-prediction-and-analysis-of-teachable-machine-model-with-tensorflow-javascript-on-the-cloud
Bulut üzerinde Tensorflow Javascript ile geliştirilen Öğretilebilir Makine (ÖM) Modelinin Doğruluk Tahmini ve Analizi: Yüz Tanıma Sistemi Uygulaması
cloud model-developed teachable-machine tensorflow tensorflow-javascript
Last synced: 25 Feb 2026
https://github.com/chubek/will-sh3-b33
Will you ever find love?
ai bert classification love machinelearning ml okcupid python scikit-learn sklearn svm tensorflow transformers
Last synced: 28 Apr 2026
https://github.com/maximecharriere/AIDrivenAutonomousCar
This work consists of designing a miniature autonomous car that can follow a road, detect signalisations and obstacles.
autonomous-car autonomous-driving autonomous-vehicles car coral coral-tpu deep-learning machine-learning neural-network picamera python python3 raspberry-pi raspberry-pi-4 raspberrypi self-driving-car self-driving-cars tensorflow usb-accelerator
Last synced: 10 Jun 2026
https://github.com/nicholaswilven/pegasus-tpu-trainer
Transformer encoder-decoder (PEGASUS) pretraining and finetuning using Tensorflow + TFRecords on TPU
nlp summarization tensorflow tpu transformers
Last synced: 11 Feb 2026
https://github.com/thebutlah/muxunroll
An implementation of my Multiplexer Unrolling technique implemented on a LSTM in TensorFlow.
lstm machine-learning multiplexer-unrolling neural-network recurrent-neural-networks tensorflow
Last synced: 28 Apr 2026
https://github.com/xinetzone/meet
心若安好
computer-vision deep-learning gluon keras object-detection pytorch tensorflow
Last synced: 26 Mar 2025
https://github.com/aryanjain28/super-resolution
Super Resolution using EDSR. Enhanced Deep Residual Networks for Single Image Super-Resolution (EDSR) model trained to convert a Low-Resolution image to a Super-Resolution image.
data-science edsr gans generative-adversarial-network machine-learning srgan super-resolution tensorflow wdsr
Last synced: 29 Apr 2026
https://github.com/bensuperpc/easyai
Make your own AI easily !
ai cuda python python3 tensorflow
Last synced: 16 Feb 2026
https://github.com/aaaastark/hybrid-model-with-cnn-lstm-python
Hybrid Model with CNN and LSTM for VMD dataset using Python
cnn-architecture cnn-classification cnn-keras cnn-lstm-models cnn-model data-science deep-learning hybrid-model keras lstm-model lstm-neural-network machine-learning matplotlib numpy pandas python sklearn tensorflow vmd
Last synced: 12 Feb 2026
https://github.com/neuronets/brainy
Automated brain segmentation
brain brain-extraction mri neuroimaging segmentation tensorflow trained-models
Last synced: 22 Apr 2026
https://github.com/newronai/newron-sdk
Newron is a data-centric ML platform to easily build, manage, deploy and continuously improve models through data driven development.
data-science data-versioning deep-learning experiment-tracking hyperparameter-optimization hyperparameter-search hyperparameter-tuning keras machine-learning ml-platform mlops model-monitoring model-registry model-reproducibility model-versioning python3 pytorch tensorflow
Last synced: 02 Apr 2025
https://github.com/sneha1012/multimodal-chest-x-ray-image-generation-using-conditional-gans
This repository presents a sophisticated Conditional Generative Adversarial Network (cGAN) designed to synthesize chest X-ray images, representative of six distinct medical conditions. The overarching ambition is to harness these synthetic images to augment authentic datasets.
deep-learning generative-adversarial-network keras medical-imaging tensorflow
Last synced: 29 Apr 2026
https://github.com/msokoloff1/asynchronous-advantage-actor-critic
Algorithm for learning how to perform tasks with only pixels and rewards as the agents understanding of the environment. The agent can learn how to play various atari games.
a3c atari-games reinforcement-learning tensorflow
Last synced: 08 May 2026
https://github.com/avik-pal/ml_dl_assignments
Machine Learning And Deep Learning Basics covered by working on Commonplace Datasets
machine-learning neural-networks python3 tensorflow
Last synced: 04 May 2026
https://github.com/rohan-paul/image_segmentation-for-intestine-cancer-tensorflow-uw-madison-kaggle-competition
Code for The UW Madison Kaggle Competition - Segmenting intestine and stomach for Cancer patients with TensorFlow
deep-learning image-segmentation kaggle kaggle-competition tensorflow tensorflow-tutorials tensorflow2 unet youtube
Last synced: 12 Feb 2026
https://github.com/aleksavukadinovic/digiteye
A Python and TensorFlow-powered neural network for recognizing handwritten digits with precision.
ai artificial-intelligence artificial-neural-networks image-recognition keras-tensorflow neural-network neural-networks tensorflow
Last synced: 12 Oct 2025
https://github.com/ayyucedemirbas/a_simple_transformer_chatbot
A simple transformer chatbot that trained with cornell movie-dialogs corpus. And a Streamlit app to make it easy to use.
attention chatbot machine-learning nlp streamlit tensorflow text-generation transformer
Last synced: 08 May 2026
https://github.com/adityajn105/move37
Move37 is a Reinforcement Learning Course by Siraj Raval's The School of AI. This repository is to maintain all codes done during this course.
markov-decision-processes reinforcement-learning tensorflow
Last synced: 15 Apr 2026
https://github.com/offbit-ai/litert
Rust bindings for LiteRT, successor to TensorFlow Lite. is Google's On-device framework for high-performance ML & GenAI deployment on edge platforms, via efficient conversion, runtime, and optimization
genai litert litert-lm ml tensorflow
Last synced: 22 Jun 2026
https://github.com/pottava/docker-dl-framework
Lightweight docker images of TesorFlow, Mxnet and so on
docker-image ipython jupyter-notebook lightweight mxnet tensorflow
Last synced: 04 Mar 2026
https://github.com/lucadellalib/tensor-field-networks
TensorFlow implementation of Tensor Field Networks. Developed and tested on Ubuntu 18.04 LTS
classification computer-vision deep-learning point-cloud rotation-equivariance tensor-field-networks tensorflow
Last synced: 25 Feb 2026
https://github.com/suyashsonawane/fashion-mnist
This repo if for my Youtube Video regarding MNIST Fashion Classifier
Last synced: 15 Apr 2026
https://github.com/d-roberts/lq-backprop
TensorFlow implementation of differentiable LQ matrix decomposition for all matrix orders.
autodiff computer-vision linear-algebra normalization orthogonality tensorflow
Last synced: 29 Apr 2026
https://github.com/pythonnut/apptainer-jax
Apptainer "kitchen sink" ML environment using Poetry
apptainer jax poetry-python pytorch tensorflow
Last synced: 13 May 2026
https://github.com/lakshay-a/alzheimer-diagnosis-using-cnn
An advanced deep learning tool for Alzheimer's disease diagnosis using a CNN with transfer learning from DenseNet-121 pre-trained on RadImageNet, achieving a test accuracy of 95.13%. It features a user-friendly interface for uploading MRI scans and provides immediate classification into AD, MCI, or CN stages.
kfold-cross-validation matplotlib numpy python3 scikit-learn tensorflow transfer-learning
Last synced: 23 Feb 2026
https://github.com/pegah-ardehkhani/brain-mri-segmentation
U-Net from Scratch for Brain Tumor Segmentation
ai-for-medical-diagnosis brain-imaging brain-mri brain-mri-images deep-learning deep-neural-networks dice-coefficient healthcare-imaging iou medical-image-processing medical-imaging mri mri-brain mri-brain-segmentation mri-images python segmentation tensorflow u-net u-net-keras
Last synced: 09 May 2026
https://github.com/aurelio-amerio/kaggle-higgs-challenge
Kaggle Higgs challenge submission for the Practical Machine Learning course at QMUL, week 3
kaggle kaggle-higgs-challenge machine-learning practical-machine-learning qmul tensorflow
Last synced: 28 Apr 2025
https://github.com/manuelgilm/data_science-portafolio
data-science machine-learning portfolio python tensorflow
Last synced: 16 Jan 2026