Catégorie : Saved Links

  • CyCompile: Democratizing Performance — Easy Function-Level Optimization with Cython

    Hi everyone! I’m excited to share a new project I’ve been working on: CyCompile, a Python package that makes function-level optimization with Cython simpler and more accessible for everyone. Democratizing Performance is at the heart of CyCompile, allowing developers of all skill levels to easily enhance their Python code without needing to become Cython experts!…

  • FM and FR together to be given

    hey everyone im from Pakistan . and for the june attempt i wanted to give FR but due to no availability in my whole district i am not able to give it anymore and i cant travel to any other district due to my health issues . so i decided to give FM and FR…

  • « LeetCode for AI” – Prompt/RAG/Agent Challenges

    Hi everyone! I’m exploring an idea to build a “LeetCode for AI”, a self-paced practice platform with bite-sized challenges for: Prompt engineering (e.g. write a GPT prompt that accurately summarizes articles under 50 tokens) Retrieval-Augmented Generation (RAG) (e.g. retrieve top-k docs and generate answers from them) Agent workflows (e.g. orchestrate API calls or tool-use in…

  • How should I prepare for MA2?

    Hi, I got around 1 and a half week left for my MA2 exam. I need some tips to prepare for it so that I can pass with at least like a 65-70+ yk. I have taken MA2 classes but I’ve forgotten some of the material (cuz work and what not), So what do I…

  • What to do now

    Hi everyone, Currently, I’m studying Statistics from Khan Academy because I realized that Statistics is very important for Machine Learning. I have already completed some parts of Machine Learning, especially the application side (like using libraries, running models, etc.), and I’m able to understand things quite well at a basic level. Now I’m a bit…

  • Chef lets me choose any deep learning certfication/course I like – Suggestions needed

    My company requires me to fullfill a Deep Learning Certificate / Course. It is not necessary to have a final test or get a certificate (i.e. reading a book would also be accepted). It would be helpful if the course would be on udemy but is not must. I have masters degree in Computer Science…

  • Advice on feeling stuck in my AI career

    Hi Everyone, Looking for some advice and maybe a reality check. I have been trying to transition into AI for a long time but feel like I am not where I want to be. I have a mechanical engineering undergraduate degree completed in 2022 and recently completed a master’s in AI & machine learning in…

  • Advice needed!!

    At this point i think its important to start learning skills early on , I’m interested in pursuing my career in data sci/ Ai ML so for that which skills or coding lang should i learn+ from where ( paid courses or yt channels) submitted by /u/Altruistic_Eye_3786 to r/Python [link] [comments]

  • Asked ChatGPT on deep research mode for advice on writing PER statements (link to conversation included!)

    https://chatgpt.com/c/67fafadd-dfb8-8009-a687-8ba52b6821a2 (This conversation is archived but the share link above should work! Obviously there is no personal or other confidential information in there ^^) I know not everyone is fond of using AI to do tasks that people can do, but I wanted ChatGPT to produce a technical document for me on writing skills tips…

  • injected: A library for FastAPI-style dependency injection (and resolution)

    I just brushed off a project of mine that I’ve left dormant for some time. Coming back to it, I do think it’s still a relevant library. It implements dependency injection in a style similar to FastAPI, by overriding function defaults to annotate dependency providers. There’s support for depending on async and normal functions, as…