Python代写:CS4300 Keeping Up With Social帮写Python语言程序

练习matplotlib绘图库的使用,进行数据分析。RequirementIn this assignment we will further build upon our analysis of the transcripts from the reality TV show “Keeping Up With The Kardashians” from where we left off since Assignment 1. We will try to uncover some simple social dynamics that are shown through language using various statistical and linguistic techniques to better understand conversational behavior.InstructionsFollow the instructions below to get the necessary packages installed and set up your Python environment, then open the attached Jupyter notebook.Run the notebook and complete the tasks contained in it, then upload the completed notebook and an HTML copy of it to CMS.Learning ObjectivesThis project aims to help you get comfortable working with the following tools / technologies / concepts:Standard/Generalized Jaccard similairtyPlotting heatmaps in matplotlibAdvanced numpy functionalityGender and Social Interaction AnalysisSetting up your environmentSystem ConfigurationPerform the following steps in order:Check your Version of Python3 (should be 3.5)You can check via:> python3 --version Python 3.5.2 If your version differs, then download 3.5 here.Get PyPI (Python Package Index)PyPI allows one to easily download Python modules required to run the project, as well as ones that may help you perform certain tasks in the future of the course. PyPI is essential. As such, run:> python3 get-pip.py Download VirtualenvVirtualenv helps establish an isolated Python environment. The environment allows you to separate project-specific dependencies and their versions from the Python modules installed locally on your computer. Once you have virtualenv, cd into the directory where the extracted assignment is stored (e.g. assignment1), and run:> virtualenv -p python3 venv This creates a virtual environment called venv. In order to enter than virtual environment, run the following:> source venv/bin/activate The following command line prompt will indicate that you’re in the virtual environment:> (venv) > To deactivate the virtual environment, run the following:> (venv) > deactivate > Whenever you work with this project, you should always be in your virtual environment. Without this isolation, we might run into module versioning issues and other problems when trying to run your project, which creates administrative overhead.Install DependenciesAt the root of directory of the project skeleton code, run the following:(venv) > pip3 install -r requirements.txt This installs within your virtual environment all the necessary modules that are required at the beginning of the project.Setup Jupyter NotebookTo use your virtualenv as the kernel for your Jupyter Notebook you run the following:(venv) > python3 -m ipykernel install --user --name=venv Open Jupyter Notebook and start workingOpen the Jupyter Notebook enviroment and complete the assignment. Make sure to go to Kernel - Change Kernel and click venv as the option.> source venv/bin/activate (venv) > jupyter notebook 本团队核心人员组成主要包括BAT一线工程师,精通德英语!我们主要业务范围是代做编程大作业、课程设计等等。我们的方向领域:window编程 数值算法 AI人工智能 金融统计 计量分析 大数据 网络编程 WEB编程 通讯编程 游戏编程多媒体linux 外挂编程 程序API图像处理 嵌入式/单片机 数据库编程 控制台 进程与线程 网络安全 汇编语言 硬件编程 软件设计 工程标准规等。其中代写编程、代写程序、代写留学生程序作业语言或工具包括但不限于以下范围:C/C++/C#代写Java代写IT代写Python代写辅导编程作业Matlab代写Haskell代写Processing代写Linux环境搭建Rust代写Data Structure Assginment 数据结构代写MIPS代写Machine Learning 作业 代写Oracle/SQL/PostgreSQL/Pig 数据库代写/代做/辅导Web开发、网站开发、网站作业ASP.NET网站开发Finance Insurace Statistics统计、回归、迭代Prolog代写Computer Computational method代做因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:[email protected] 微信:codehelp QQ:99515681 或邮箱:[email protected] 微信:codehelp

你可能感兴趣的:(Python代写:CS4300 Keeping Up With Social帮写Python语言程序)