<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-CA">
	<id>https://docs.deepsense.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bgeetika</id>
	<title>DeepSense Docs - User contributions [en-ca]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.deepsense.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bgeetika"/>
	<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Special:Contributions/Bgeetika"/>
	<updated>2026-06-06T21:10:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=581</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=581"/>
		<updated>2021-08-26T15:20:10Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Beginner Level&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Intermediate Level&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I have created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Advanced Level&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==7. Time Series==&lt;br /&gt;
&lt;br /&gt;
A Time Series is simply a series of data points ordered in time. In a Time Series, time is often the independent variable and the goal is usually to make a forecast for the future. Plot the points on a graph, and one of your axes would always be time. You can see the analysis ,plotting and building machine learning model for time series data in this project. This project is done in IBM Watson cloud and instructions are given in attached links. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1t1HBDLnDKzd1trzE07tXEcuB_hJpiziu/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Instruction for setting account in IBM Watson cloud]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1wIPmktFBhH01dY5AQrGQbg-aYJor3r_V/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rYcX5DbCLV7gEjiCUX3TyiqaH5khMwci/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1Uvh6cZIckDVNYKbPLmNbjW2jARiLg5tw/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to handle Time Series data]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/13FzlitRQ1b_SL3jZsQWkvcLNYf1zf30U/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Link to notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=580</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=580"/>
		<updated>2021-08-26T15:19:18Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== Beginner Level ==&lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Intermediate Level ==&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I have created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Advanced Level ==&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==7. Time Series==&lt;br /&gt;
&lt;br /&gt;
A Time Series is simply a series of data points ordered in time. In a Time Series, time is often the independent variable and the goal is usually to make a forecast for the future. Plot the points on a graph, and one of your axes would always be time. You can see the analysis ,plotting and building machine learning model for time series data in this project. This project is done in IBM Watson cloud and instructions are given in attached links. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1t1HBDLnDKzd1trzE07tXEcuB_hJpiziu/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Instruction for setting account in IBM Watson cloud]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1wIPmktFBhH01dY5AQrGQbg-aYJor3r_V/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rYcX5DbCLV7gEjiCUX3TyiqaH5khMwci/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1Uvh6cZIckDVNYKbPLmNbjW2jARiLg5tw/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to handle Time Series data]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/13FzlitRQ1b_SL3jZsQWkvcLNYf1zf30U/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Link to notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=579</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=579"/>
		<updated>2021-08-26T15:18:25Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== Beginner Level ==&lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I have created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==7. Time Series==&lt;br /&gt;
&lt;br /&gt;
A Time Series is simply a series of data points ordered in time. In a Time Series, time is often the independent variable and the goal is usually to make a forecast for the future. Plot the points on a graph, and one of your axes would always be time. You can see the analysis ,plotting and building machine learning model for time series data in this project. This project is done in IBM Watson cloud and instructions are given in attached links. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1t1HBDLnDKzd1trzE07tXEcuB_hJpiziu/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Instruction for setting account in IBM Watson cloud]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1wIPmktFBhH01dY5AQrGQbg-aYJor3r_V/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rYcX5DbCLV7gEjiCUX3TyiqaH5khMwci/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1Uvh6cZIckDVNYKbPLmNbjW2jARiLg5tw/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to handle Time Series data]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/13FzlitRQ1b_SL3jZsQWkvcLNYf1zf30U/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Link to notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=578</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=578"/>
		<updated>2021-08-26T15:16:46Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. Text Cleaning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I have created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==7. Time Series==&lt;br /&gt;
&lt;br /&gt;
A Time Series is simply a series of data points ordered in time. In a Time Series, time is often the independent variable and the goal is usually to make a forecast for the future. Plot the points on a graph, and one of your axes would always be time. You can see the analysis ,plotting and building machine learning model for time series data in this project. This project is done in IBM Watson cloud and instructions are given in attached links. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1t1HBDLnDKzd1trzE07tXEcuB_hJpiziu/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Instruction for setting account in IBM Watson cloud]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1wIPmktFBhH01dY5AQrGQbg-aYJor3r_V/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rYcX5DbCLV7gEjiCUX3TyiqaH5khMwci/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1Uvh6cZIckDVNYKbPLmNbjW2jARiLg5tw/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to handle Time Series data]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/13FzlitRQ1b_SL3jZsQWkvcLNYf1zf30U/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Link to notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=577</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=577"/>
		<updated>2021-08-26T15:16:09Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 7. Time Series */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==7. Time Series==&lt;br /&gt;
&lt;br /&gt;
A Time Series is simply a series of data points ordered in time. In a Time Series, time is often the independent variable and the goal is usually to make a forecast for the future. Plot the points on a graph, and one of your axes would always be time. You can see the analysis ,plotting and building machine learning model for time series data in this project. This project is done in IBM Watson cloud and instructions are given in attached links. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1t1HBDLnDKzd1trzE07tXEcuB_hJpiziu/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Instruction for setting account in IBM Watson cloud]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1wIPmktFBhH01dY5AQrGQbg-aYJor3r_V/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rYcX5DbCLV7gEjiCUX3TyiqaH5khMwci/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1Uvh6cZIckDVNYKbPLmNbjW2jARiLg5tw/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to handle Time Series data]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/13FzlitRQ1b_SL3jZsQWkvcLNYf1zf30U/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Link to notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=576</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=576"/>
		<updated>2021-08-26T15:11:56Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 7. Time Series */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==7. Time Series==&lt;br /&gt;
&lt;br /&gt;
A Time Series is simply a series of data points ordered in time. In a Time Series, time is often the independent variable and the goal is usually to make a forecast for the future. Plot the points on a graph, and one of your axes would always be time. You can see the analysis ,plotting and building machine learning model for time series data in this project. This project is done in IBM Watson cloud and instructions are given in attached links.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1t1HBDLnDKzd1trzE07tXEcuB_hJpiziu/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Instruction for setting account in IBM Watson cloud]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1wIPmktFBhH01dY5AQrGQbg-aYJor3r_V/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rYcX5DbCLV7gEjiCUX3TyiqaH5khMwci/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1Uvh6cZIckDVNYKbPLmNbjW2jARiLg5tw/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to handle Time Series data]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/13FzlitRQ1b_SL3jZsQWkvcLNYf1zf30U/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Link to notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=575</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=575"/>
		<updated>2021-08-26T15:09:01Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 7. Time Series */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==7. Time Series==&lt;br /&gt;
&lt;br /&gt;
A Time Series is simply a series of data points ordered in time. In a Time Series, time is often the independent variable and the goal is usually to make a forecast for the future. Plot the points on a graph, and one of your axes would always be time. You can see the analysis ,plotting and building machine learning model for time series data in this project.&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1wIPmktFBhH01dY5AQrGQbg-aYJor3r_V/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1Uvh6cZIckDVNYKbPLmNbjW2jARiLg5tw/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to handle Time Series data]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/13FzlitRQ1b_SL3jZsQWkvcLNYf1zf30U/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Link to notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rYcX5DbCLV7gEjiCUX3TyiqaH5khMwci/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=574</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=574"/>
		<updated>2021-08-26T15:07:23Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==7. Time Series==&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1wIPmktFBhH01dY5AQrGQbg-aYJor3r_V/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1Uvh6cZIckDVNYKbPLmNbjW2jARiLg5tw/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to handle Time Series data]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/13FzlitRQ1b_SL3jZsQWkvcLNYf1zf30U/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Link to notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rYcX5DbCLV7gEjiCUX3TyiqaH5khMwci/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=573</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=573"/>
		<updated>2021-08-26T15:06:36Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==7. Time Series&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1wIPmktFBhH01dY5AQrGQbg-aYJor3r_V/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/1Uvh6cZIckDVNYKbPLmNbjW2jARiLg5tw/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Steps to handle Time Series data]&lt;br /&gt;
&lt;br /&gt;
[https://docs.google.com/document/d/13FzlitRQ1b_SL3jZsQWkvcLNYf1zf30U/edit?usp=sharing&amp;amp;ouid=117309982983716033255&amp;amp;rtpof=true&amp;amp;sd=true Link to notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rYcX5DbCLV7gEjiCUX3TyiqaH5khMwci/view?usp=sharing Dataset]&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=572</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=572"/>
		<updated>2021-06-30T19:17:21Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 1. Python Basics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=571</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=571"/>
		<updated>2021-06-30T19:16:26Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 1. Python Basics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for Machine Learning projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset] : &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=570</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=570"/>
		<updated>2021-06-30T19:15:41Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 1. Python Basics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the AI Training projects, it is recommended to go through the Python Libraries required for these projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset] : &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=569</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=569"/>
		<updated>2021-06-30T19:15:30Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 1. Python Basics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
&lt;br /&gt;
Before exploring the Ai Training projects, it is recommended to go through the Python Libraries required for these projects. This would help you to understand the other projects effectively. This section contains the information about the essential Python Libraries required for AI project and also you can see the practical usage of these libraries through notebook attached.&lt;br /&gt;
 &lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset] : &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=568</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=568"/>
		<updated>2021-06-30T19:10:22Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 5. Regression */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=567</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=567"/>
		<updated>2021-06-30T19:09:28Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Python Basics==&lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
==2. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==3. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
== 4. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 5. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==6. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=566</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=566"/>
		<updated>2021-06-30T19:04:56Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 1. Python Basics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
==1. Python Basics==&lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==5. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=565</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=565"/>
		<updated>2021-06-30T19:04:34Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
==1. Python Basics==&lt;br /&gt;
[https://drive.google.com/file/d/108zO3LZwuRBSxRjLUBXUNRcXKc2DSdPt/view?usp=sharing Link for Notebook]&lt;br /&gt;
[https://drive.google.com/file/d/1rP5rrB2SwBl5Be2QmNArHzSSiQ_2USdB/view?usp=sharing Dataset]&lt;br /&gt;
[https://drive.google.com/file/d/18eLxX91h4N_8936bJBkWuazF51UHub6V/view?usp=sharing Introduction to Python Libraries]&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==5. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=561</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=561"/>
		<updated>2021-06-17T13:02:32Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 5. Text Cleaning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==5. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using it for NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then showed how to clean that raw data. Notebooks are attached for your reference.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instructions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=560</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=560"/>
		<updated>2021-06-16T19:30:23Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 5. Text Cleaning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==5. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using the text for some NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then will show you how to clean that raw data. &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instrctions given in Steps for Tweets Extraction and Steps for Text Cleaning links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=559</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=559"/>
		<updated>2021-06-16T19:29:57Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==5. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using the text for some NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then will show you how to clean that raw data. &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
You can try the same dataset which I have attached here for practicing Data Cleaning. If you want to see how to pull tweets from Twitter, follow instrctions given in Steps for Tweets Extraction and Steps for Text Cleaning&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=558</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=558"/>
		<updated>2021-06-16T19:26:05Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 5. Text Cleaning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==5. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using the text for some NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then will show you how to clean that raw data. &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uvdtV0PnU78vzdxKVKHtn7UCQVzdMSes/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=557</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=557"/>
		<updated>2021-06-16T18:57:16Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==5. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using the text for some NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then will show you how to clean that raw data. &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=556</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=556"/>
		<updated>2021-06-16T18:56:15Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Text Cleaning==&lt;br /&gt;
The purpose of this project is to show you how to clean the text before using the text for some NLP problems. In this project, I am using the Tweets posted by the users on World Ocean day which was on June 8, 2021. I created a Python Script to pull the tweets and then will show you how to clean that raw data. &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1dxCTeF60NAFNPgvyx6dgllGKuiq-fdoH/view?usp=sharing Steps for Tweets Extraction]&lt;br /&gt;
[https://drive.google.com/file/d/1n_O3lQ9LP-f9vI3-kLz33MRQi9lzt2x8/view?usp=sharing Steps for Text Cleaning]&lt;br /&gt;
[https://drive.google.com/file/d/15PzwZ2UdIpB7XELHVyTB4r6rAdrBfGjg/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
==5. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=555</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=555"/>
		<updated>2021-06-08T18:17:24Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. Natural Language Processing(NLP) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Natural Language Processing (NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=554</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=554"/>
		<updated>2021-06-08T18:17:09Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 4. EDA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Natural Language Processing(NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. Exploratory Data Analysis (EDA) ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variables, test hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=553</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=553"/>
		<updated>2021-06-08T18:16:41Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. Natural Language Processing(NLP)==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. EDA ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variablestest hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=552</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=552"/>
		<updated>2021-06-08T15:30:58Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 4. EDA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. EDA ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variablestest hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1fc5M3Znn8OaPQ2E-7k-nBbDrTbz9xpf8/view?usp=sharing Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1iLAoQLJlQcShkUkff4N--o_m2KADXA7W/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uZv4f1HfqFhXVqhY5U3T_mfAtOytO8tt/view?usp=sharing Steps to do EDA]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1NG80DcJL01gJgjLJAV0JOE5gFxSjnsbT/view?usp=sharing Link for Notebook]&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=551</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=551"/>
		<updated>2021-06-08T14:55:01Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 4. EDA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. EDA ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variablestest hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=550</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=550"/>
		<updated>2021-06-08T14:54:49Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 4. EDA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. EDA ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analyzing or investigating of the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variablestest hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=549</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=549"/>
		<updated>2021-06-08T14:54:19Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 4. EDA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. EDA ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analysing or investigation of the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
handle missing values, maximize insight into a data set and discover patterns, extract important variables, detect outliers and anomalies, find interesting relations among the variablestest hypothesis and check assumptions. Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=548</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=548"/>
		<updated>2021-06-08T14:53:13Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 4. EDA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. EDA ==&lt;br /&gt;
&lt;br /&gt;
Exploratory Data Analysis (EDA) is an approach of analysing or investigation of the dataset using statistical graphics and other data visualization methods. Analysis may include:&lt;br /&gt;
•handle missing values,&lt;br /&gt;
•maximize insight into a data set and discover patterns,&lt;br /&gt;
•extract important variables,&lt;br /&gt;
•detect outliers and anomalies,&lt;br /&gt;
•find interesting relations among the variables,&lt;br /&gt;
•test hypothesis,&lt;br /&gt;
•check assumptions,&lt;br /&gt;
Drawing reliable conclusions from a massive quantity of data by just gleaning over it is very difficult or almost impossible—instead, you have to look at it carefully through an analytical lens.&lt;br /&gt;
&lt;br /&gt;
[https://dataplatform.cloud.ibm.com/analytics/notebooks/v2/f0c40545-ba08-4f17-a46f-312e24726ad7/view?access_token=379e4df809ab13f8dbcf5c7b09d2784ec6f9b049c5730bfeee174d5ab9844e01 Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=547</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=547"/>
		<updated>2021-06-08T14:46:28Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/drive/folders/19Ti_XlUuj4vyo3hlBUMJ0dwszrzR58lB?usp=sharing Google Drive Directory]&lt;br /&gt;
&lt;br /&gt;
This contains the files:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
After you have the datasets, you can download and install YOLO v4 using the following instructions:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1OYYD7hcid5BNlR-4bvqZahh0arVO4dtG/view?usp=sharing Installation Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1PQb76ttuHkbVr5TGW_aReCu9mlVwlZq4/view?usp=sharing Configuration Instructions]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1mvYdpKCIvpeLoIBhyd_EPviNBRMTbkH4/view?usp=sharing Metadata Conversion Script]&lt;br /&gt;
&lt;br /&gt;
If you want to run this on google colab, check out the following wiki: [https://github.com/AlexeyAB/darknet/wiki Darknet Wiki].  At the top there is a link to a colab notebook, and a video tutorial.&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
==4. EDA ==&lt;br /&gt;
&lt;br /&gt;
[https://dataplatform.cloud.ibm.com/analytics/notebooks/v2/f0c40545-ba08-4f17-a46f-312e24726ad7/view?access_token=379e4df809ab13f8dbcf5c7b09d2784ec6f9b049c5730bfeee174d5ab9844e01 Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=541</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=541"/>
		<updated>2021-05-25T19:38:22Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/18r3qvyJhNJ4gkNAB9dENGUQUBM2L-P4s?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=540</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=540"/>
		<updated>2021-05-25T19:28:48Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/1mgl1jQleWUso5CLg-T3-k6VcOdfTFYPq?usp=sharing Link to Notebook]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=539</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=539"/>
		<updated>2021-05-25T16:27:46Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=538</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=538"/>
		<updated>2021-05-25T16:21:58Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/1mgl1jQleWUso5CLg-T3-k6VcOdfTFYPq?usp=sharing Link for Notebook]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=537</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=537"/>
		<updated>2021-05-25T16:21:14Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/1mgl1jQleWUso5CLg-T3-k6VcOdfTFYPq?usp=sharing Notebook]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=536</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=536"/>
		<updated>2021-05-25T16:20:37Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset using URL]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/1mgl1jQleWUso5CLg-T3-k6VcOdfTFYPq?usp=sharing Notebook]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=535</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=535"/>
		<updated>2021-05-25T16:16:03Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset using URL]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1JfDcn1KSBEAqmJ0dwyNzoxnMt2iifG3A/view?usp=sharing Dataset in CSV format]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://colab.research.google.com/drive/1mgl1jQleWUso5CLg-T3-k6VcOdfTFYPq?usp=sharing Notebook]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=534</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=534"/>
		<updated>2021-05-25T16:14:33Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset using URL]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1JfDcn1KSBEAqmJ0dwyNzoxnMt2iifG3A/view?usp=sharing Dataset in CSV format]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1JfDcn1KSBEAqmJ0dwyNzoxnMt2iifG3A/view?usp=sharing Notebook]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=533</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=533"/>
		<updated>2021-05-25T16:08:53Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset using URL]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1JfDcn1KSBEAqmJ0dwyNzoxnMt2iifG3A/view?usp=sharing Dataset in CSV format]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/12KeZXZjzeHpFwuuWA3PKW0rUo_feomkI/view?usp=sharing Instruction for using Google Colab and download dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rZqxIo3pTKY99n9O_RaSiAiF3c2MQnAJ/view?usp=sharing Steps to do Sentiment Analysis]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=532</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=532"/>
		<updated>2021-05-25T15:57:09Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: /* 3. NLP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=531</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=531"/>
		<updated>2021-05-25T15:56:36Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instructions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
NLP project is related to the Sentiment Analysis on Climate change. We have used the dataset available on data.world(Link provided below). We have applied BERT to do Sentiment analysis. BERT has become a new standard for Natural Language Processing (NLP). It achieved a whole new state-of-the-art on eleven NLP task, including text classification, sentiment analysis, sequence labeling, question answering, and many more&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=530</id>
		<title>Training Projects</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=Training_Projects&amp;diff=530"/>
		<updated>2021-05-25T15:53:42Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noautonum&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DeepSense has compiled a few data sets for students, and others interested in the ocean and AI, so they can have the opportunity to complete AI projects independently.  We hope participants can learn about a specific type of ocean related data, and experience an explicit AI project.  It is expected that the participants work on the project alone, but we have provided some guidance that includes notebooks, data, outputs and models to try to improve upon.  &lt;br /&gt;
&lt;br /&gt;
We have found that the data cleaning step can take a long time, so our hope is that these datasets will be reasonably clean, allowing the participants to explore ocean AI. &lt;br /&gt;
&lt;br /&gt;
== 1. Object Detection ==&lt;br /&gt;
&lt;br /&gt;
We used the google open images database to obtain approximately 650 images of starfish.  The images were already separated into train, test and validation sets.  The metadata linked below is only for the starfish images, not for the entire dataset.  The metadata includes coordinates for bounding boxes around the starfish.  &lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1r_2DNOF2WSFXdJLp7mditL5Wp4wbpOyR/view?usp=sharing Starfish Dataset]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1gMCKW9Ih1wCVC9a_XP3yI97OCs1k46Hs/view?usp=sharing Training metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1TwCdyNJT_2Lzn0UBaDUax68oFwsY1WZm/view?usp=sharing Test metadata]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1uI7gxRlLddfQE7VUm1-vGJE_1g1wvPd3/view?usp=sharing Validation metadata]&lt;br /&gt;
&lt;br /&gt;
If you want to download other categories of images from the open images database, you can do so by following the instructions here:&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1q55Q3wHfeRwD_gkuMMrRZcT_Vbtz1qG7/view?usp=sharing Download Instructions]&lt;br /&gt;
&lt;br /&gt;
== 2. Regression ==&lt;br /&gt;
&lt;br /&gt;
The buoy collects environment measurements including wind speed and direction, surface temperature, current speed, wave height, and peak wave period. This wind and wave data are used to decide if conditions allow the safe transfer of pilots and passage of vessels, as they require a minimum depth of water which may not be met if the waves are too large. The current Red Shoal Buoy is under maintenance. Such a duration without accurate environmental measurements would significantly impair the ability to ensure the safe guidance of vessels. In this project, we are trying to predict the environment measurements of the buoy which is under maintenance using the values of other active operational buoy so that the authorities could allow the safe passage of vessels.&lt;br /&gt;
&lt;br /&gt;
Predicting the values of one buoy using the parameters of another buoy. In this project, we are using the dataset of Mouth of Placentia Bay Buoy, Pilot Boarding Station / Red Island Shoal Buoy, Placentia Bay: Ragged Islands – KLUMI( Land station) which are located in Newfoundland and Labrador. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Datasets&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1rinZ5XgK_f64NxtV-Vy0ZWCEp-oWajxJ/view?usp=sharing Mouth of Placentia Bay Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WgaF7Q_jej-YlrAJEfuGnqhJ5l3xAXbJ/view?usp=sharing Pilot Boarding Station / Red Island Shoal Buoy]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/14GB14C2Qls715NKbTkhZocINw5cvJxQG/view?usp=sharing Placentia Bay: Ragged Islands – KLUMI( Land station)]&lt;br /&gt;
&lt;br /&gt;
The dataset available here is till April 19, 2021. You can get the latest dataset from [https://www.smartatlantic.ca smartatlantic].&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1C_Df3p3DPXK8tC3Y6nWYlyq6ZNsJd3_b/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Download Instructions&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1EpKrdx1FiFezAqwscgj4SSxgsqfvzU9e/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Data Dictionary&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1FZkyjqiBx51gYXjYjcpne-tG6G5L0lK8/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Visual Representation of data&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1t1DqNL6LZOiHzbrkxIZbzQlD-PVVaoqG/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Buoy Location&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You can find the instructions to clean the dataset, merging of files and training the ML models from the below link:&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1sr7QFHAycJ7KRBXuPgxgFDLxvHQvyngz/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for Cleaning/Merging/Training&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have implemented the code on IBM Watson Cloud and encourage you to use this to get the experience of Cloud. Below link will provide you the instrcutions for using the IBM Watson Cloud. The Lite version of this cloud is free and provide you 25GB storage which is enough for this project.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1ns7OrUy4JURdv5QwD3vjGrZszU0DQ3wa/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Instructions for using IBM Watson Cloud&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;We have created notebooks with the code for your reference in the below link.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://drive.google.com/file/d/1WpFhgKkoq19k4XR0dxp1wxgXFsPPnMgx/view?usp=sharing &amp;#039;&amp;#039;&amp;#039;Links for Notebooks&amp;#039;&amp;#039;&amp;#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;REFERENCES&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[https://www.thejot.net/article-preview/?show_article_preview=1193  A MACHINE LEARNING REDUNDANCY MODEL FOR THE HERRING COVE SMART BUOY]&lt;br /&gt;
&lt;br /&gt;
==3. NLP==&lt;br /&gt;
&lt;br /&gt;
[https://data.world/crowdflower/sentiment-of-climate-change Dataset]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- autonum --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=523</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=523"/>
		<updated>2021-05-10T18:25:41Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
* DeepSense HPC Platform&lt;br /&gt;
** mainpage | Cluster Status&lt;br /&gt;
** Resources | Resources&lt;br /&gt;
* Getting Support&lt;br /&gt;
** Contact information | Contact - Support email&lt;br /&gt;
* Getting Started &lt;br /&gt;
** Requesting access | Requesting access&lt;br /&gt;
** Video Tutorials | Video Tutorials&lt;br /&gt;
** Accessing Systems | Accessing Systems&lt;br /&gt;
*** VPN Setup | VPN Setup&lt;br /&gt;
*** SSH client setup | SSH client setup&lt;br /&gt;
*** Basic Linux | Basic Linux&lt;br /&gt;
*** Glossary | Glossary for Clusters&lt;br /&gt;
*** Info for first time cluster users | Intro to Clusters&lt;br /&gt;
** LSF | Basic LSF Jobs&lt;br /&gt;
**  CWS | Conductor with Spark&lt;br /&gt;
** Visualization | Visualization&lt;br /&gt;
* Machine Learning On DeepSense&lt;br /&gt;
** Deep Learning Frameworks |  ML/DL Frameworks &lt;br /&gt;
** Software | Software &lt;br /&gt;
***  Available software | Available Software&lt;br /&gt;
***  Installing Software | Installing Software&lt;br /&gt;
***  Getting started with Deep Learning | Using Software&lt;br /&gt;
** Running ML Jobs | Running ML jobs&lt;br /&gt;
***Submitting Jobs | Submitting Jobs&lt;br /&gt;
***Checking Job Status | Checking Job Status&lt;br /&gt;
***Writing Script| Writing Script &lt;br /&gt;
** Getting started with Jupyter Notebook | Using Jupyter Notebook&lt;br /&gt;
** Deep Learning Tutorials | ML/DL Tutorials&lt;br /&gt;
* Storage System&lt;br /&gt;
** Overview of your Storage on DeepSense | Storage Overview&lt;br /&gt;
** How to Transfer Data | How to Transfer Data&lt;br /&gt;
** Backup Policies | Backup Policies&lt;br /&gt;
** Quota Information and Management | Storage Quotas&lt;br /&gt;
* FAQ&lt;br /&gt;
** Restrictions | Restrictions&lt;br /&gt;
** Workarounds | Workarounds&lt;br /&gt;
** Best Practices | Best Practices&lt;br /&gt;
*** Your Accounts | Your Accounts&lt;br /&gt;
*** Data Storage | Data Storage&lt;br /&gt;
*** LSF Jobs | LSF Jobs&lt;br /&gt;
* Writing Tips&lt;br /&gt;
** Mitacs Accelerate Proposals | Mitacs Accelerate Proposals&lt;br /&gt;
** Paper Prep | Paper Prep&lt;br /&gt;
* DeepSense&lt;br /&gt;
** https://deepsense.ca | DeepSense home page&lt;br /&gt;
** Acknowledging DeepSense | Acknowledging DeepSense&lt;br /&gt;
** Terms of Use | Terms of use&lt;br /&gt;
* Self Directed Projects&lt;br /&gt;
** Training Projects | Training Projects&lt;br /&gt;
* Additional Resources&lt;br /&gt;
** Related Links | Related Links&lt;br /&gt;
** External Links | External Links&lt;br /&gt;
** External Data Sources | External Data Sources&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=522</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=522"/>
		<updated>2021-05-10T18:25:17Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
* DeepSense HPC Platform&lt;br /&gt;
** mainpage | Cluster Status&lt;br /&gt;
** Resources | Resources&lt;br /&gt;
* Getting Support&lt;br /&gt;
** Contact information | Contact - Support email&lt;br /&gt;
* Getting Started &lt;br /&gt;
** Requesting access | Requesting access&lt;br /&gt;
** Video Tutorials | Video Tutorials&lt;br /&gt;
** Accessing Systems | Accessing Systems&lt;br /&gt;
*** VPN Setup | VPN Setup&lt;br /&gt;
*** SSH client setup | SSH client setup&lt;br /&gt;
*** Basic Linux | Basic Linux&lt;br /&gt;
*** Glossary | Glossary for Clusters&lt;br /&gt;
*** Info for first time cluster users | Intro to Clusters&lt;br /&gt;
** LSF | Basic LSF Jobs&lt;br /&gt;
**  CWS | Conductor with Spark&lt;br /&gt;
** Visualization | Visualization&lt;br /&gt;
* Machine Learning On DeepSense&lt;br /&gt;
** Deep Learning Frameworks |  ML/DL Frameworks &lt;br /&gt;
** Software | Software &lt;br /&gt;
***  Available software | Available Software&lt;br /&gt;
***  Installing Software | Installing Software&lt;br /&gt;
***  Getting started with Deep Learning | Using Software&lt;br /&gt;
** Running ML Jobs | Running ML jobs&lt;br /&gt;
***Submitting Jobs | Submitting Jobs&lt;br /&gt;
***Checking Job Status | Checking Job Status&lt;br /&gt;
***Writing Script| Writing Script &lt;br /&gt;
** Getting started with Jupyter Notebook | Using Jupyter Notebook&lt;br /&gt;
** Deep Learning Tutorials | ML/DL Tutorials&lt;br /&gt;
* Storage System&lt;br /&gt;
** Overview of your Storage on DeepSense | Storage Overview&lt;br /&gt;
** How to Transfer Data | How to Transfer Data&lt;br /&gt;
** Backup Policies | Backup Policies&lt;br /&gt;
** Quota Information and Management | Storage Quotas&lt;br /&gt;
* FAQ&lt;br /&gt;
** Restrictions | Restrictions&lt;br /&gt;
** Workarounds | Workarounds&lt;br /&gt;
** Best Practices | Best Practices&lt;br /&gt;
*** Your Accounts | Your Accounts&lt;br /&gt;
*** Data Storage | Data Storage&lt;br /&gt;
*** LSF Jobs | LSF Jobs&lt;br /&gt;
* Writing Tips&lt;br /&gt;
** Mitacs Accelerate Proposals | Mitacs Accelerate Proposals&lt;br /&gt;
** Paper Prep | Paper Prep&lt;br /&gt;
* DeepSense&lt;br /&gt;
** https://deepsense.ca | DeepSense home page&lt;br /&gt;
** Acknowledging DeepSense | Acknowledging DeepSense&lt;br /&gt;
** Terms of Use | Terms of use&lt;br /&gt;
* Self Directed Project&lt;br /&gt;
** Training Projects | Training Projects&lt;br /&gt;
* Additional Resources&lt;br /&gt;
** Related Links | Related Links&lt;br /&gt;
** External Links | External Links&lt;br /&gt;
** External Data Sources | External Data Sources&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=521</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=521"/>
		<updated>2021-05-10T18:18:02Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
* DeepSense HPC Platform&lt;br /&gt;
** mainpage | Cluster Status&lt;br /&gt;
** Resources | Resources&lt;br /&gt;
* Getting Support&lt;br /&gt;
** Contact information | Contact - Support email&lt;br /&gt;
* Getting Started &lt;br /&gt;
** Requesting access | Requesting access&lt;br /&gt;
** Video Tutorials | Video Tutorials&lt;br /&gt;
** Accessing Systems | Accessing Systems&lt;br /&gt;
*** VPN Setup | VPN Setup&lt;br /&gt;
*** SSH client setup | SSH client setup&lt;br /&gt;
*** Basic Linux | Basic Linux&lt;br /&gt;
*** Glossary | Glossary for Clusters&lt;br /&gt;
*** Info for first time cluster users | Intro to Clusters&lt;br /&gt;
** LSF | Basic LSF Jobs&lt;br /&gt;
**  CWS | Conductor with Spark&lt;br /&gt;
** Visualization | Visualization&lt;br /&gt;
* Machine Learning On DeepSense&lt;br /&gt;
** Deep Learning Frameworks |  ML/DL Frameworks &lt;br /&gt;
** Software | Software &lt;br /&gt;
***  Available software | Available Software&lt;br /&gt;
***  Installing Software | Installing Software&lt;br /&gt;
***  Getting started with Deep Learning | Using Software&lt;br /&gt;
** Running ML Jobs | Running ML jobs&lt;br /&gt;
***Submitting Jobs | Submitting Jobs&lt;br /&gt;
***Checking Job Status | Checking Job Status&lt;br /&gt;
***Writing Script| Writing Script &lt;br /&gt;
** Getting started with Jupyter Notebook | Using Jupyter Notebook&lt;br /&gt;
** Deep Learning Tutorials | ML/DL Tutorials&lt;br /&gt;
* Storage System&lt;br /&gt;
** Overview of your Storage on DeepSense | Storage Overview&lt;br /&gt;
** How to Transfer Data | How to Transfer Data&lt;br /&gt;
** Backup Policies | Backup Policies&lt;br /&gt;
** Quota Information and Management | Storage Quotas&lt;br /&gt;
* FAQ&lt;br /&gt;
** Restrictions | Restrictions&lt;br /&gt;
** Workarounds | Workarounds&lt;br /&gt;
** Best Practices | Best Practices&lt;br /&gt;
*** Your Accounts | Your Accounts&lt;br /&gt;
*** Data Storage | Data Storage&lt;br /&gt;
*** LSF Jobs | LSF Jobs&lt;br /&gt;
* Writing Tips&lt;br /&gt;
** Mitacs Accelerate Proposals | Mitacs Accelerate Proposals&lt;br /&gt;
** Paper Prep | Paper Prep&lt;br /&gt;
* DeepSense&lt;br /&gt;
** https://deepsense.ca | DeepSense home page&lt;br /&gt;
** Acknowledging DeepSense | Acknowledging DeepSense&lt;br /&gt;
** Terms of Use | Terms of use&lt;br /&gt;
* Training Projects&lt;br /&gt;
** Training Projects | Training Projects&lt;br /&gt;
* Additional Resources&lt;br /&gt;
** Related Links | Related Links&lt;br /&gt;
** External Links | External Links&lt;br /&gt;
** External Data Sources | External Data Sources&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=520</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=520"/>
		<updated>2021-05-10T18:16:52Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
* DeepSense HPC Platform&lt;br /&gt;
** mainpage | Cluster Status&lt;br /&gt;
** Resources | Resources&lt;br /&gt;
* Getting Support&lt;br /&gt;
** Contact information | Contact - Support email&lt;br /&gt;
* Getting Started &lt;br /&gt;
** Requesting access | Requesting access&lt;br /&gt;
** Video Tutorials | Video Tutorials&lt;br /&gt;
** Accessing Systems | Accessing Systems&lt;br /&gt;
*** VPN Setup | VPN Setup&lt;br /&gt;
*** SSH client setup | SSH client setup&lt;br /&gt;
*** Basic Linux | Basic Linux&lt;br /&gt;
*** Glossary | Glossary for Clusters&lt;br /&gt;
*** Info for first time cluster users | Intro to Clusters&lt;br /&gt;
** LSF | Basic LSF Jobs&lt;br /&gt;
**  CWS | Conductor with Spark&lt;br /&gt;
** Visualization | Visualization&lt;br /&gt;
* Machine Learning On DeepSense&lt;br /&gt;
** Deep Learning Frameworks |  ML/DL Frameworks &lt;br /&gt;
** Software | Software &lt;br /&gt;
***  Available software | Available Software&lt;br /&gt;
***  Installing Software | Installing Software&lt;br /&gt;
***  Getting started with Deep Learning | Using Software&lt;br /&gt;
** Running ML Jobs | Running ML jobs&lt;br /&gt;
***Submitting Jobs | Submitting Jobs&lt;br /&gt;
***Checking Job Status | Checking Job Status&lt;br /&gt;
***Writing Script| Writing Script &lt;br /&gt;
** Getting started with Jupyter Notebook | Using Jupyter Notebook&lt;br /&gt;
** Deep Learning Tutorials | ML/DL Tutorials&lt;br /&gt;
* Storage System&lt;br /&gt;
** Overview of your Storage on DeepSense | Storage Overview&lt;br /&gt;
** How to Transfer Data | How to Transfer Data&lt;br /&gt;
** Backup Policies | Backup Policies&lt;br /&gt;
** Quota Information and Management | Storage Quotas&lt;br /&gt;
* FAQ&lt;br /&gt;
** Restrictions | Restrictions&lt;br /&gt;
** Workarounds | Workarounds&lt;br /&gt;
** Best Practices | Best Practices&lt;br /&gt;
*** Your Accounts | Your Accounts&lt;br /&gt;
*** Data Storage | Data Storage&lt;br /&gt;
*** LSF Jobs | LSF Jobs&lt;br /&gt;
* Writing Tips&lt;br /&gt;
** Mitacs Accelerate Proposals | Mitacs Accelerate Proposals&lt;br /&gt;
** Paper Prep | Paper Prep&lt;br /&gt;
* DeepSense&lt;br /&gt;
** https://deepsense.ca | DeepSense home page&lt;br /&gt;
** Acknowledging DeepSense | Acknowledging DeepSense&lt;br /&gt;
** Terms of Use | Terms of use&lt;br /&gt;
* Training Projects | Training Projects&lt;br /&gt;
* Additional Resources&lt;br /&gt;
** Related Links | Related Links&lt;br /&gt;
** External Links | External Links&lt;br /&gt;
** External Data Sources | External Data Sources&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=519</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=519"/>
		<updated>2021-05-10T18:15:49Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
* DeepSense HPC Platform&lt;br /&gt;
** mainpage | Cluster Status&lt;br /&gt;
** Resources | Resources&lt;br /&gt;
* Getting Support&lt;br /&gt;
** Contact information | Contact - Support email&lt;br /&gt;
* Getting Started &lt;br /&gt;
** Requesting access | Requesting access&lt;br /&gt;
** Video Tutorials | Video Tutorials&lt;br /&gt;
** Accessing Systems | Accessing Systems&lt;br /&gt;
*** VPN Setup | VPN Setup&lt;br /&gt;
*** SSH client setup | SSH client setup&lt;br /&gt;
*** Basic Linux | Basic Linux&lt;br /&gt;
*** Glossary | Glossary for Clusters&lt;br /&gt;
*** Info for first time cluster users | Intro to Clusters&lt;br /&gt;
** LSF | Basic LSF Jobs&lt;br /&gt;
**  CWS | Conductor with Spark&lt;br /&gt;
** Visualization | Visualization&lt;br /&gt;
* Machine Learning On DeepSense&lt;br /&gt;
** Deep Learning Frameworks |  ML/DL Frameworks &lt;br /&gt;
** Software | Software &lt;br /&gt;
***  Available software | Available Software&lt;br /&gt;
***  Installing Software | Installing Software&lt;br /&gt;
***  Getting started with Deep Learning | Using Software&lt;br /&gt;
** Running ML Jobs | Running ML jobs&lt;br /&gt;
***Submitting Jobs | Submitting Jobs&lt;br /&gt;
***Checking Job Status | Checking Job Status&lt;br /&gt;
***Writing Script| Writing Script &lt;br /&gt;
** Getting started with Jupyter Notebook | Using Jupyter Notebook&lt;br /&gt;
** Deep Learning Tutorials | ML/DL Tutorials&lt;br /&gt;
* Storage System&lt;br /&gt;
** Overview of your Storage on DeepSense | Storage Overview&lt;br /&gt;
** How to Transfer Data | How to Transfer Data&lt;br /&gt;
** Backup Policies | Backup Policies&lt;br /&gt;
** Quota Information and Management | Storage Quotas&lt;br /&gt;
* FAQ&lt;br /&gt;
** Restrictions | Restrictions&lt;br /&gt;
** Workarounds | Workarounds&lt;br /&gt;
** Best Practices | Best Practices&lt;br /&gt;
*** Your Accounts | Your Accounts&lt;br /&gt;
*** Data Storage | Data Storage&lt;br /&gt;
*** LSF Jobs | LSF Jobs&lt;br /&gt;
* Writing Tips&lt;br /&gt;
** Mitacs Accelerate Proposals | Mitacs Accelerate Proposals&lt;br /&gt;
** Paper Prep | Paper Prep&lt;br /&gt;
* DeepSense&lt;br /&gt;
** https://deepsense.ca | DeepSense home page&lt;br /&gt;
** Acknowledging DeepSense | Acknowledging DeepSense&lt;br /&gt;
** Terms of Use | Terms of use&lt;br /&gt;
* Additional Resources&lt;br /&gt;
** Related Links | Related Links&lt;br /&gt;
** External Links | External Links&lt;br /&gt;
** External Data Sources | External Data Sources&lt;br /&gt;
* Training Projects | Training Projects&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
	<entry>
		<id>https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=518</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://docs.deepsense.ca/index.php?title=MediaWiki:Sidebar&amp;diff=518"/>
		<updated>2021-05-10T17:44:12Z</updated>

		<summary type="html">&lt;p&gt;Bgeetika: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
* DeepSense HPC Platform&lt;br /&gt;
** mainpage | Cluster Status&lt;br /&gt;
** Resources | Resources&lt;br /&gt;
* Getting Support&lt;br /&gt;
** Contact information | Contact - Support email&lt;br /&gt;
* Getting Started &lt;br /&gt;
** Requesting access | Requesting access&lt;br /&gt;
** Video Tutorials | Video Tutorials&lt;br /&gt;
** Accessing Systems | Accessing Systems&lt;br /&gt;
*** VPN Setup | VPN Setup&lt;br /&gt;
*** SSH client setup | SSH client setup&lt;br /&gt;
*** Basic Linux | Basic Linux&lt;br /&gt;
*** Glossary | Glossary for Clusters&lt;br /&gt;
*** Info for first time cluster users | Intro to Clusters&lt;br /&gt;
** LSF | Basic LSF Jobs&lt;br /&gt;
**  CWS | Conductor with Spark&lt;br /&gt;
** Visualization | Visualization&lt;br /&gt;
** Training Projects | Training Projects&lt;br /&gt;
* Machine Learning On DeepSense&lt;br /&gt;
** Deep Learning Frameworks |  ML/DL Frameworks &lt;br /&gt;
** Software | Software &lt;br /&gt;
***  Available software | Available Software&lt;br /&gt;
***  Installing Software | Installing Software&lt;br /&gt;
***  Getting started with Deep Learning | Using Software&lt;br /&gt;
** Running ML Jobs | Running ML jobs&lt;br /&gt;
***Submitting Jobs | Submitting Jobs&lt;br /&gt;
***Checking Job Status | Checking Job Status&lt;br /&gt;
***Writing Script| Writing Script &lt;br /&gt;
** Getting started with Jupyter Notebook | Using Jupyter Notebook&lt;br /&gt;
** Deep Learning Tutorials | ML/DL Tutorials&lt;br /&gt;
* Storage System&lt;br /&gt;
** Overview of your Storage on DeepSense | Storage Overview&lt;br /&gt;
** How to Transfer Data | How to Transfer Data&lt;br /&gt;
** Backup Policies | Backup Policies&lt;br /&gt;
** Quota Information and Management | Storage Quotas&lt;br /&gt;
* FAQ&lt;br /&gt;
** Restrictions | Restrictions&lt;br /&gt;
** Workarounds | Workarounds&lt;br /&gt;
** Best Practices | Best Practices&lt;br /&gt;
*** Your Accounts | Your Accounts&lt;br /&gt;
*** Data Storage | Data Storage&lt;br /&gt;
*** LSF Jobs | LSF Jobs&lt;br /&gt;
* Writing Tips&lt;br /&gt;
** Mitacs Accelerate Proposals | Mitacs Accelerate Proposals&lt;br /&gt;
** Paper Prep | Paper Prep&lt;br /&gt;
* DeepSense&lt;br /&gt;
** https://deepsense.ca | DeepSense home page&lt;br /&gt;
** Acknowledging DeepSense | Acknowledging DeepSense&lt;br /&gt;
** Terms of Use | Terms of use&lt;br /&gt;
* Additional Resources&lt;br /&gt;
** Related Links | Related Links&lt;br /&gt;
** External Links | External Links&lt;br /&gt;
** External Data Sources | External Data Sources&lt;/div&gt;</summary>
		<author><name>Bgeetika</name></author>
		
	</entry>
</feed>