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

        代寫159.740編程、代做c/c++,Python程序
        代寫159.740編程、代做c/c++,Python程序

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



        159.740 Intelligent Systems
        Assignment #2 
        N.H.Reyes 
        Letter Recognition using Deep Neural Nets with Softmax Units 
        Deadline: 4th of November 
        Instructions: 
        You are allowed to work in a group of 2 members for this assignment. 
        Your task is to write a program that implements and tests a multi-layer feed-forward network for 
        recognising characters defined in the UCI machine learning repository: 
        http://archive.ics.uci.edu/ml/datasets/Letter+Recognition
        Requirements: 
        1. Use QT to develop your Neural Network application. A short tutorial on QT, and a start-up 
        code that will help you get started quickly with the assignment is provided via Stream. 
        2. You may utilise/consult codes available in books and websites provided that you cite them 
        properly, explain the codes clearly, and incorporate them with the start-up codes provided. 
        3. Implement a multi-layer feed-forward network using backpropagation learning and test it on the 
        given problem domain using different network configurations and parameter settings. There 
        should be at least 2 hidden layers in your neural network. 
        h21 h11 X1
        X2
        F1
        F2 h12 h22
        OF1
        OF2
        δh21
        δh22 δh12
        δf1
        δf2
        δh11
        … … … … 
        X16
        Fm Hi Hj
        OFm
        Input node
        Legend: 
        hidden node
        output node = softmax unit
         Note that all nodes, except the input nodes have a bias node attached to it. 
        159.740 Intelligent Systems
        Assignment #2 
        N.H.Reyes 
        A. Inputs 
         16 primitive numerical attributes (statistical moments and edge counts) 
         The input values in the data set have been scaled to fit into a range of integer values 
        from 0 through 15. It is up to you if you want to normalise the inputs before feeding 
        them to your network. 
        B. Data sets 
         Use the data set downloadable from: 
         Training set: use the first 16,000 
         Test set/Validation set: use the remaining 4,000 
         Submit your training data, validation/test data in separate files. 
        C. Performance measure: 
         Mean Squared Error (MSE) 
         Percentage of Good Classification (PGC) 
         Confusion Matrix (only for the best Neural Network configuration found) 
        D. Training 
         Provide a facility for shuffling data before feeding it to the network during training 
         Provide a facility for continuing network training after loading weights from file (do not 
        reset the weights). 
         Provide a facility for training the network continuously until either the maximum 
        epochs have been reached, or the target percentage of good classification has been met. 
         For each training epoch, record the Mean Squared Error and the Percentage of Good 
        Classification in a text file. You need this to plot the results of training later, to 
        compare the effects of the parameter settings and the architecture of your network. 
        E. Testing the Network 
         Calculate the performance of the network on the Test set in terms of both the MSE and 
        PGC. 
        F. Network Architecture 
         It is up to you to determine the number of hidden layers and number of hidden nodes 
        per hidden layer in your network. The minimum number of hidden layers is 2. 
         Use softmax units at the output layer 
         Experiment with ReLU and tanh as the activation functions of your hidden units 
         Determine the weight-update formulas based on the activation functions used 
        4. Provide an interface in your program for testing the network using an input string consisting of 
        the 16 attributes. The results should indicate the character classification, and the 26 actual 
        numeric outputs of the network. (the start-up codes partly include this functionality already, for 
        a simple 3-layer network (1 hidden layer), but you need to modify it to make it work for the 
        multiple hidden layer architecture that you have designed). 
        5. Provide an interface in your program for: 
        A. Reading the entire data set 
        B. Initialising the network 
        C. Loading trained weights 
        D. Saving trained weights 
        E. Training the network up to a maximum number of epochs 
        159.740 Intelligent Systems
        Assignment #2 
        F. Testing the network on a specified test set (from a file) 
        G. Shuffling the training set. 
        6. Set the default settings of the user interface (e.g. learning rate, weights, etc.) to the best 
        configuration that delivered the best experiment results. 
        7. Use a fixed random seed number (123) so that any randomisation can be replicated empirically. 
        8. It is up to you to write the main program, and any classes or data structures that you may 
        require. 
        9. You may choose to use a momentum term or regularization term, as part of backpropagation 
        learning. Indicate in your documentation, if you are using this technique. 
        10. You need to modify the weight-update rules to reflect the correct derivatives of the activation 
        function used in your network architecture. 
        11. Provide graphs in Excel showing the network performance on training data and test data 
        (similar to the graphs discussed in the lecture). 
        12. Provide the specifications of your best trained network. Fill-up Excel workbook 
        (best_network_configuration.xlsx). 
        13. Provide a confusion matrix for the best NN classifier system found in your experiments. 
        14. Provide a short user guide for your program. 
        15. Fill-up the Excel file, named checklist.xlsx, to allow for accurate marking of your assignment. 
        Criteria for marking 
         Documentation – 30% 
        o Submit the trained weights of your best network (name it as best_weights.txt) 
        o Generate a graph of the performance of your best performing network (MSE vs. 
        Epochs) on the training set and test set. 
        o Generate a confusion matrix of your best network 
        o fill-up the Excel file, named checklist.xlsx
        o fill-up the Excel file, named best_network_configuration.xlsx
        o provide a short user guide for your program 
         System implementation – 70% 
        Nothing follows. 
        N.H.Reyes 

        請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp





         

        掃一掃在手機打開當前頁
      1. 上一篇:DATA 2100代寫、代做Python語言編程
      2. 下一篇:ME5701程序代寫、代做Matlab設計編程
      3. ·代寫2530FNW、代做Python程序語言
      4. ·代寫CIS5200、代做Java/Python程序語言
      5. ·LCSCI4207代做、Java/Python程序代寫
      6. ·代寫COP3502、Python程序設計代做
      7. ·代做MLE 5217、代寫Python程序設計
      8. ·代寫ISAD1000、代做Java/Python程序設計
      9. ·代做COMP3811、C++/Python程序設計代寫
      10. ·代寫SCIE1000、代做Python程序設計
      11. ·代寫comp2022、代做c/c++,Python程序設計
      12. ·CVEN9612代寫、代做Java/Python程序設計
      13. 合肥生活資訊

        合肥圖文信息
        挖掘機濾芯提升發動機性能
        挖掘機濾芯提升發動機性能
        戴納斯帝壁掛爐全國售后服務電話24小時官網400(全國服務熱線)
        戴納斯帝壁掛爐全國售后服務電話24小時官網
        菲斯曼壁掛爐全國統一400售后維修服務電話24小時服務熱線
        菲斯曼壁掛爐全國統一400售后維修服務電話2
        美的熱水器售后服務技術咨詢電話全國24小時客服熱線
        美的熱水器售后服務技術咨詢電話全國24小時
        海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
        海信羅馬假日洗衣機亮相AWE 復古美學與現代
        合肥機場巴士4號線
        合肥機場巴士4號線
        合肥機場巴士3號線
        合肥機場巴士3號線
        合肥機場巴士2號線
        合肥機場巴士2號線
      14. 幣安app官網下載 短信驗證碼 丁香花影院

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

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

        主站蜘蛛池模板: 国产在线精品一区二区| 国产一区二区免费| 亚洲视频一区二区三区四区| 日韩欧美一区二区三区免费观看 | 中文字幕一区视频一线| 亚洲一区二区影视| 丰满爆乳一区二区三区| 国产在线观看一区二区三区| 色狠狠色狠狠综合一区| 亚洲伦理一区二区| 精品一区二区在线观看| 中文字幕亚洲一区二区三区| 国产福利电影一区二区三区久久久久成人精品综合 | 久久国产精品无码一区二区三区 | 日本在线观看一区二区三区| 精品欧美一区二区在线观看 | 亚洲av无码一区二区三区天堂 | 日亚毛片免费乱码不卡一区| 国产精品资源一区二区| 日韩精品一区二区三区毛片 | 中文国产成人精品久久一区| av无码一区二区三区| 一区 二区 三区 中文字幕| 精品理论片一区二区三区| 国产一区二区三区日韩精品| 国产在线精品一区二区在线看| 国产成人AV区一区二区三 | 国产在线一区二区| 日本一区二区免费看| 久久亚洲日韩精品一区二区三区 | 亚洲一区精品无码| 国产成人无码精品一区二区三区| 亚洲AV成人一区二区三区AV| 91久久精品国产免费一区 | 国产成人免费一区二区三区| 国产嫖妓一区二区三区无码| 亚洲福利视频一区二区| 国产日韩一区二区三免费高清 | 中文字幕日韩一区二区不卡 | 精品亚洲AV无码一区二区| 亚洲av无码一区二区三区观看|