合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

        TCS3393 DATA MINING代做、代寫Python/Java編程

        時間:2024-03-24  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



        FACULTY OF ENGINEERING, BUILT-ENVIRONMENT, AND INFORMATION
        TECHNOLOGY (FOEBEIT)
        BACHELOR OF INFORMATION TECHNOLOGY (HONS)
        JANUARY-MAY 2024 INTAKE
        TCS3393 DATA MINING
        GROUP ASSIGNMENT [2-3 members per group]
        This assignment is worth 25% of the overall marks available for this module. This assignment
        aims to help the student explore and analyse a set of data and reconstruct it into meaningful
        representations for decision-making.
        The online landscape is ever-evolving, with websites serving as crucial assets for businesses,
        organizations, and individuals. As the internet continues to grow, the need for accurate and
        efficient website classification becomes paramount. Understanding the nature of websites, their
        content, and the user experience they provide is vital for various purposes, including online
        security, marketing strategies, and content filtering.
        Embarking on a data science project, you collaborate with a cybersecurity firm dedicated to
        enhancing web security measures. The firm provides you with a rich dataset encompassing
        various attributes of websites, including their URLs, user comments, and assigned categories.
        Your objective is to develop a classification model capable of accurately categorizing websites
        based on these variables.
        The dataset includes information on the URLs of different websites, user comments associated
        with those websites, and pre-existing categories assigned to them. The challenge lies in creating
        a model that not only accurately classifies websites but also adapts to the dynamic nature of the
        online environment, where new types of websites constantly emerge.
        Introduction
        2
        Your goal is to implement advanced data analysis techniques to train a model that enhances the
        efficiency of web classification.
        Techniques
        The techniques used to explore the dataset using various data exploration, manipulation,
        transformation, and visualization techniques are covered in the course. As an additional feature,
        you must explore further concepts which can improve the retrieval effects. The datasetprovided
        for this assignment is related to the website classification.
        Dataset
        This dataset contains information on 1407 websites URL. It includes 3 variables that describe
        various categories of websites. The dataset will be analyzed using subsets of these variables for
        descriptive and quantitative analyses, depending on the specific models used.
        Objective:
        Develop a classification model to categorize websitesusing advanced data science techniques.The
        model should robustly classify the website based on comments stated in the dataset.
        Tasks:
        1. Data Exploration:
        • Conduct an initial exploration of the dataset to understand its structure, size, and
        variables.
        • Examine the distribution of website categories to identify any imbalances in the
        dataset.
        • Explore the distribution of URLs and user comments length to gain insights into the
        data.
        Assignment Task: Websites Classification
        3
        2. Descriptive Analysis:
        A. Basic Exploration:
        • Describe the structure of the dataset. How many observations and variables
        does it contain?
        • What are the data types of the variables in the dataset?
        B. Statistical Summary:
        • Provide a statistical summary of the 'Category' variable. What are the most
        common website categories?
        • Calculate basic descriptive statistics (mean, median, standard deviation) for
        relevant numeric variables.
        C. URL Analysis:
        • Analyze the distribution of website URLs. Are there any patterns or
        commonalities?
        • Are there any outlier URLs that need special attention?
        3. Data Preprocessing:
        A. Cleaning Text Data:
        • Explore the 'cleaned_website_text' variable. What preprocessing steps would
        you take to clean text data for analysis?
        • Implement text cleaning techniques and explain their importance in preparing
        data for text-based analysis.
        B. Handling Missing Values:
        • Identify if there are any missing values in the dataset. Propose strategies for
        handling missing values, specifically in the 'cleaned_website_text' column.
        4. Visualization:
        A. Category Distribution Visualization:
        • Create a bar chart or pie chart to visually represent the distribution of website
        categories.
        • How does the visualization help in understanding the balance or imbalance of
        the dataset?
        B. Text Data Visualization:
        • Generate word clouds or frequency plots for the 'cleaned_website_text'
        variable. What insights can be gained from these visualizations?
        4
        5. Model Development
        A. Data Mining Analysis:
        • Split the dataset into training and testing sets for model evaluation.
        • Implement various machine learning algorithms for classification, such as logistic
        regression, decision trees, or random forests.
        B. Training and Evaluation
        • Evaluate the performance of each model using metrics like accuracy, precision, recall,
        and F**score.
        • Discuss the challenges and considerations specific to evaluating a model for website
        classification.
        6. Advanced Techniques:
        i. Feature Engineering:
        • Propose additional features that could enhance the model's performance.
        How might these features capture more nuanced information about websites?
        ii.Dynamic Nature of Websites:
        • Given the dynamic nature of the online environment, how could the model
        adapt to newly emerging website types? Discuss strategies for model
        adaptation.
        7. Create Dashboard, Report and Conclusions:
        • Summarize the findings, including insights gained from exploratory data analysis and
        the performance of the classification model.
        • How interpretable is the chosen model? Can you explain the decision-making process
        of the model in the context of website classification?
        • Provide recommendations for further improvements or considerations in the dynamic
        landscape of web classification.
        • Reflect on the challenges encountered during the analysis. What potential
        improvements or future work would you recommend to enhance the model's
        performance?
        This assignment allows students to apply knowledge of data exploration, preprocessing, data
        modelling, and model building to solve a real-world problem in the business domain. It also
        encourages them to explore additional concepts for improving model performance.
        5
        • The complete Python program (source code (ipynb)) and report must be submitted to
        Blackboard.
        • Python Script (Program Code):
        o Name the file under your name and SUKD number.
        o Start the first two lines in your program by typing your name and SUKD
        number. For example:
        # Nor Anis Sulaiman
        #SUKD20231234
        o For each question, give an ID and explain what you want to discover. For example:
        a. Explore the distribution of website categories in the dataset. Are there any specific
        categories that are more prevalent than others?
        b. Visualize the distribution of URL lengths and user comments lengths. Are there patterns
        or outliers that could be informative for the classification model?
        c. What steps would you take to clean and preprocess the URLs and user comments for
        effective analysis?
        d. How might you handle any missing values in the dataset, and what impact could they
        have on the classification model?
        e. Provide descriptive statistics for key variables such as URL lengths and user comments
        lengths. What insights can be derived from these statistics?
        f. Explore potential additional features that could enhance the model's ability to classify
        websites accurately.
        g. How might the inclusion of features derived from URLs or user comments contribute
        to the overall model performance?
        h. Choose a classification algorithm suitable for website classification. Explain your
        choice.
        i. Implement the chosen algorithm using Python and relevant libraries. What
        considerations should be taken into account during the model implementation phase?
        j. Split the dataset into training and testing sets. How would you assess the performance
        of the model using metrics like accuracy, precision, recall, and F**score?
        k. Discuss potential challenges in evaluating the model's effectiveness and generalization
        to new websites.
        l. Create visualizations to interpret the model's predictions and showcase its classification
        performance.
        Deliverables
        6
        As part of the assessment, you must submit the project report in printed and softcopy form,
        which should have the following format:
        A) Cover Page:
        All reports must be prepared with a front cover. A protective transparent plastic sheet can be
        placed in front of the report to protect the front cover. The front cover should be presented with
        the following details:
        o Module
        o Coursework Title
        o Intake
        o Student name and ID
        o Date Assigned (the date the report was handed out).
        o Date Completed (the date the report is due to be handed in).
        B) Contents:
        • Introduction and assumptions (if any)
        • Data import / Cleaning / pre-processing / transformation
        • Each question must start in a separate page and contains:
        o Analysis Techniques - data exploration / manipulation / visualization
        o Screenshot of source code with the explanation.
        o Screenshot of output/plot with the explanation.
        o Outline the findings based on the results obtained.
        • The extra feature explanation must be on a separate page and contain:
        Documents: Coursework Report
        7
        o Screenshot of source code with the explanation.
        o Screenshot of output/plot with the explanation.
        o Explain how adding this extra feature can improve the results.
        C) Conclusion
        • Depth and breadth of analysis
        • Quality and depth of feedback on the analysis process
        • Reflection on learning and areas for improvement
        D) References
        • The font size used in the report must be 12pt, and the font is Times New Roman. Full
        source code is not allowed to be included in the report. The report must be typed and
        clearly printed.
        • You may source algorithms and information from the Internet or books. Proper
        referencing of the resources should be evident in the document.
        • All references must be made using the APA (American Psychological Association)
        referencing style as shown below:
        o The theory was first propounded in 1970 (Larsen, A.E. 1971), but since then has
        been refuted; M.K. Larsen (1983) is among those most energetic in their
        opposition……….
        o /**Following source code obtained from (Danang, S.N. 2002)*/
        int noshape=2;
        noshape=GetShape();
        • A list of references at the end of your document or source code must be specified in the
        following format:
        Larsen, A.E. 1971, A Guide to the Aquatic Science Literature, McGraw-Hill, London.
        Larsen, M.K. 1983, British Medical Journal [Online], Available from
        http://libinfor.ume.maine.edu/acquatic.htm (Accessed 19 November 1995)
        Danang, S.N., 2002, Finding Similar Images [Online], The Code Project, *Available
        from http://www.codeproject.com/bitmap/cbir.asp, [Accessed 14th *September 2006]
        Further information on other types of citation is available in Petrie, A., 2003, UWE
        Library Services Study Skills: How to reference [online], England, University of
        請加QQ:99515681  郵箱:99515681@qq.com   WX:codehelp 

        掃一掃在手機打開當前頁
      1. 上一篇:ECM1410代做、代寫java編程設計
      2. 下一篇:代做CS 550、代寫c++,Java編程語言
      3. 無相關信息
        合肥生活資訊

        合肥圖文信息
        急尋熱仿真分析?代做熱仿真服務+熱設計優化
        急尋熱仿真分析?代做熱仿真服務+熱設計優化
        出評 開團工具
        出評 開團工具
        挖掘機濾芯提升發動機性能
        挖掘機濾芯提升發動機性能
        海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
        海信羅馬假日洗衣機亮相AWE 復古美學與現代
        合肥機場巴士4號線
        合肥機場巴士4號線
        合肥機場巴士3號線
        合肥機場巴士3號線
        合肥機場巴士2號線
        合肥機場巴士2號線
        合肥機場巴士1號線
        合肥機場巴士1號線
      4. 短信驗證碼 酒店vi設計 NBA直播 幣安下載

        關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

        Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
        ICP備06013414號-3 公安備 42010502001045

        亚洲精品国产成人| 亚洲精品美女久久久久99| 国产精品色午夜视频免费看| 精品蜜臀久久久久99网站| 午夜精品久久久久久毛片| 久久久久人妻精品一区三寸蜜桃| 四虎影视永久在线精品| 日韩毛片一级好特黄| 国产亚洲午夜精品| 毛片亚洲AV无码精品国产午夜| 最新日韩精品中文字幕| 国产成人精品免费视频网页大全 | 国产精品亚洲不卡一区二区三区| 日韩精品亚洲专区在线影视| 无码日韩人妻AV一区免费l| 国产精品天堂avav在线| 国内精品久久人妻无码不卡| 国产69精品久久久久久久| 伊人无码精品久久一区二区| 亚洲精品第一综合99久久| 国产四虎免费精品视频| 国产精品福利网站导航| 国产精品亚洲精品青青青| 久久精品久噜噜噜久久| 国产成人精品高清在线观看99 | 国产精品99久久免费| 国产精品毛片在线完整版| 在线观看精品国产福利片尤物| 自拍偷自拍亚洲精品播放| 日韩人妻高清精品专区| 国产精品高清在线观看93| 国产精品冒白浆免费视频| 国产成人亚洲精品电影| 国产成人精品无码一区二区老年人| 国产成人精品视频网站| 日韩av片无码一区二区三区不卡 | 亚洲中文字幕久久精品无码APP| 国产午夜精品一二区理论影院| 在线精品无码字幕无码AV| 国产精品乱码高清在线观看| 久久99九九99九九精品|