Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to write a first program in machine learning

Three steps for first machine learning programming
1. download Anaconda from Anaconda.com
2. Open command prommot 
3. write "jupyter notebook" and your site is open in browser 
# Write code

import panda as pd						//Importing the data 
df = pd.read_csv("#file path")
df 
 
PREVIOUS NEXT
Tagged: #write #program #machine #learning
ADD COMMENT
Topic
Name
5+7 =