- Deep Learning By Example
- Ahmed Menshawy
- 173字
- 2021-06-24 18:52:42
Titanic example – model building and training
The sinking of the ship, Titanic, is one of the most infamous events in history. This incident led to the deaths of 1,502 passengers and crew out of 2,224. In this problem, we will use data science to predict whether the passenger will survive this tragedy or not and then test the performance of our model based on the actual statistics of the tragedy.
To follow up with the Titanic example, you need to do the following:
- Download this repository in a ZIP file by clicking on https://github.com/ahmed-menshawy/ML_Titanic/archive/master.zip or execute from the terminal:
- Git clone: https://github.com/ahmed-menshawy/ML_Titanic.git
- Install [virtualenv]: (http://virtualenv.readthedocs.org/en/latest/installation.html)
- Navigate to the directory where you unzipped or cloned the repo and create a virtual environment with virtualenv ml_titanic
- Activate the environment with source ml_titanic/bin/activate
- Install the required dependencies with pip install -r requirements.txt
- Execute the ipython notebook from the command line or terminal
- Follow the example code in the chapter
- When you're done, deactivate the virtual environment with deactivate
推薦閱讀
- LabVIEW虛擬儀器從入門到測控應(yīng)用130例
- 網(wǎng)上沖浪
- Hands-On Data Science with SQL Server 2017
- 空間傳感器網(wǎng)絡(luò)復(fù)雜區(qū)域智能監(jiān)測技術(shù)
- 機(jī)艙監(jiān)測與主機(jī)遙控
- CompTIA Linux+ Certification Guide
- 完全掌握AutoCAD 2008中文版:機(jī)械篇
- 人工智能:語言智能處理
- R Data Analysis Projects
- Spark大數(shù)據(jù)商業(yè)實(shí)戰(zhàn)三部曲:內(nèi)核解密|商業(yè)案例|性能調(diào)優(yōu)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)訓(xùn)(職業(yè)模塊)
- Hands-On Microservices with C#
- 網(wǎng)絡(luò)信息安全項(xiàng)目教程
- Learning iOS 8 for Enterprise
- 單片機(jī)C51應(yīng)用技術(shù)