Artificial Intelligence programming

semtex

:)
Joined
May 1, 2012
Messages
20,310
Reputation
3,396
Daps
46,188
I am a Software Engineering major and I'm thinking about going to grad school for intelligent systems/artificial intelligence. How mathematically rigorous is it? I know much of it is based on probability, but as long as it's not proof-heavy I don't really have a problem.
 

Type Username Here

Not a new member
Joined
Apr 30, 2012
Messages
16,368
Reputation
2,385
Daps
32,641
Reppin
humans
I am a Software Engineering major and I'm thinking about going to grad school for intelligent systems/artificial intelligence. How mathematically rigorous is it? I know much of it is based on probability, but as long as it's not proof-heavy I don't really have a problem.

You better be able to do proofs and algorithm analysis in your sleep.
 

semtex

:)
Joined
May 1, 2012
Messages
20,310
Reputation
3,396
Daps
46,188
no we have to take everything CS majors take and then some. At least at my school.
 

semtex

:)
Joined
May 1, 2012
Messages
20,310
Reputation
3,396
Daps
46,188
Then why would anyone be concerned about preparation for grad school in CS if SE covers all the same stuff / is more difficult
Neither has an undergrad curriculum geared towards AI. AI is specialized. You can take AI electives in undergrad though.
 

Type Username Here

Not a new member
Joined
Apr 30, 2012
Messages
16,368
Reputation
2,385
Daps
32,641
Reppin
humans
@semtex @Type Username Here Is software engineering just a dumbed down CS major? :dwillhuh:

Nah breh, like dude said above, it's usually the opposite at most schools.

Computer Science focuses more on theory aspect, but SEs are usually better at programming, designing large projects, and they have to take a lot of physics and hardware classes on top of regular CS core classes.
 
Last edited by a moderator:

semtex

:)
Joined
May 1, 2012
Messages
20,310
Reputation
3,396
Daps
46,188
Nah breh, like dude said above, it's usually the opposite at most schools.

Computer Science focuses more on theory aspect, but SEs are usually better at programming, designing large projects, and they have to take a lot of physics and hardware classes on top of regular CS core classes.
We don't have to take physics at my school :manny: We code our monkey asses off though.
 

Silver Surfer

Veteran
Joined
May 1, 2012
Messages
36,981
Reputation
-4,863
Daps
83,393
loook at this dirty setter Im messing with:

totals.setRomTotalCost(MgmtviewBO.totalsBigDecimalAdd(totals.getPlannedLabor(), bean.getPlannedLabor()), MgmtviewBO.totalsBigDecimalAdd(totals.getPlannedMaterial(), bean.getPlannedMaterial()));

actually not that bad...but its funky to trace the 4 elements in it...because this is in a loop
 

semtex

:)
Joined
May 1, 2012
Messages
20,310
Reputation
3,396
Daps
46,188
if you want a job at google or MS...go for it.....fukk an algorithm

rampage_stare.gif


god bless algorithms. At least the ones that are already written :lolbron:

the Collections class :blessed:
 

BlvdBrawler

Superstar
Joined
May 1, 2012
Messages
12,715
Reputation
469
Daps
19,546
Reppin
NULL
loook at this dirty setter Im messing with:

totals.setRomTotalCost(MgmtviewBO.totalsBigDecimalAdd(totals.getPlannedLabor(), bean.getPlannedLabor()), MgmtviewBO.totalsBigDecimalAdd(totals.getPlannedMaterial(), bean.getPlannedMaterial()));

actually not that bad...but its funky to trace the 4 elements in it...because this is in a loop

:scusthov:
 

semtex

:)
Joined
May 1, 2012
Messages
20,310
Reputation
3,396
Daps
46,188
loook at this dirty setter Im messing with:

totals.setRomTotalCost(MgmtviewBO.totalsBigDecimalAdd(totals.getPlannedLabor(), bean.getPlannedLabor()), MgmtviewBO.totalsBigDecimalAdd(totals.getPlannedMaterial(), bean.getPlannedMaterial()));

actually not that bad...but its funky to trace the 4 elements in it...because this is in a loop
my nikka. what the fukk is that? can't tell where the parameters begin and end.
 
Top