NirDiamant /
Prompt_Engineering
22 prompt engineering techniques with hands-on Jupyter Notebook tutorials, from fundamental concepts to advanced strategies for leveraging LLMs.
Loading repository data…
buds-lab / repository
Jupyter notebook tutorials to teach scripting to building performance analysis experts
Set of IPython notebook tutorials to teach scripting to Building Simulation Experts and Analysts
This collection of IPython notebooks and supporting documentation/files is meant to give building energy simulation experts an overview of the useful libraries available as well as some practical scenarios in building simulation workflows.
A very useful youtube video to explain the IPython notebook format is available.
To use the notebooks, you will need to have Python installed on your machine along with quite a few of the libraries. The best way to do this is to use the Anaconda Python Distribution.
0_PythonBaseLibraries:
0_IntroductionandPythonBasics.ipynb -- this notebook is meant to give an overview of the basic Python library functions and flow controls. It is not well annotated quite yet, so other more general Python overviews could be better for very basic beginners.
1_NumpyLibrary.ipynb -- This notebook overviews the NumPy library and is based on another set of tutorials.. Feel free to skip this tutorial if you aren't interested in the basics of how Python/Numpy creates arrays for mathematical calculations.
2_ScipyLibrary.ipynb -- This notebook is similar to the last in that it describes a fundamental library, Scipy, which has hundreds of scientific functions for machine learning, statistics, etc. Feel free to skip unless you're curious.
3_MatplotlibLibrary.ipynb -- The basics of the main plotting library in Python. A good review that can be supplemented by checking out the Matplotlib gallery
1_PandasTutorial:
Pandas_DataAnalysisLibrary.ipynb -- THIS LIBRARY IS USEFUL! - I can't stress Pandas enough for time-series data analysis. Whether you're post-processing simulation data or crunching measured datasets, this library is money. This tutorial was developed by the creator of Pandas, Wes McKinney, and you can see him demo it on youtube.
2_AnalyzingEnergyPlusOutputFile:
EnergyPlusOutFileAnalysis.ipynb -- This notebook is a practical scenario based on analyzing a huge .csv output from EnergyPlus which has hundreds of columns. It includes some advanced techniques and is not very well annotated yet (work in progress).
3_EppyTutorial:
Eppy_EnergyPlusInputFileManipulation.ipynb -- eppy is a brilliant EnergyPlus IDF file text manipulation library created by Santosh Phillip. This notebook is based on his tutorial. In a nutshell, you use this library to auto-create your millions of parametric E+ runs for calibration, etc. Note: you'll have to install the eppy package to use this notebook
4_ParametericInputFileCreation:
eppy%20IDF%20file%20manipulation.ipynb -- The goal of this tutorial is to show how to use the eppy library in a realistic setting by performing the following tasks: splitting an IDF file into 'modules' that can be developed individually, reassembling the modules into IDF files for simulation, creating parametric run files from a single IDF file and a spreadsheet
5_ModelCalibration:
ComparingMeasuredAndSimulatedData.ipynb -- This notebook follows part of the calibration process outlined in the IBPSA-USA 2014 Conference Paper entitled: BIM-EXTRACTED ENERGYPLUS MODEL CALIBRATION FOR RETROFIT ANALYSIS OF A HISTORICALLY LISTED BUILDING IN SWITZERLAND
If you are unfamiliar with IPython Notebook you can start with http://ipython.org/notebook
Prerequisites
One of the following distributions is needed. Please note that even if you have Python installed it is important to have one of these distributions installed and the binary for this installation in your path. This is because these distributions come packaged with all the supplementary libraries needed and these have been historically difficult to install separately.
The following steps assume you have installed one of the distributions mentioned in prerequisites.
This work is licensed under a Creative Commons Attribution 3.0 Unported License.
Selected from shared topics, language and repository description—not editorial ratings.
NirDiamant /
22 prompt engineering techniques with hands-on Jupyter Notebook tutorials, from fundamental concepts to advanced strategies for leveraging LLMs.
openvinotoolkit /
📚 Jupyter notebook tutorials for OpenVINO™
phlippe /
Repository of Jupyter notebook tutorials for teaching the Deep Learning Course at the University of Amsterdam (MSc AI), Fall 2023
Qiskit /
A collection of Jupyter notebooks showing how to use the Qiskit SDK
curiousily /
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BER
sachinruk /
Deep Learning tutorials in jupyter notebooks.