As of today, the channel contains videos for three different courses:
▫️Computer Vision
▫️Natural Language Processing
▫️Tabular Data
I'm starting with Computer Vision.
👇
Day 1 of #MLU goes over the topics that will be covered during the course:
▫️Intro to ML and CV
▫️Training Neural Networks and CNNs
▫️Classic CNN architectures
▫️Project: Image classification
▫️Object detection
▫️Semantic segmentation
▫️Transfer learning and AutoML
👇
By the end of the course, you'll have:
▫️Fundamental understanding of ML
▫️Practical knowledge of Computer Vision
Specifically:
▫️Data preprocessing
▫️Common ML algorithms
▫️How to evaluate a model
▫️Model training
▫️Common CV applications
👇
Something really cool: you'll get some hands-on with Amazon SageMaker, which is @awscloud's environment to build and deploy Machine Learning applications.
I spend a lot of time every day using SageMaker. It's pretty cool! You won't want to miss this.
👇
How much can you get out of 5 minutes every day?
I'll find out and I'll let you know.
But you don't have to wait and you can join me now.
Let's do this!
• • •
Missing some Tweet in this thread? You can try to
force a refresh
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.