DEV Community

Discussion on: Welcome Thread - v57

Collapse
 
james1515 profile image
James Ortiz

Hi Jffry,
Thanks for the message! I actually take my degree online through FSU's Distance Learning program, so while I am not on campus directly I still see the same degree material.

I definitely agree with you, Matrix algebra is an important concept to learn about when studying Machine Learning,

For a Software Engineering practice course I helped design a Car Detector for cyclists to use on the road, and before I was able to code it with Python I had to learn and do a bit of review of Linear Algebra (its been a while since I did Calculus 3 lol). Doing that really helped me better understand and conceptualize tensors, which is mainly what ML frameworks are built upon. I used PyTorch, which has a tutorial also on how to build an image classifier.

If you are interested in Machine Learning I definitely recommend using Python 3, and also learning Numpy if you would like to try using PyTorch.

I think even being at my senior year, there is still much for me to learn in terms of different programming languages and technologies. I learned OOP, and Data Structures with C++, and started my programming journey using ANSI C.

When studying CS, I always remind my friends that part of the effort comes with the interest of exposing yourself to new languages and concepts. The more you learn, the more you will improve and succeed! The best advice comes from devs in the field.

Thread Thread
 
josephbremer1 profile image
joseph bremer

Hello

Thread Thread
 
james1515 profile image
James Ortiz

Hi Joseph, greetings!