0% found this document useful (0 votes)
107 views8 pages

Data Science Career Track: Syllabus

This document outlines the syllabus for a 180+ hour Data Science Career Track program. The program aims to provide students with the skills and qualifications needed to obtain a job in data science. It covers topics such as Python programming, data wrangling, inferential statistics, machine learning, data visualization, and building a capstone project. Students receive an online curriculum, mentor support, career coaching, and a job guarantee upon completion of the program.

Uploaded by

uchiha_rhenzaki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views8 pages

Data Science Career Track: Syllabus

This document outlines the syllabus for a 180+ hour Data Science Career Track program. The program aims to provide students with the skills and qualifications needed to obtain a job in data science. It covers topics such as Python programming, data wrangling, inferential statistics, machine learning, data visualization, and building a capstone project. Students receive an online curriculum, mentor support, career coaching, and a job guarantee upon completion of the program.

Uploaded by

uchiha_rhenzaki
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

DATASCIENCECAREERTRACK

Syllabus

Introduction

DataScienceisoneofthefastestgrowingfieldsofthisdecade.Thereisan
explosionofdatafuelledbycheapandubiquitousstorageofeverythingfrom
personalandhealthrecords,everysingleactiononmillionsofwebsites,mobiles,
sensors,businesstransactionsandsoon.Wenowneedtechnologiesthathelp
usmakesenseofthisdata,andbecomemoreintelligentinourdecisions.Thatis
themandateofthefieldofDataScience.

LearningDataScienceisperhapsthebestcareerinvestmentyoucanmakeright
now.AccordingtoLinkedIn,StatisticalAnalysis&DataMiningwere
thehottestskillsthatgotrecruitersattentionlastyear.

SpringboardsDataScienceCareerTrackisourmostintensivecoursetodate--at
180+hours,itincludeseverythingthatstaughtinourDataScienceIntensive
workshop,withmoreadvancedtopicsandcareer-specificresources,1-on-1
sessionswithcareercoaches,mockinterviewsand24/7dedicatedcommunity
managerstohelpyousucceed.Infact,wearesoconfidentthisprogramcan
launchyouintoaDataSciencecareerthatwewillrefundyourtuitionif
youdontfindajobwithin6monthsofgraduating!

HowItWorks
Whenyouenrollinthiscourse,
Onlinecurriculum:youwillgetahigh-qualityonlinecurriculum,which
containsthebestDataScienceresourceshand-pickedfromtheweband
structuredintoalogicalcurriculumbyaDataScienceexpert.
Studentadvisor:willtalkwithyouaboutyourlearningobjectivesand
preferencesforamentor,andfindthebest1-1mentormatch
accordingly.Theywillsupportyouthroughoutthecourse.
Dedicatedcommunitymanagers:whowillbereadytohelpwhenever
youarestuckwiththelearningmaterialorneedaquickreviewofyour
projects.


www.springboard.com
1-on-1mentorcalls:asyouworkthroughthecurriculumandprojectsat
yourownpace,youwillhave1-1videocallswithyourmentoreveryweek.
Youcanaskthemquestionsaboutthecurriculum,getprojectfeedbackor
careeradvice.
Coursecommunity:inadditiontoyourweeklymentorcalls,you'llhave
accesstoweeklyliveOfficeHoursandanexclusivecommunityof
mentorsandstudentsfordiscussionswiththebroadercommunity.
Careerservices:weprovidecareermaterialatstrategicpointsbothin
thecurriculumaswellasviacallswithourexpertcareersupportcoach.
Certification:onceyoufinishthecoursematerialandsubmitthe
CapstoneProject,youwillgetacertificateofcompletion.
Jobguarantee:getajobofferwithin6monthsofgraduating,oryouget
100%ofyourtuitionrefunded.Eligibilitycriteriaandtermshere.

Syllabus

EachmodulewillcoverakeyaspectofDataScienceandhaveacombinationof
materials:lectures,theory,codingexercises,reading/viewingexercises,and
career-relatedcoursework.Therecommendedtimeallocationisbasedonatotal
of200hoursofwork,andcanbescaledaccordingtostudentneeds.

ProgrammingTools(10+hours)

Pythonisoneofthelanguagesthathasbecomethelinguafrancaofdatascience
(theotherbeingR).Inthismodule,you'lllearntoprograminPythonandstart
usinganecosystemofusefulandpowerfulPython-basedtoolsfordoingdata
scienceandbuildinganonlineportfolio.

TopicsCovered:
1. Pythonthepowerfulandelegantprogramminglanguage.
2. iPythonNotebook-aninteractiveprogrammingenvironment,thatallows
forcoding,dataexploration,anddebugginginthewebbrowser.
3. Pandas-extendsPythonwithdatastructuresandoperationsfordata
manipulationandanalysis.


www.springboard.com
4. Matplotlib,Seaborn,ggplot-visualizationtoolsinPython
5. Onlineportfolio-getstartedwithGitandGithub

DataWrangling(17+hours)
Itisestimatedthatdatascientistsinindustryspendthemosttimeondata
wranglingi.e.cleaningtherawdataandgettingitintoaformatamenablefor
analysis,usuallywiththehelpofsemi-automatedtools.Inthismodule,you'll
learnthemostcommontoolsandworkflowsinPythonthatmakethisnormally
oneroustaskasnap.

TopicsCovered:
1. DeepdiveintoPandasfordatawrangling.
2. Datainfiles:Workwithavarietyofsourcesfrom
unstructured/semi-structuredtextfiles(.txt)to
delimited/structured/nestedformatfileslikeexcel,csv,json,xmletc.
3. DatainDatabases:GetanoverviewofrelationalandNoSQLdatabases
andpracticedatamanipulationwithSQL.

DataStory(9+hours)
Ifthere'sonethingthatmostdatascientistswouldhavelovedtoknowbefore
theyenteredthefield,it'sthatdatascienceisnotjustaboutthemath,the
algorithmsandtheanalysis,it'salsoabouttellingagoodstory.Inreallife,data
scientistsdon'tworkinavacuum-there'salwaysaclient,internalorexternal,
waitingontheresultsoftheirwork.
Adatastoryisapowerfulwaytopresentinsightstoyourclients,combining
visualizationsandtextintoanarrative.Butstorytellingisanart,andneeds
creativity.Thissectionwilltrytogetyourcreativejuicesflowingbysuggesting
someinterestingquestionsyoucanaskofyourdataset,andafewplotting
techniquesyoucanusetorevealinsights.

InferentialStatistics(13+hours)


www.springboard.com
Statisticsisthemathematicalfoundationofdatascience.Withinstatistics,
inferentialstatisticsisasetoftechniquesthathelpsusidentifysignificanttrends
andcharacteristicsofadataset.Notonlyisitusefultoexplorethedataandtell
agoodstory,butalsoopensthewayfordeeperanalysisandactualpredictive
modeling.Inthismodule,wecoverseveralimportantinferentialstatistics
techniquesindetail.

TopicsCovered:
1. Theoryandapplicationofinferentialstatistics
2. Parameterestimation
3. Hypothesistesting
4. Statisticalsignificance
5. Correlationandregression
6. A/Btesting

MachineLearning(53+hours)
MachineLearningcombinesaspectsofcomputerscienceandstatisticstoextract
usefulinsightsandpredictionsfromdata.MachineLearningiswhatletsusmake
usefulpredictionsandrecommendations,orautomaticallyfindgroupsand
categoriesincomplexdatasets.Inthismodule,we'llcoverthemajorkindsof
machinelearningalgorithms(supervisedandunsupervised),withseveral
techniqueswithineachofthem.You'lllearnwhenthesealgorithmsareuseful,
theassumptionstheyincorporate,thetradeoffstheyinvolveandthevarious
metricsyoucanusetoevaluatehowwellyouralgorithmperforms.

TopicsCovered:
1. Scikit-learn
2. Supervisedandunsupervisedlearning
3. Fundamentals:Regression,NaiveBayes,SVM,Decisiontrees,Clustering
4. Advanced:Recommendersystems,Anomalydetection,Timeseries
analysis
5. Featureengineering
6. Bestpracticesforapplyingmachinelearning
7. Validationandevaluationofmachinelearning


www.springboard.com

AdvancedVisualizationTechniques(5+hours)
Haveyouseenthestunninginteractivevisualizationsonnewswebsitessuchas
NewYorkTimesorFiveThirtyEight?Haveyouwonderedhowthosearecreated?
Theseadvancedinteractivevisualizationsnotonlylookgreatandshowyour
skills,butarealsoexcellenttoolsforexploringcomplex,high-dimensionaldata
sets.

TopicsCovered:
1. D3.js
2. Seaborn
3. Bokeh
4. Plotly

DataScienceatScale(10+hours)
Intherealworld,yourdatadoesn'talwaysresideinCSVfilesorfitintothe
memoryofyourlaptop.ThisistheageofBigData,wheresolvingamachine
learningproblemmightrequireanalyzingterabytesofdataacrosshundredsof
machines.Whenyourdatagetsrealbig,youwillneedtouseclustercomputing.
ApacheSparkisapopularandpowerfulclustercomputingframeworkfor
workingwithdataatscale.

TopicsCovered:
1. IntrotoBigData
2. MapReduce
3. Spark
4. MLib


www.springboard.com
CapstoneProject:BuildingaDataProduct(25hours)
TheCapstoneProjectisakeypartofourcurriculumthateverystudentmust
complete.Theprojectisdesignedtoprovideyouwiththeexperienceofworking
inarealisticdatasciencescenario.Workingwithyourmentor,you'llpickadata
setandaproblemofinterest.Fromthestarttothefinish,yourprojectwillbe
targetedtoaspecificclient(realorimaginary).Usingthedatasciencetechniques
you'velearned,you'llnotonlycomeupwithareasonablesolutiontothe
problem,butlearntopresentittothemasacompellingstory.

Workonacapstoneprojectthatinvolvesthefollowing:
1. Formulatingaproblembasedonexploratorydataanalysis.
2. Buildingamodelandtransformingdatasothatitcanbeinputtoan
algorithm.
3. Iterativelyevaluatingperformance,andadaptingmodel/datainputto
figureoutifmoredataoradifferentalgorithmisneededtobestsolvethe
problem.

CareerResources(35+hours)
Weprovidecareermaterialatstrategicpointsbothinthecurriculumaswellas
viacallswithourexpertcareersupportcoach.We'llhelpyoucreateatailoredjob
searchstrategybasedonyourbackgroundandgoals,teachyouhowtoevaluate
companiesandroles,showyouhowtoeffectivelygetandaceinterviews,and
negotiateanabove-marketsalary.

TopicsCovered:
1. Anatomyofatechcompany
2. Jobsearchstrategiesthattopcandidatesuse
3. Howtobuildyournetworkandeffectivelyuseittolandinterviews
4. Createahigh-qualityresume,LinkedInprofileandcoverletter
5. Interviewcoachingandpractice,includingmockinterviewsforboth
technicalandnon-technicaltopics
6. Negotiationsuccesstips


www.springboard.com

Looksgood?EnrollHere
[email protected].


www.springboard.com

You might also like