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…
siemhoukes / repository
This repository contains the code, data and analysis used in group 10's Deep Learning Project, based on Neural Collaborative Filtering (NCF).
This repository contains the code, data and analysis used in group 10's Deep Learning Project, based on Neural Collaborative Filtering (NCF).
To replicate this study and ensure accurate reproduction of the results, it is essential to follow the methodology detailed across three Python notebooks. The steps for each notebook are outlined as follows:
Descriptive Statistics Notebook Visualizations: Utilize this notebook to produce descriptive graphs and visualizations that provide insights into the characteristics of the dataset. Analysis: Include statistical analyses of the preprocessed data to understand key patterns and trends.
Preprocessing Notebook Data Setup: Start with the raw data in CSV format. Ensure all necessary files are available and properly formatted. Run the Notebook: Execute the preprocessing steps sequentially from top to bottom to: Clean the data by removing redundant columns and handling missing values. Engineer extra features by encoding and flagging important variables. Generate negative instances according to the sampling strategy described. This step may be time-intensive as it involves iterating over the dataset multiple times. Output: Save the processed data as a CSV file for use in subsequent notebooks.
Model Notebook Load Processed Data: Import the preprocessed data for model training. Data Preparation: Implement Word2Vec embeddings and normalize or encode all features to ensure compatibility with the model architecture. Output: Generate evaluation plots and print performance metrics.
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