Category: Programming

  • Add new feature/contribution to Reconmap tool

    When I try to add some feature to Reconmap tool, I am struggling for example to find the target html page to modify it. I need to get a video to guide me in my development, specially with this pre-containerized tool. I want to add “CVSS claculator” and integrate “Exploit Prediction Scoring System (EPSS) ” with Reconmap, if the EPSS is already implemented and not just a paper.

    Requirements: Complete

  • assembly question.

    you should have a strong undestanding of ASCII, buffer, and assembly language of msp430 to solve the question

    Requirements: Complete

  • Optimization Model Jupiter notebook Problem.

    Please see the 4004P2.zip and the pdf (project2_) description file and write a python model in jupyter notebook for part 2 of the problem (The Problem of Optimizing Splitted Shipment) base on the code I provide (4004 P2 P1.ipynb). I have provided you the code for the first problem (The Problem of Optimizing Shipment). Please check the description more carefully. And write code in python. Also, there are 1 csv files that you need to use to complete the model.

    Please don’t use any AI sources.

    Requirements: Complete

  • Use SAP S/4HANA to record journal entries and generate finan…

    Go through the instructions and work as required

    Requirements: Complete

  • Apa yang perlu diketahui tentang [topik yang ingin ditanyaka…

    – Tujuan: Mengumpulkan informasi dasar dan poin penting yang wajib dipahami mengenai topik tertentu.

    – Cakupan: Bisa mencakup definisi, manfaat, komponen utama, aturan dasar, atau hal-hal yang perlu diperhatikan.

    – Cocok untuk: Siapa saja yang ingin memulai mempelajari suatu topik baru atau ingin mengetahui gambaran umum secara menyeluruh.

    Requirements:

  • What is the number of bone in a human body?

    What is the number of bone in a human body?

    Requirements:

  • OTH300 Foundations of Occupational

    I need a PowerPoint done I have examples

    Requirements:

  • My Name is Muhammad Zeeshan

    Muhammad Zeeshan

    Requirements:

  • Predictive Modeling in Marketing Analytics

    Predictive Modeling in Marketing Analytics

    Example Dataset:

    Objective:

    Students will work on a project that involves building a predictive model for a marketing analytics problem, such as predicting customer churn or identifying high-value customers. The goal is to apply regularization methods to improve the model’s performance and interpretability.

    Instructions:
    1. Data Collection: Obtain a dataset that includes customer demographics, purchase history, and other relevant features.
    2. Preprocessing: Preprocess the data by handling missing values, encoding categorical variables, and normalizing numerical features.
    3. Model Selection: Choose a predictive modeling technique, such as linear regression or logistic regression, and apply regularization methods such as Lasso or Ridge regression.
    4. Training: Train the model on the preprocessed dataset, using cross-validation to tune the regularization parameters.
    5. Evaluation: Evaluate the model’s performance using appropriate metrics, such as accuracy, precision, recall, or mean squared error.
    6. Interpretation: Interpret the model’s coefficients, discussing the impact of regularization on feature selection and model interpretability.
    7. Reporting: Document the entire process, including the methodology, results, and insights gained from the project, adhering to the Regularization Methods Project Rubric.
    Submission Requirements:

    Submit a written report that documents your entire project. The report should be structured and include the following sections:

    • File type: PDF or Word (.docx)
    • Introduction (brief overview of the problem and objective)
    • Data Collection (description and source of the dataset)
    • Data Preprocessing (explanation of how missing data, categorical variables, and scaling were handled)
    • Model Selection & Regularization (description of the chosen model(s) and regularization techniques used)
    • Training & Hyperparameter Tuning (cross-validation strategy and tuning process)
    • Evaluation (metrics used and interpretation of model performance)
    • Interpretation (analysis of feature importance and the impact of regularization on interpretability)
    • Conclusion (summary of findings and potential next steps)
    • References (cite any tools, libraries, or academic sources used)

    Requirements: i need video explaination.

  • Lab 5: File Data Analysis

    Data Analysis

    90 points

    allows a user to load one of two CSV files and then perform histogram analysis and plots for select variables on the datasets. The first dataset represents the population change for specific dates for U.S. regions. The second dataset represents Housing data over an extended period of time describing home age, number of bedrooms and other variables. The first row provides a column name for each dataset. The following columns should be used to perform analysis:

  • PopChange.csv:
    Pop Apr 1
    Pop Jul 1
    Change Pop
  • Housing.csv:
    AGE
    BEDRMS
    BUILT
    ROOMS
    UTILITY

    Notice for the Housing CSV file, there are more columns in the file than are required to be analyzed. You can and should still load each column.

    Specific statistics should include:

  • Count
    Mean
    Standard Deviation
    Min
    Max
    Histogram
  • Hints:

    1. Use the Pandas, Numpy, MatplotLib and other Python modules when appropriate.
    2. Be sure to install the required Python modules in your environment before you import or try to use them in your code. For example, pip install each of the required modules that are external Python libraries that you need.
    3. If an inappropriate entry is detected, the program should prompt for a correct value and continue to do so until a correct value is entered.
    4. Use comments to document your code
    5. Test with many combinations.
    6. Use pylint to verify the code style the goal is a 10!
    7. The user Interface should continue to run until the user indicates they are ready to exit.
    8. Be sure to review the previous readings and modules as you may need to use statistics and other modules to complete this lab.

    Score of Data Analysis,

    / 90

    Documentation and Testing

    22.5 points

    Document your testing results using your programming environment.

    You should also include and discuss your pylint results for the application.

    The test document should include a test table that includes the input values, the expected results and the actual results.

    A screen capture should be included that shows the actual test results of running each test case found in the test table.

    Be sure to include multiple test cases to provide full coverage for all code and for each function you develop and test.

    Requirements: answer