Create an executable of your solution

Assignment Help Other Subject
Reference no: EM133905620

Intelligent Systems

Learning Outcome 1: Determine suitable approaches towards the construction of AI systems.

Learning Outcome 2: Determine ethical challenges which are distinctive to AI and issues that may arise with such rapidly developing technologies.

Learning Outcome 3: Apply knowledge based or learning based methods to solve problems in complex environments that attempt to simulate human thought and decision making processes, allowing modern society to make further advancements.

Learning Outcome 4: Communicate clearly and effectively using the technical language of the field and constructively engage with different stakeholders.

Learning Outcome 5: Apply the foundational principles of AI learnt throughout the course and apply it to the different areas of Natural Language Processing, Speech Recognition, Computer Vision and Machine Learning.

Task Summary
In a group (approximately 3 or 4) you should apply the foundational principles of AI to a Natural Language Processing (NLP) or Computer Vision project capable of solving a specific problem. There are two problems defined for this task - and you will need to choose one. The NLP based task is where you can implement a sentiment analysis project. The Computer Vision project will provide you an opportunity to train a model based on sample data that will let you perform a a self-driving simulation without crashing or leaving the road.

If you choose the NLP-based task, your solution should be delivered as a simple website with a text box to enter a sample statement for sentiment analysis and a button to execute the sentiment analysis function. The interface should also present the outcome of executing the sentiment analysis function on the page. Note that you will be training a machine learning model to analyse the sentiments of customers reviews and creating a prediction function to allow for the input text to be subject to sentiment analysis based on your trained model.

With the Computer Vision project, there is also a need to train a model that the simulator will use to run a simulation based on sample data. The model (which is trained on this sample data) will need to be submitted as a deliverable along with a video of a full lap of the car doing a lap in the simulator. Boost your grades with expert-level assignment help today.

Context

This assessment moves further into solving a more realistic program by building a more complex Intelligent System. The Intelligent System can either be an application in Natural Language Processing or Computer Vision - two of the key focus areas in industry and academia.
The project will also give you an opportunity to hone your skills and be able to collaborate with other individuals in a team. Collaboration is common in the workplace, and therefore a skill worth practising. The group work in this assessment will help you to identify the skills you might need to refine and help you to understand how to communicate better with your team mates. There is also a presentation and report deliverable that will help you practise your verbal and written communication skills as these will prove to be vital in the workplace.

Task Instructions

You should work in a group of 3 or 4 people (depending on the numbers in your class) and the tasks of each person should be determined at the beginning of your project. This is important to ensure expectations of individual contributions are set. You are required to use the version control tools Git that can also keep a track of collaboration between members. You also need to deliver a presentation that should be no longer than 15 minutes, and is based on the project you have implemented together. Individually, you must also prepare a report explaining each team member's contribution to the project (250 words). The individual report explains the contribution each person made to the assessment task. Finally, you should include a self-assessment of your perceived percentage contribution to the overall assessment task, and how much each team member contributed. Further instructions and detail are provided below.

To complete this assessment task you must:

Participate in a group project to develop an NLP or a Computer Vision project. Your project can either be the NLP or the Computer Vision application.

In case of the NLP, you need to use the following link to the dataset The dataset is a collection of Amazon product reviews across several categories. Your task will be to train a neural network to perform sentiment analysis to allow it to match with one of the categories in the dataset. Note that the dataset already contains labelled data for positive and negative reviews. You should load all the negative and positive comments, mix and randomise the data, take some percentage of data to train your model, and use the rest for testing your model. Your solution needs to be able to:
Clean the data (punctuation, spelling etc.)

Encode the words in the review
Encode the labels for ‘positive' and ‘negative'
Conduct outlier removal to eliminate really short or wrong reviews.
Pad/truncate remaining data
Split the data into training, validation and test sets
Obtain batches of training data (you may use DataLoaders or generator functions)
Define the network architecture
Define the model class
Instantiate the network
Train your model
Test

Develop a simple web page/create an executable of your solution that will take an input sentence and provide an output of whether the review sentiment was positive or negative.

Run an inference on some test input data - both positive and negative and observe how often the model gets these right.
Repeat training and rearchitect the model if required.

Keep in mind your ethical responsibility as a data science practitioner of the need to be fair and uniform in deriving accurate sentiment from a product review when conducting the above i.e. the dataset may have been split into positive and negative by the owner, however, can you identify any issues in their decision that you've now addressed? Note these in your report.

Deploy the system on a simple website or provide an executable which can be run on the command line.

The interface for the NLP solution should have an input field to insert an input sentence into as well as a button to execute the sentiment analysis function you've implemented. Note that the facilitator will test out a few input statements to verify the accuracy of your model's sentiment analysis capability. The execution of the sentiment analysis should produce an output once an input sentence is entered into the field and the button clicked in the form of "Positive review" or "Negative review" as a text output. If you're confident that you've trained your model sufficiently well on the training data, experiment to see what results you get when you provide it a sample input that is outside the training data.

IF you choose to work on the Computer Vision project, you will work on Udacity's self-driving car simulator project. The download link to the simulator is provided below as is the training data. Your task is to build a machine learning model that is trained on the data provided and when run on the simulator, will hopefully keep the car on the road without running off track.

Reference no: EM133905620

Questions Cloud

Relationship between self-control and police misconduct : discuss the findings in a study conducted by Donner, Fridell, and Jennings (2016) pertaining to the relationship between self-control and police misconduct.
Disadvantages of zero tolerance policies on juveniles : Discuss the advantages and disadvantages of zero tolerance policies on juveniles, the schools they go to, and the communities in which they live.
Sampling police officers in particular agency : Describe how you would approach sampling police officers in a particular agency.
Discuss the impact of judicial discretion : Discuss the impact of judicial discretion during the sentencing process at the conclusion of a trial.
Create an executable of your solution : ISY503 Intelligent Systems, Torrens University - Develop a simple web page/create an executable of your solution that will take an input sentence and provide
Describe historical and cultural significance of photoshop : Describe the historical and cultural significance of Photoshop. Compare and contrast the types of projects that Photoshop should be used for and not used for.
Describe the different characteristics of the four agonists : Describe the different characteristics of the four agonists and how each mediates distinct biological activities. Include proposed mechanisms and the receptor.
History and evolution of juvenile justice system : Explain the history and evolution of the juvenile justice system. Examine and explain the pros and cons of treatment vs. punishment for juvenile offenders.
Discuss unique security challenges within organizations : Discuss the unique security challenges within organizations. Discuss human resource and training issues used in security administration.

Reviews

len3905620

8/12/2025 10:57:20 PM

And that higher complexity is equal to higher accuracy when running the results he was like we need 90 to 92% accuracy *presentation: 10-12 slides Try to add keywords, statistical diagrams, images. Don't add more long sentences. Please provide Speech for that, also please give more speech, because our presentation time is at least 12-15 minutes. We are just 2 members in group, so provide the speech according to that.

len3905620

8/12/2025 10:56:56 PM

*Also Add required comments in between the codes *Add Ethical Consideration (Make sure Ethical Issue related/focuses directly on case study) *Functionality: Focus on performance Metrix For E.g.: Accuracy, Precision, F1 score, Recall, MSE *Technical Requirements: *For NLP: Data Processing( focus on How we can reprocess the data like cleaning, encoding, outlier removal) *Presentation *Need to detect what are the main significant points in project/result *The word file which I shared with you is just a rough sketch/example and for that professor is not sure if the results work in that or not. So Make sure you just use that file as an reference/example to create your codes, But don't copy everything from that file. Because that are not complete codes, that's just half-half codes and all of them are not correct, and he cut the codes.So make sure you don't use all that codes. That's just an example how professor want us to make Python file.

len3905620

8/12/2025 10:56:27 PM

We are just 2 person in group Need 4 files for submission .ipynb 2 individual report(for both group members we need individual report, So 250 words for each person (250 words +/-10%) Presentation slides (please provide speech in other file) Assessment 3 *Need to prepare this assessment on NLP, because oy previous 2 assessment are on NLP. *Make sure you don't prepare this assessment on CV *Add comment in python for each individual parts

len3905620

8/12/2025 10:55:50 PM

Group presentation and two individual report 250 words each Need to do Assessment 3 for ISY503, Intelligent Systems With presentation and speech right? And please this time give this assignment to the best expert. So please make sure that whoever is your best expert makes the assignment only after reading everything in detail. Please tell the expert to refer all the details I have sent along with the assessment brief Lecture notes -Attached I had sent the rest in the last assessment (in total 10 lecture notes) Just an reference example file for coding, it's just an example so don't use this as an code

Write a Review

Other Subject Questions & Answers

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd