TheAlgorithms /
Jupyter
The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.
85/100 healthLoading repository data…
fordanic / repository
Contains Jupyter Notebooks used during the exercise sessions at CMIVs (https://liu.se/en/research/center-for-medical-image-science-and-visualization-cmiv) AI course for radiologists and pathologists.
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.
Artificial intelligence and machine learning is becoming more and more prevalent in our everyday lives. In certain contexts, the introduction of AI/ML is predicted to significantly impact the way certain professions practice. Because of this, it is important that these professions, for example healthcare professionals such as radiologists and pathologists, are knowledgeable about AI/ML.
To ensure this, CMIV, Sectra and AIDA decided to provide an introductory AI/ML course targeting radiologists and pathologists. This repository contains the Jupyter Notebooks used for exercises during the course.
The notebooks are targeted towards users with little or no prior experience from data science in general and machine learning especially. The notebooks are meant to serve as an introduction to the field of machine learning, covering aspects such as:
The contained notebooks are to a large extent based upon the following tutorials:
Scikit-Learn - SciPy 2018 Scikit-learn TutorialDeep Learning - MachineLearningForMedicalImagesYou can run all notebooks directly from the Github repo by clicking the links below:
Note that this requires a Google account to sign in to Google Colaboratory.
Note that these notebooks were originally written for a Jupyter Notebook environment. We have madae some adjustments to allow them to be run in Google Colab, however, Google Colab uses a fork of Jupyter Notebooks and as such there will be some discrepancies between the content of the notebooks and the runtime environment in Google Colab.
Remember to change change runtime environment to GPU for the deep learning parts.
Use a browser to access Anaconda and from there choose to download and install Anaconda. Please select the right Anaconda version as suitable for your platform (Windows, Linux or macOS) and use the Python 3.6 version (not Python 2.7). Anaconda is a so called package manager for Python.
Once downloaded and installed, open a command prompt (cmd, bash or similar), navigate to the location of this file. Next to this file, there should also be a file titled environment.yml. With the help of this file we will create an environment with the needed packages to run the notebooks. In the command prompt, run the following command:
conda env create -f environment.ymlSay yes if prompted to download any specific Python packages.
Open a command prompt (cmd, bash or similar), navigate to the location of this file.
To activate the created Python environment, run the following command:
activate mltutorials (Windows)source activate mltutorials (macOS and Linux)To ensure that some widgets that are used in the notebooks work, run the following command:
jupyter nbextension enable --py --sys-prefix widgetsnbextensionThis command only needs to be executed the first time.
To start the Jupyter notebooks, run the following command:
jupyter notebookThis should automatically launch a browser and start up the notebooks.
Note that running the deep learning notebook on your CPU without a GPU can take considerable time.
Selected from shared topics, language and repository description—not editorial ratings.
TheAlgorithms /
The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.
85/100 healthgordicaleksa /
The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series of tutorials (YouTube videos and Jupyter Notebooks) as well as the content I found useful while learning about the JAX ecosystem.
89/100 healthNVIDIA /
This repo contains CUDA-Q Academic materials, including self-paced Jupyter notebook modules for building and optimizing hybrid quantum-classical algorithms using CUDA-Q.
72/100 healthawjuliani /
Contains Jupyter notebooks associated with the "Deep Reinforcement Learning Tutorial" tutorial given at the O'Reilly 2017 NYC AI Conference.
61/100 healthausboss /
Load local LLMs effortlessly in a Jupyter notebook for testing purposes alongside Langchain or other agents. Contains Oobagooga and KoboldAI versions of the langchain notebooks with examples.
64/100 healthmilaan9 /
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 health