Chevron Left
Back to Guided Tour of Machine Learning in Finance

Learner Reviews & Feedback for Guided Tour of Machine Learning in Finance by New York University

3.8
stars
663 ratings

About the Course

This course aims at providing an introductory and broad overview of the field of ML with the focus on applications on Finance. Supervised Machine Learning methods are used in the capstone project to predict bank closures. Simultaneously, while this course can be taken as a separate course, it serves as a preview of topics that are covered in more details in subsequent modules of the specialization Machine Learning and Reinforcement Learning in Finance. The goal of Guided Tour of Machine Learning in Finance is to get a sense of what Machine Learning is, what it is for and in how many different financial problems it can be applied to. The course is designed for three categories of students: Practitioners working at financial institutions such as banks, asset management firms or hedge funds Individuals interested in applications of ML for personal day trading Current full-time students pursuing a degree in Finance, Statistics, Computer Science, Mathematics, Physics, Engineering or other related disciplines who want to learn about practical applications of ML in Finance Experience with Python (including numpy, pandas, and IPython/Jupyter notebooks), linear algebra, basic probability theory and basic calculus is necessary to complete assignments in this course....

Top reviews

LP

Oct 22, 2021

Very useful course. Personally, I think that there should have been more focus on the implementation of tensorflow and neural network codes. Overall the course is well structured and very clear.

KD

Aug 23, 2019

Introduction of ML for Financial application with combination of Scikit learn, Statsmodels and Tensorflow with neuralnets made this class very interesting. Learned and Enjoyed lot.

Filter by:

151 - 175 of 206 Reviews for Guided Tour of Machine Learning in Finance

By Ezequiel C

Nov 13, 2022

I would like that some more exercise were provided

By Andrew H S K

Jan 6, 2023

very tough, programming is tough

By Masato Y

Apr 14, 2019

プログラミング課題でのプログラムの仕様がいまいちはっきりしない。

By Bhushan G

Mar 19, 2020

D

By Rudraroop R

Jun 5, 2021

I write this review as someone who came into this specialization with prior knowledge of ML and RL but not finance. For me there is more or less nothing new here. Only a few finance concepts sprinkled here and there. The lecture videos are good as a refresher to basic ML concepts but this is definitely not for someone with no prior knowledge of ML as the mathematics has not been dived into deep enough.

I had hoped that the assignments would be made in a way that guides you through the specifics of ML usage in the financial domain but they are very generic. The assignments and demos are written using outdated tensorflow code, they need to be updated. Moreover, for someone new to ML, completing these assignments would be next to impossible. The objectives are not clearly defined in the assignments and there is definitely not enough background covered here for someone to be able to jump over that hurdle without prior experience. Also there almost zero support from the course admins. Overall, not a very good course. The only positive is the instructor. Hopefully the other courses in the specialization are better than this.

By Tom G

Jul 4, 2021

The lectures and the concept for this course were very good. The problem was that it wasn't "guided" in any sense. There was a lot of time focusing on math concepts, but the way to apply those concepts in the code were glossed over or at times not even mentioned. The labs often asked you to do things that weren't covered at all in the lessons, forcing you to basically learn the coding through Googling. The forums weren't being monitored either, so if you felt like you were most of the way there but not getting the correct answer, there was no way to get a little guidance. Finally, the whole course was being taught on an older version of Tensorflow, and there are major differences between 1.x and 2.x, such that whatever I learn in this course I'll have to re-learn later if I want to operate in a current version of TF.

If you want to get the most out of this course, I recommend you come in with strong TF skills to begin with. I was going to take this whole specialization, but now I'm going to take an intro to TF class first and the reassess if I will continue or pick a different course set.

By Juraj S

May 13, 2021

The lectures that are present are useful. However, I feel like the course is broken with some of the videos missing, as the lecturer references topics/items from supposedly previous videos that were never mentioned (this occurs specifically in Week 4, where the section "Prediction of Earning per Share (EPS) with Scikit-learn and TensorFlow" only contains basic videos with an introduction to types of equity analysis and what fundamental analysis is, but there are no videos with actual Scikit-learn/Tensorflow examples).

The weekly quizzes are trivial - they just recycle the knowledge check questions from within the video, and as standalone questions often don't really make any sense. The programming assignments are very sparse on instructions or information of what is expected. So while students do get some hands-on experience implementing some things in sklearn and TensorFlow, for the majority of the time they're 'flying blind'.

By Amro T

May 19, 2019

This course is more of mathematical introduction to machine learning than actual practical machine learning tips and tricks course. Math is definitely crucial but the way it was conveyed was not really good. I would have provided a refresher week just in math to refresh the students before jumping into the mathematics in the course. In the notebooks, there is a lot that was missing. Because I was already familiar with the material and I used TensorFlow, Numpy, Sklearn and statsmodels before and built several models with them before, I was able to navigate through. But if I was a totally new student, I would have a very hard time going through those notebooks. A couple of good notes, Please try to summarize all the important equations into a PDF file either for the entire course or per week to be as a reference when needed.

By Oliver P M

Jul 14, 2020

The course has rather decent videos, but the actual quality of exercises dunk after the very first one. Several exercises lack vital information in order to be able to successfully complete these without resorting to guesswork, while other pure and blatantly contains errors such as resetting the random number generator when taking new batches. In addition the solutions are so airtight, that rounding errors on the smallest of decimals causes one to get zero points, while the solution in any normal circumstance would be looked at as perfectly viable. Finally the version of tensorflow used is now so old, that the documentation has been scrapped from tensorflows own webpage, resulting in certain unexpected results whenever one tries to scoure the 1.15.0 documentation for an answer to certain problems.

By Ricardo F

Jul 22, 2018

I gave up while working on week 4's homework of the first course of this specialization. The two main reasons that led me to do so are: (1) very little on finance engineering except reference to problem cases and recommended readings; and (2) homework quality is really inferior to other machine learning courses I took at Coursera. I recognize that my first observation may not apply to the remaining courses of this specialization, but it is definitely the case in course 1. In the end, I thought I was not learning enough to justify the time and effort. Lectures are OK but they could be improved a lot by adding more financial engineering elements.

By Diego D

Mar 21, 2021

I believe that the course needs to improve the assignment piece. Instructions throughout the coding exercises are very poor. I understand that this course is for people with an intermediate level of python and Machine Learning knowledge, however because it promises to teach the practical applications of ML, some guidance it's needed. Even pointing out to a book as a reference for the algorithm would be enough. I completed the DeepLearning Specialization on Coursera and the quality of the teaching was way much higher.

By Alexander K

May 28, 2022

The assignments/labs are sometimes way different from lectures material. You may end up wasting hours and hours, googling and discussing the assignments on the forum before you finally understand it. A LOT of effort is required to complete the last labs because the lectures don't prepare you for the problem you're asked to solve. This is very disappointing.

By Jake K

Dec 7, 2020

Great theory. And good level of mathematical and statistical knowledge required to understand the concepts. However, It seems as though a lot of the coding aspect is brushed over and there is not much information given on how tensorflow works. Also, it needs updating to tensorflow version 2.

By Ismael C

Apr 16, 2020

The course approach very interesting subject. However, it has incomplete informations and guidance throughout chapeters. I've felt much more informed by the recommended literature: Hands-On Machine Learning with Scikit-Learn & TensorFlow, by Aurélien Géron.

By Baoye C

Nov 1, 2020

The lectures are actually very good, but I think it would help tremendously if you can make the slides and sample Jupiter notebooks used in lecture available to us. It takes us a lot of time to recreate the notebooks just to play around with them.

By Lorenzo B

Feb 15, 2022

Instructor is excellent but course is quite not optimally organized in documentation per each week, in relation to the requested topics on the assignments. Some topics in the questions are not covered in the explaination.

By Nicolás S

Apr 20, 2021

The quality of the videos is bad, is hard to hear the lecturer. Also the programing assigments usually don't teach a lot, is usually write down two or three lines of code for a 4 part assignment.

By Hrishikesh A R

Jun 23, 2019

Objectives of assignments are not clear. The instructions provided in assignments are not clear. Tensorflow should be taught extensively because most of the students are facing problems in same.

By Lakshmi P

Aug 4, 2020

Please help me how can I submit my assignment , No submission script is active in my course as well as in my programming assignment . 6th august is my last date of my certified course .

By Andrew X

Nov 4, 2021

Decent quality lectures, but programming assignments are only tangentially related to lecture content. Directions for programming assignments are very vague and generally lacking.

By Chris M

Jun 30, 2018

Lectures are good, but assignments are half baked, under specified and half the grading has errors. I hope this improves for people that take (and pay for!) this in the future

By Omar O

Jun 14, 2019

Very goo lectures, but assessment exercises are not well defined. Examples not shown in lectures. Not enough briefing for starting exercises. No active forum for discussion.

By Vivek U

Jul 14, 2018

Exellent content let down by endless flaws in grading system and lack of responses from tutor or instructor. Issues finally resolved 2 days before course end date.

By Syed T H

Apr 11, 2021

Material is insightful but the organization is not well structured. The instructor skips a lot and assumes that students will keep up on their own.

By Liuyi Y

Mar 16, 2020

I've practiced the project before and these projects are very messily written...I would suggest MIT 6.86 as an alternative for this intro course