milaan9 /
92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
Loading repository data…
AhmedIsmailKhalid / repository
This repository contains the Jupyter Notebooks for HydraNets for multi-task learning for machine learning (classification and regression) and computer vision (image segmentation and depth map for self-driving cars) tasks
This repository contains the Jupyter Notebooks for HydraNets for multi-task learning for machine learning and and computer vision tasks. These tasks are :
The machine learning tasks are performed on the UTKFace dataset while the computer vision tasks are performed on the KITTI and NYUD datasets used in the research paper Real-Time Joint Semantic Segmentation and Depth Estimation Using Asymmetric Annotations
Note : The TensorFlow version of the computer vision tasks (KITTI and NYUD folders) are W.I.P. This is because the PyTorch versions of these notebooks uses the pretrained model checkpoints and weights provided by the authors of the paper which cannot be used for TensorFlow. The PyTorch trained model can be converted to ONNX format to be loaded using TensorFlow for making inference but for the KITTI dataset this method causes shapes mismatch and hasn't yet been implemented and explored for NYDU dataset.
Selected from shared topics, language and repository description—not editorial ratings.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
janblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
integrativebioinformatics /
This repository contains scNotebooks, a collection of interactive Jupyter and Google Colab notebooks designed to teach and practice single‑cell and spatial transcriptomics. The notebooks guide learners through the complete workflow from introductory steps and single‑cell pipelines to diverse analytical approaches, and FAIR and sharing data
dipanjanS /
This repository will contain the presentation and python jupyter notebooks for the DataHack Summit 2024 conference talk, Improving Real-world Retrieval Augmented Generation Systems, focusing on the key challenges and practical solutions of how to solve them
laxmimerit /
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
StephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering