<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>AIL Uni 24-25 Jan25 C3 - Develop AI App by Enoch Sit</title>
      <link>https://padlet.com/enochsit/legcsgy3oahu4l8g</link>
      <description>Everything you need to succeed</description>
      <language>en-us</language>
      <pubDate>2024-09-22 13:50:02 UTC</pubDate>
      <lastBuildDate>2025-01-23 04:21:08 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f4da.png</url>
      </image>
      <item>
         <title></title>
         <author>enochsit</author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301156326</link>
         <description><![CDATA[<p>1. How your group should proceed to develop the AI solution? (i.e. What are the <strong><em><mark>five steps </mark></em></strong>of machine learning?)</p><p>2. What kind of <strong><em><mark>AI concepts</mark></em></strong> are involved?</p><p>3. What would be some expected <strong><em><mark>obstacles and possible ways</mark></em></strong> to improve the solution?</p><p>4. What <strong><em><mark>ethical considerations</mark></em></strong> you should be aware of?</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2776826552/f5a9287827c2a244123c37e695900933/p1.png" />
         <pubDate>2025-01-23 01:38:20 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301156326</guid>
      </item>
      <item>
         <title></title>
         <author>enochsit</author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301157251</link>
         <description><![CDATA[<p>1. How your group should proceed to develop the AI solution? (i.e. What are the <strong><em><mark>five steps </mark></em></strong>of machine learning?)</p><p>2. What kind of <strong><em><mark>AI concepts</mark></em></strong> are involved?</p><p>3. What would be some expected <strong><em><mark>obstacles and possible ways</mark></em></strong> to improve the solution?</p><p>4. What <strong><em><mark>ethical considerations</mark></em></strong> you should be aware of?</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2776826552/22e5a0131631301d77d1624914af1548/p2.png" />
         <pubDate>2025-01-23 01:38:56 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301157251</guid>
      </item>
      <item>
         <title></title>
         <author>enochsit</author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301157892</link>
         <description><![CDATA[<p>1. How your group should proceed to develop the AI solution? (i.e. What are the <strong><em><mark>five steps </mark></em></strong>of machine learning?)</p><p>2. What kind of <strong><em><mark>AI concepts</mark></em></strong> are involved?</p><p>3. What would be some expected <strong><em><mark>obstacles and possible ways</mark></em></strong> to improve the solution?</p><p>4. What <strong><em><mark>ethical considerations</mark></em></strong> you should be aware of?</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2776826552/9686a8154d3c13c7b10e4c93e2d36658/p3.png" />
         <pubDate>2025-01-23 01:39:26 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301157892</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301299618</link>
         <description><![CDATA[<p>These are my thoughts</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-23 03:58:25 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301299618</guid>
      </item>
      <item>
         <title>Group 666</title>
         <author></author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301303474</link>
         <description><![CDATA[<ol><li><p>problem definition: developing a AI solusion to recognize the plants in EDUHK with teachable machine. </p></li><li><p> Data collection: taking 50 pictures of different plants, each plants with at least 5 pictures from different angles. </p></li><li><p>Data preprocessing: classifying the plants with picture and names,  and croping, shearing the pictures to create more data. </p></li><li><p>Model training: Using the teachable machine to train the model to recognize the pictures of plants. </p></li><li><p> inference and predictions： using new pictures to test. </p><p><br></p><p><br></p><ol start="6"><li><p>AI  concepts: supervised learning. </p></li></ol><p><br></p><ol start="7"><li><p>Obstacles： similar plants cannot recognize. solution: Taking more pictures. </p></li></ol></li></ol><p>       </p><p>          8.  ethical consideration:  the copyright of pictures online, damaging the plants when taking pictures, poisonous mushrooms maybe taken mistakenly.</p><p>      </p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-23 04:02:48 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301303474</guid>
      </item>
      <item>
         <title>Developing a system to identify red flowers and hibiscus with Teachable Machine and Dancing with AI</title>
         <author></author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301304791</link>
         <description><![CDATA[<p>1.&nbsp;&nbsp;&nbsp;&nbsp; Five Steps of Machine Learning:</p><p>l&nbsp; Data Collection: Gather a dataset of images of the two types of flowers we want to recognize. This dataset should include various images under different lighting conditions, angles, and backgrounds to ensure robustness.</p><p>l&nbsp; Data Preparation: Preprocess the images by resizing them to a uniform size, normalizing pixel values, and augmenting the dataset with techniques like rotation, flipping, and color adjustment to increase diversity. And label the images accurately with the corresponding flower names.</p><p>l&nbsp; Model Selection: Convolutional Neural Networks (CNNs), which are effective for this task.</p><p>l&nbsp; Training the Model:</p><p>Split the dataset into training, validation, and testing sets.</p><p>Train the model using the training set while monitoring performance on the validationset. Adjust hyperparameters as needed to optimize performance.</p><p>l&nbsp; Evaluation and Deployment:</p><p>Evaluate the model’s performance using accuracy on the test set.</p><p>Once satisfied with the performance, deploy the model into an application where users can upload images of flowers and receive information about them.</p><p>&nbsp;</p><p>2.</p><p>l&nbsp; Image Processing: Techniques for handling and manipulating image data to improve model performance.</p><p>l&nbsp; Deep Learning: Specifically using neural networks, particularly CNNs for image classification tasks.</p><p>l&nbsp; Computer Vision: The field concerned with how computers can be made to gain understanding from digital images or videos.</p><p>&nbsp;</p><p>3.</p><p>l&nbsp; Data Quality and Quantity: Insufficient or poor-quality images can lead to a poorly performing model.</p><p>Improvement: Increase the dataset size and quality through data augmentation and sourcing more images.</p><p>&nbsp;</p><p>l&nbsp; Overfitting: The model may perform well on training data but poorly on unseen data.</p><p>Improvement: Use techniques like regularization, dropout, and cross-validation to mitigate overfitting.</p><p>&nbsp;</p><p>l&nbsp; Environmental Variability: Different lighting conditions and backgrounds can affect recognition accuracy.</p><p>Improvement: Train with a diverse set of images to make the model robust against variations.</p><p>&nbsp;</p><p>4. Ethical Considerations:</p><p>l&nbsp; Privacy: Ensure that users’ images are handled with care, and consider implementing policies on data retention and user consent.</p><p>l&nbsp; Environmental Impact: Ensure that the application encourages conservation and respect for nature rather than promoting the collection of plants.</p><p>l&nbsp; Misinformation: Be cautious about the accuracy of the information provided about plants, as incorrect data can lead to misuse or harm.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-23 04:04:18 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301304791</guid>
      </item>
      <item>
         <title>Group 3</title>
         <author></author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301308063</link>
         <description><![CDATA[<p><br></p><p>Problem Statement</p><ul><li><p>Identify various types of plants and provide detailed information about each.</p></li></ul><p>Data Collection</p><ul><li><p>Capture plant images (data augmentation techniques).</p></li><li><p>Compile data from a plant encyclopedia for reference.</p></li></ul><p>Data Processing</p><ul><li><p>Format the collected data for consistency and usability.</p></li></ul><p>Model Training</p><ul><li><p>Use the K-Nearest Neighbors (KNN) algorithm for classification.</p></li></ul><p>Inference &amp; Prediction</p><ul><li><p>Test the tool by allowing users to upload images of different plants.</p></li></ul><p>AI Concepts</p><ul><li><p>Implement KNN for classification tasks.</p></li></ul><p>Challenges</p><ul><li><p>The model may struggle to recognize plants at different growth stages.</p></li></ul><p>Ethical Considerations</p><ul><li><p>Address copyright issues related to the use of information and images.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-23 04:08:02 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301308063</guid>
      </item>
      <item>
         <title>Group 5 Question 1</title>
         <author></author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301308093</link>
         <description><![CDATA[<ol><li><p>Problem Definition: Provide a relationship between the traffic situations and deciding factors such as date, time, etc, and use that relationship to predict future traffic.</p><p><br></p><p>Data Collection: Gather historical data on inbound and outbound traffic at the control points. This data may include:</p><p>- Daily traffic counts</p><p>- Seasonal trends</p><p>- Holiday schedules</p><p>- Weekend patterns</p><p>- External factors (e.g., weather conditions, special events)</p><p><br></p><p>Data Processing: Clean and preprocess the data to ensure it is suitable for analysis. This may involve:</p><p>- Handling missing values</p><p>- Normalizing data</p><p>- Creating features that capture seasonal effects or trends</p><p><br></p><p><br></p><p>Model Training: Choose an appropriate model, such as linear regression. Plug in the data and perform the machine learning.</p><p><br></p><p>Inferences and Prediction: Use this model to predict future traffic, which can help future decisions on allocate resources for the traffic.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-23 04:08:04 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301308093</guid>
      </item>
      <item>
         <title>GROUP CUTE FLOWERS</title>
         <author></author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301310298</link>
         <description><![CDATA[<p>   1.  Develop the AI to recognize the flowers around our campus by taking photos.</p><ol start="2"><li><p>take pictures of flowers around the campus as many as possible and as many angles as possible, as more detailed as possible.</p></li><li><p>classify the flowers by colors , shape, size, petals,names, medical function</p></li><li><p>teachable machine </p></li><li><p>new pics and similar flowers pics to predict </p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-23 04:10:27 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301310298</guid>
      </item>
      <item>
         <title>Gorup 5 Q2</title>
         <author></author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301310580</link>
         <description><![CDATA[<p>Regression concept is used because Regression analysis provides a quantitative framework for predicting traffic volumes based on historical data. By analyzing past traffic patterns, regression models can identify trends and relationships between various factors, such as time of year, day of the week, and special events, which are crucial for accurate forecasting.</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-23 04:10:52 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301310580</guid>
      </item>
      <item>
         <title>Group 5 - question 3 &amp; 4</title>
         <author></author>
         <link>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301314493</link>
         <description><![CDATA[<p>We may have chances to face the exposure of private information and we need to be careful to the personal privacy while collecting data. The solution for privacy protection is using the encryption technology and anonymization.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-23 04:16:10 UTC</pubDate>
         <guid>https://padlet.com/enochsit/legcsgy3oahu4l8g/wish/3301314493</guid>
      </item>
   </channel>
</rss>
