Amitesh Gangrade
@GangradeAmitesh
Followers
220
Following
879
Media
23
Statuses
366
MS CE @UT_Dallas prev : SDE @HSBC. Tech Fitness Books
Dallas
Joined July 2020
Reading a research paper and trying to understand what exactly the authors trying to implement give deeper understanding of the topic. In general if you read a blog or some article on that topic it just touches the top layer but when you read a research paper and a good one you
0
0
1
We really need a new architectural design. To take LLMs it to new heights. https://t.co/IbgKqgWZk0
thealgorithmicbridge.com
AI companies will have to explore other routes
0
0
0
Ever tried asking ChatGPT , "Based on our conversational history do you thing I`m dumb?" I`m already crying!
0
0
3
Set Cover problem - Constraint optimisation algorithm can be used to optimise.
2
0
2
I hope everyone should realize how important it is to implement ML algorithms from scratch. Just using @scikit_learn fit method won't teach you anything. Write you algorithm from scratch understand how exactly its behaving. #MachineLearning #Python
0
0
2
Just implemented the Facility Location function to enhance active learning in my optimization library! What does it do? It helps select the most informative data points for annotation, reducing costs & improving model performance. 🔜 More features coming soon! Check it out and
0
0
2
4/ If you're interested in an open-source library optimized for performance, check out Optimiz on GitHub! I’m constantly adding new algorithms and improvements. Feedback and contributions are welcome! https://t.co/zC2XRuknih
#Python #DataScience #Optimization #AI #opensource
github.com
Contribute to gangradeamitesh/optimiz_it development by creating an account on GitHub.
0
0
1
3/ My Optimiz Library In #Optimiz, I implemented Cython versions of both Gradient Descent and SGD. Results? Significantly fasterperformance than standard Python! This means more efficient optimization for ML practitioners and researchers.
1
0
1
2/ Why does speed matter in ML? For algorithms that iterate over large datasets—like Gradient Descent or Stochastic Gradient Descent—every second counts. Faster computations mean faster training and quicker insights.
1
0
0
1/ What’s Cython? Cython is a superset of Python that compiles Python code into C, giving you the simplicity of Python and the speed of C. This makes it ideal for performance-critical parts of any #MachineLearning project.
1
0
1
🧵 Do you know about #Cython? Most people don’t realize that libraries like scikit-learn use Cython under the hood to speed up operations like matrix multiplication. 🚀 Python is powerful, but for heavy computations, it needs a little boost. Here’s how Cython makes it happen:
1
0
1
🚀 Launching Optimiz: A New Python Library for Optimization! 🚀 Built #Optimiz from scratch to bring powerful optimization algorithms to ML practitioners! Dive into: 🔥 Gradient Descent, SGD, Nesterov 🔥 Newton’s Method, Proximal & Coordinate Descent 🔜 Plans: Active Learning,
0
0
4
I thought I understand all the algorithm related to sub modular optimization in Machine Learning and ready to add`em in my library and then I came across @jmschreiber91 `s apricot. I don't think I`ll be able to write a library that matches level of apricot. Its so overwhelming.
1
0
3
🚀 New Update! 🚀 We've just Cythonized the SGD algorithm in #Optimiz, making it faster than ever for large-scale #MachineLearning optimization tasks! 🚀💻 Check out the code and speed boost: [GitHub Link] #Python #Cython #ML #DeepLearning #AI #Optimization #opensource
1
0
5
🚀 Excited to announce Optimiz my Python library for convex optimization algorithms! 🎯 If you're looking for a toolkit to solve complex optimization problems from scratch, check it out on GitHub! 👉 https://t.co/zC2XRuknih
#MachineLearning #Optimization #Python #OpenSource #AI
github.com
Contribute to gangradeamitesh/optimiz_it development by creating an account on GitHub.
0
0
3
Just checked in my code for co-ordinate Gradient Descent on #GitHub . I am currently writing a library in python for optimization algorithms. Its fun to code this algorithms from scratch. #Python #MachineLearning
https://t.co/zC2XRuknih
github.com
Contribute to gangradeamitesh/optimiz_it development by creating an account on GitHub.
0
0
4
0
0
1