All Projects → patrickcgray → deep_learning_ecology

patrickcgray / deep_learning_ecology

Licence: MIT license
Educational Resources on Neural Networks for Ecology and Remote Sensing

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to deep learning ecology

rsMove
Remote Sensing for Movement Ecology
Stars: ✭ 25 (-44.44%)
Mutual labels:  remote-sensing, ecology
3D-PV-Locator
Repo for "3D-PV-Locator: Large-scale detection of rooftop-mounted photovoltaic systems in 3D" based on Applied Energy publication.
Stars: ✭ 35 (-22.22%)
Mutual labels:  remote-sensing
Circuitscape.py
Circuitscape uses electronic circuit theory to solve problems in landscape ecology.
Stars: ✭ 26 (-42.22%)
Mutual labels:  ecology
teaching-computational-geophysics
Additional material for computational geophysics course
Stars: ✭ 35 (-22.22%)
Mutual labels:  teaching
teaching
Courses & workshops led by members of the Krishnan Lab.
Stars: ✭ 23 (-48.89%)
Mutual labels:  teaching
starfm4py
The STARFM fusion model for Python
Stars: ✭ 86 (+91.11%)
Mutual labels:  remote-sensing
sql-ecology-lesson
Data Management with SQL for Ecologists
Stars: ✭ 37 (-17.78%)
Mutual labels:  ecology
aileen-core
Sensor data aggregation tool for any numerical sensor data. Robust and privacy-friendly.
Stars: ✭ 15 (-66.67%)
Mutual labels:  remote-sensing
WhiteboxTools-ArcGIS
ArcGIS Python Toolbox for WhiteboxTools
Stars: ✭ 190 (+322.22%)
Mutual labels:  remote-sensing
opticks
Open source remote sensing analysis tool
Stars: ✭ 37 (-17.78%)
Mutual labels:  remote-sensing
stack-cs-activities
A stack of activities to teach advanced computer science (developed by the Teaching Lab community at the Faculty of Informatics, Masaryk University)
Stars: ✭ 20 (-55.56%)
Mutual labels:  teaching
ipwatch
This program gets your external, & internal, IP addresses, checks them against your "saved" IP addresses and, if a difference is found, emails you the new IP(s). This is useful for servers at residential locations whose IP address may change periodically due to actions by the ISP.
Stars: ✭ 38 (-15.56%)
Mutual labels:  remote-sensing
ChangeFormer
Official PyTorch implementation of our IGARSS'22 paper: A Transformer-Based Siamese Network for Change Detection
Stars: ✭ 220 (+388.89%)
Mutual labels:  remote-sensing
ontask b
A platform offering teachers and educational designers the capacity to use data to personalise the learner experience.
Stars: ✭ 31 (-31.11%)
Mutual labels:  teaching
School-Programming
Хранилище за свободно учебно съдържание по програмиране, информатика и ИТ за българските училища
Stars: ✭ 82 (+82.22%)
Mutual labels:  teaching
geodaData
Data package for accessing GeoDa datasets using R
Stars: ✭ 15 (-66.67%)
Mutual labels:  teaching
rsgislib
Remote Sensing and GIS Software Library; python module tools for processing spatial data.
Stars: ✭ 103 (+128.89%)
Mutual labels:  remote-sensing
satellite-crosswalk-classification
Deep Learning Based Large-Scale Automatic Satellite Crosswalk Classification (GRSL, 2017)
Stars: ✭ 18 (-60%)
Mutual labels:  remote-sensing
Bayesian LSP
A Bayesian hierarchical model that quantifies long-term annual land surface phenology from sparse time series of vegetation indices.
Stars: ✭ 32 (-28.89%)
Mutual labels:  remote-sensing
SpatialDataScience
Introduction to Data Science with R
Stars: ✭ 29 (-35.56%)
Mutual labels:  ecology

Deep Learning for Ecology

Welcome to a brief overview of the applications of deep learning to ecology and remote sensing!

Quick Resources

What is Machine Learning? [video - 2 min]

What are Neural Networks? [video - 20 min]

Applications for Deep Learning in Ecology [paper ~ 20 min] - very short, make sure you actually read it!

A Computer Vision for Ecology [paper ~15 min] - ideally read but at least skim, look at figures and read case studies

Running the Code in the Cloud (easier)

We will be using a cloud based Jupyter Notebook environment, Google's Colaboratory to run code. You must then sign in to Colab with a Google account and then click File > Open Notebook > GitHub and then copy in the url 'https://github.com/patrickcgray/deep_learning_ecology' and all the notebooks in this Github repo will appear. If you don't want to run the code all the notebooks can be viewed on Github.

Running the Code Locally (more advanced)

In order to run locally you need to have Python 3+ and TensorFlow installed. We will be doing our development in IPython notebooks, so you'll need to have Jupyter installed as well. If you don't already have the aforementioned software installed and want to work locally, please go through the notebook labeled TensorFlow_Installation.ipynb. Installing these tools should take about 5-10 minutes.

More Resources for the Repo

For a better understanding of these topics I recommend some background knowledge on scientific computing in Python. If you are unfamiliar with IPython notebooks or Python coding environments, a brief introduction can be found in Coding_Environments.ipynb.

If you haven't used Python before, or want a refresher, I recommend Python Like You Mean It, by Ryan Soklaski. This free e-book consists of five short modules introducing Python for scientific computing and data analysis. Modules 1 and 2, on installing Python and Python essentials, will be especially useful. Module 3, which concerns the manipulation of matrices and vectors in Python, is very relevant as well.

Finally, Git is an incredibly useful tool and the most seamless way to keep your files up-to-date when working on a team. You do this by cloning/forking repositories and pulling and pushing changes. If you need a primer on Git, there's one available in Git_Basics.ipynb, but learning how to use Git isn't required; I'll distribute the materials in other ways as well.

Getting Serious about Deep Learning for Ecology

If you're interested in pursuing these topics more rigorously I highly recommend:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].