Many top universities are making their Machine Learning and Deep Learning programs publicly available. All of this information is now online and free for everyone!
Here are 6 of these programs. Pick one and get started!
↓
Introduction to Deep Learning
MIT Course 6.S191
Alexander Amini and Ava Soleimany
Introductory course on deep learning methods and practical experience using TensorFlow. Covers applications to computer vision, natural language processing, and more.
Deep Learning
NYU DS-GA 1008
Yann LeCun and Alfredo Canziani
This course covers the latest techniques in deep learning and representation learning with applications to computer vision, natural language understanding, and speech recognition.
A machine learning introductory course that starts from the very basics, covering all of the most important machine learning algorithms and how to apply them in practice.
Deep Learning for Computer Vision
University of Michigan. EECS 498-007 / 598-005
Justin Johnson
A deep dive into neural-network-based DL methods for CV, with a focus on training and debugging neural networks and understanding cutting-edge research.
If you have a list of things you've always wanted to solve, let an agent do them:
• Refactor code and ensure tests still run
• Find and fix bugs
• Close open tickets from your backlog
• Update documentation
• Write tests for untested code
• You can use it with any of the major models (GPT-X, Gemini, Claude)
• It has an option to Chat and Edit with the model
• It has an Agent mode to make changes to the notebook autonomously
Knowledge graphs are a game-changer for AI Agents, and this is one example of how you can take advantage of them.
How this works:
1. Cursor connects to Graphiti's MCP Server. Graphiti is a very popular open-source Knowledge Graph library for AI agents.
2. Graphiti connects to Neo4j running locally.
Now, every time I interact with Cursor, the information is synthesized and stored in the knowledge graph. In short, Cursor now "remembers" everything about our project.
Huge!
Here is the video I recorded.
To get this working on your computer, follow the instructions on this link:
Something super cool about using Graphiti's MCP server:
You can use one model to develop the requirements and a completely different model to implement the code. This is a huge plus because you could use the stronger model at each stage.
Also, Graphiti supports custom entities, which you can use when running the MCP server.
You can use these custom entities to structure and recall domain-specific information, which will tenfold the accuracy of your results.