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.
81/100 healthLoading repository data…
Rmsharks4 / repository
This repository contains Jupyter Notebooks built whilst taking some introductory courses of DataCamp's Machine Learning Specialization. Note: These are about 1.5 years old, so if the courses have updated, then you might not find them as useful.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains Jupyter Notebooks built whilst taking some introductory courses of DataCamp's Machine Learning Specialization.
Note: These notebooks might not follow the exact order or content of the exercises, as the purpose of creating these was to do complete / extended analysis on the practice exercises in the specialization, and try to improve knowledge beyond the sample Q&As. These are also about 1.5 years old, so if the courses have updated now, then you might not find them as useful today.
An Introduction to the Pandas Python API for cleaning data (imputation, analysis, reporting, etc.)
Apache PySpark Basics (Context, DataFrames and SparkML) with Flights Dataset (and reference airports and planes):
| year | month | day | dep_time | dep_delay | arr_time | arr_delay | carrier | tailnum | flight | origin | dest | air_time | distance | hour | minute |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 | 12 | 8 | 658 | -7 | 935 | -5 | VX | N846VA | 1780 | SEA | LAX | 132 | 954 | 6 | 58 |
| 2014 | 1 | 22 | 1040 | 5 | 1505 | 5 | AS | N559AS | 851 | SEA | HNL | 360 | 2677 | 10 | 40 |
| 2014 | 3 | 9 | 1443 | -2 | 1652 | 2 | VX | N847VA | 755 | SEA | SFO | 111 | 679 | 14 | 43 |
| 2014 | 4 | 9 | 1705 | 45 | 1839 | 34 | WN | N360SW | 344 | PDX | SJC | 83 | 569 | 17 | 5 |
| 2014 | 3 | 9 | 754 | -1 | 1015 | 1 | AS | N612AS | 522 | SEA | BUR | 127 | 937 | 7 | 54 |
Scikit-Learn Basics for the following models:
alongwith Pipeline Components like:
Scikit-Learn Models for Unsupervised Learning:
Based on the Large Movie Reviews Dataset (http://ai.stanford.edu/~amaas/data/sentiment/), it shows a comparison between the Scikit-Learn's Linear Classifiers: KNeighborsClassifier, LogisticRegression, Support Vector Machine (svm.SVC and LinearSVC) and SGDClassifier, as well as an exploration into Regularization Types, Strengths and Losses.
Scikit-Learn Tree-Based Model Implementations (Intro):
An introduction to XGB Dataset Format (DMatrix), XGBClassifier and XGBRegressor, with detail into Hyper-Parameter Tuning and Cross Validation for:
A Practice run of Statistical Analysis Techniques in Python using:
All Source Code Copyrights to DataCamp and its contributors. All Dataset Copyrights to the official citings inside the Jupyter Notebooks.
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.
81/100 healthjanblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
80/100 healthintegrativebioinformatics /
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
69/100 healthlaxmimerit /
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.
62/100 healthStephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering
58/100 health