HL
2022年3月10日
Great introductory to GANs, focused on the building blocks to neural net/ GANs, and a bit of frequently used models. Might need a small update on what's considered "state-of-the-art" in the course.
WM
2020年10月1日
The course provides good insight into the world of GANs. I really enjoyed Sharon's explanations which were deep and easy to understand. I really recommend this course to anyone interested in AI.
創建者 John U
•2021年2月16日
Great introduction to GAN's and a dive into PyTorch
創建者 Mohamed M F
•2020年11月9日
course needs more math, but overall it is amazing.
創建者 Thomson T G
•2021年2月18日
great but programming assignments felt too simple
創建者 Joris G
•2021年2月7日
Exercises could have been a bit more challenging.
創建者 Sanjay D
•2020年10月1日
Course concepts gets complicates as you progress.
創建者 Luv b
•2020年10月17日
Good course. But still, I left with some doubts
創建者 Rahul P
•2020年12月24日
Best Basic Course on Generative Models.
創建者 Cyan F
•2021年8月16日
Sharon's speech is a little bit fast
創建者 SHARMILA V 2
•2021年12月15日
course was good and interesting
創建者 Huaiwei C
•2020年12月3日
need more coding exercise!!!!
創建者 Huan T
•2020年10月11日
wunderbar
創建者 MoChuxian
•2020年10月13日
nice !
創建者 Vikram N
•2021年5月26日
The course started well but went downhill in week 3. The videos, actually get shorter and the treatment provided to the material related to Wasserstein distance, 1-L Continuity, interpolation and other crucial topics is just superficial. There are not adequate number of quizzes to test yourself. There is insufficient mathematical rigour. And it is too easy to pass the graded assignments without actually understanding the material. The forums are somewhat dead and you need to go to the Slack rooms to ask questions. On slack, it is a case of people linking to other papers rather than providing simple, direct answers. Nobody knows anything for sure. Overall, there is a take-it or leave-it attitude in this course and it is a far cry from Andrew's original ML Course which made Coursera such an attractive learning destination. I do hope the course is improved over time by adding more quizzes, delving deeper into topics (it's okay to have long videos where the instructor explains things slowly) and providing a more mathematically satisfying experience where the foundations are made stronger.
On the positive aspects - the notebooks provided are an excellent starting point to begin your own explorations. And the material is cutting edge.
創建者 Marcia D R
•2021年3月21日
El aprendizaje no ocurre desde lo más simple a lo más complejo. Simplemente se proponen videos uno después de otro sin evaluaciones formativas que efectivamente fijen el aprendizaje y sean consecuentes con la evaluación sumativa. No hay relación entre ambos tipos se evaluación ni en la dificultad que estas presentan.
En la primera tarea se evalúan aspectos que son explicados recién en la segunda unidad, ver los videos nuevamente no ayuda a entender el código que se presenta en la tarea, además se usan funciones para las que no se explica en detalle su funcionamiento.
Las lecturas paper, simplementes están linkeados en el curso, no se realiza ningún análisis de los mismos y no se elabora ninguna "bajada" del mismo que permita facilitar su comprensión. De esta manera es difícil que aporten algo al aprendizaje.
創建者 צחי ל
•2021年3月4日
Pros:
*A lot of references to important articles.
*A lot of code in the notebooks that might be useful in the future.
Cons:
*The videos lectures are not comprehensive. This is sort of "self learning" course where one should read the articles on its own in order to really understand things. This is not what I am expecting from an on-line course (and it is also not like what I got used to from the DL specialization).
*Where are the pttx? I want to print them and write some comments
*The "labs" are basically a summary of some concept. There is no added value in writing them in notebook format since the code block is just "lets load this and this, and run".
創建者 Manikandan B
•2022年1月9日
1. Sacrifice width for depth - There are so many additional optional readings (like in week3) where you have simply suggested papers to read. In my opinion, this could be replaced with in-depth discussions. As example is to discuss about the actual training in the assignment notebooks.
2. As ML engineers and practitioners, we are interested in knowing what solutions to adopt when problems occur in practice during the training. How to diagnose a traning failure and what are the remedies for it.
創建者 Jordan L
•2021年12月16日
The examples and content in the course are excellent, but the assignments leave a lot to be desired. I spent more time debugging python than I spent debugging GANs during the assignment. This is not due to a lack of python knowledge IMO, but due awkward assignment structures that provide only cryptic feedback when inputs are not exactly as expected. To a colleague taking the course I might recommend them watch the excellent videos and play with the notebook examples, but avoid the assignments.
創建者 Francesco M
•2021年8月12日
Concepts are explained wella nd clearly, which I appreciated, but to get a real understanding of things, a ton more of coding would be needed. In the assignment every thing is already cooked up, and you literally need about less than 20 lines of code to complete. This is a really weak point of thecourse in my opinion, since you end up NOT being able to implement things you saw in the lectures and in the related assignments
創建者 Muhammed A Ç
•2020年12月5日
I liked the way instructor gives lectures but one problem is unfortunately she is not explaining things widely . Another problem is programming exercises. The problem is that you cannot print your code without writing it in true way which makes really hard to debug your code. Assertion codes are not informative. And there is not a expected result info as in other courses.
創建者 Alberto G
•2021年7月13日
Under resourced course. Instructors do not reply to questions. If you have problems with the application, you are alone with very poor support and not clear reponsibilities on who can help you. Very disappointing and frustrating. Not practical information on how to deal with custom datasets provided. It is just a tutorial with an "easy" example.
創建者 Abhik L
•2021年6月14日
The course was a good high-level introduction to GANs. The lectures were clear and very well done, however the course lacked mathematical rigor. The in-lecture quizzes were trivial, and so were the programming assignments. This course in isolation is not sufficient to get you started with GANs in the real world.
創建者 Gustavo J M
•2020年12月24日
No se condice la pretendida profundidad de las explicaciones con las prácticas en código. Preferiría ir de a poco y más lentamente y dejar más claros los conceptos clave. La instructora es muy amable pero la velocidad del inglés es imposible de seguir para quienes no somos nativos.
創建者 Henrik S
•2021年4月17日
The overview of several types of GAN with their potential issues that may arise, was good.
However, I would like to see the mentors more active in the discussion groups. I still have questions, that would have been answered quite easily by the mentors. That would have been great.
創建者 Adib B
•2022年2月8日
Thanks Coursera and DeepLearning.AI for providing this condition for all Enthusiasts.
This course would have been much better if the teacher had spoken a little slower, the scripts helped me a lot but there were some missing words in them.
創建者 Andrea B
•2020年12月19日
The theoretical concepts are explained in a clear way, even if I would have liked a deeper dive into the math behind the loss functions of each model proposed, moreover the assignments were too guided imo.
Nice course overall!