- 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
推薦閱讀
- 基于C語言的程序設(shè)計
- 過程控制工程及仿真
- 工業(yè)機器人技術(shù)及應(yīng)用
- 人工免疫算法改進及其應(yīng)用
- 網(wǎng)絡(luò)綜合布線技術(shù)
- Zabbix Network Monitoring(Second Edition)
- iClone 4.31 3D Animation Beginner's Guide
- 基于ARM 32位高速嵌入式微控制器
- 工業(yè)機器人操作與編程
- 運動控制器與交流伺服系統(tǒng)的調(diào)試和應(yīng)用
- 空間站多臂機器人運動控制研究
- 網(wǎng)絡(luò)服務(wù)搭建、配置與管理大全(Linux版)
- WPF專業(yè)編程指南
- 工業(yè)機器人應(yīng)用系統(tǒng)三維建模
- 時序大數(shù)據(jù)平臺TDengine核心原理與實戰(zhàn)