Challenge background
We have previously created a prototype for a single run of training for an LSTM model. This model in a full data set will take about 5TB of data and a large amount of RAM. Rearching a machine that can do this kind of work, lead us to the most affordable solution, Intel “Metacloud” and cnvrg.io machine learning operating system. Not having the funds previously to train the model, we secure funding eventually and want to kick off another phase of this project where we will train a real LSTM on Northern European soil, and begin to be able to pull weather API’s and such for digital advisory services for particular crops and other features in the software.
The problem
We are looking at attempting to input a GPS coordinate, the system processes and segments the image into fields, and then uses the trained LSTM to identify which crops are being grown in the area to identify particular risks due to fungus, insects, and weather. The NDVI historical reading is also of some use to the farmer because they can monitor the growth of their crops as the weather and advisory conditions changes. This will be useful in fields to identify if weather or plant diseases have been affected by conditions.
Goal of the project
Make LSTM pipeline, implement NDVI graphs, implement weather advisory, and monitor effects on NDVI for the Area of Interest.
Project timeline
- 1
Week 1
Research and setting up cnvrg.io
- 2
Week 2
Setting Up file system for pipeline management, setting up image, putting together ML Operating system for functioning parts
- 3
Week 3
Training the model on the GPU's for segmentation, polygonization, and then LSTM
- 4
Week 4
Incorporating Weather API
- 5
Week 5
Analytical yield prediction by NDVI ratios and surface are of polygon calculations
- 6
Week 6
Observations of effects over time to see if analysis is working
- 7
Week 7
Checking Analysis
- 8
Week 8
Reports and Packaging
What you'll learn
Involvement with GIS technologies. Knowledge of SDLC in concerns with ML Life Cycle. Implementation of API's