ShypdShypd.ai
📚

Research & Education

Browsing page 33 of AI tools for Course Creation in Research & Education. Sorted by confidence score — our independent quality rating.

ai-resources

ai-resources

60%

ai-resources offers a comprehensive, curated list of learning materials for Artificial Intelligence (AI), Machine Learning (ML), Statistical Inference (SI), Deep Learning (DL), and Reinforcement Learning (RL). Aimed at beginners without a Computer Science background, it guides users from fundamental concepts to advanced levels, enabling them to understand complex research papers. The resource includes video lectures, workshops, and Massive Open Online Courses (MOOCs) covering essential mathematics like linear algebra, probability, statistics, and calculus. It emphasizes building strong foundations and offers personal comments on each resource, making it a valuable guide for self-learners navigating the challenging landscape of AI education.

aifh

aifh

60%

aifh, or Artificial Intelligence for Humans, offers a comprehensive collection of code examples for various AI algorithms. This open-source project is designed to accompany a series of books, providing practical implementations for theoretical concepts. The examples cover fundamental algorithms, nature-inspired algorithms, and neural networks, making it a valuable resource for anyone studying or working with AI. It supports multiple programming languages such as Java, C#, C/C++, Python, and R, ensuring broad applicability. Users can download a single ZIP file containing all examples or clone the Git repository to stay updated with the latest versions and community contributions. The project is released under the Apache 2 License, allowing free reuse in both commercial and non-commercial projects.

99-ML-Learning-Projects

99-ML-Learning-Projects

60%

99-ML-Learning-Projects offers a curated repository of 99 machine learning projects designed for individuals eager to learn machine learning by actively coding and building. The platform emphasizes a hands-on approach, providing exercises and solutions that are useful for learners at various stages. It encourages community contributions, allowing users to propose new exercises and solutions. The project aims to foster an open and friendly open-source collaboration environment, with current offerings including projects in General-Purpose Machine Learning, Computer Vision, Natural Language Processing, and Bayesian Naive Bayes Classification. It also provides refreshers and cheatsheets for essential libraries like Numpy and Pandas, and lists required dependencies for project execution.

a-PyTorch-Tutorial-to-Super-Resolution

a-PyTorch-Tutorial-to-Super-Resolution

60%

a-PyTorch-Tutorial-to-Super-Resolution offers a comprehensive PyTorch tutorial focused on implementing photo-realistic single image super-resolution using Generative Adversarial Networks (GANs). It serves as an educational resource for understanding GANs and their application in image enhancement, specifically for quadrupling image dimensions. The tutorial covers concepts like residual connections, sub-pixel convolution, and perceptual loss, guiding users through the implementation of both SRResNet and SRGAN models. It assumes basic knowledge of PyTorch and convolutional neural networks, making it suitable for those looking to deepen their understanding of advanced deep learning techniques for image processing.

AI-Expert-Roadmap

AI-Expert-Roadmap

60%

AI-Expert-Roadmap is a comprehensive, open-source resource designed to guide individuals on their journey to becoming an Artificial Intelligence expert. Hosted on GitHub, it provides detailed charts and recommended technologies for various AI-related fields, including data science, machine learning, deep learning, data engineering, and big data engineering. The roadmap was initially created for AMAI GmbH's new employees to accelerate their AI expertise but is openly shared with the community. It emphasizes understanding why certain tools are better suited for specific cases rather than just following trends. An interactive version with links for each bullet point is available, and users can star and watch the GitHub repository for updates and new content.

ML-For-Beginners

ML-For-Beginners

60%

ML-For-Beginners is a comprehensive, open-source curriculum developed by Microsoft Cloud Advocates, designed to introduce individuals to classic machine learning concepts over 12 weeks. The curriculum comprises 26 lessons and 52 quizzes, focusing on practical, project-based learning using primarily Scikit-learn, while intentionally avoiding deep learning topics covered in their AI for Beginners curriculum. Each lesson includes pre- and post-lesson quizzes, written instructions, solutions, assignments, and challenges, ensuring a hands-on approach to skill development. The content is available in over 50 languages and includes resources for both students and teachers, with video walkthroughs and a troubleshooting guide. It emphasizes a pedagogical approach that combines project-based learning with frequent assessments to enhance concept retention.

deep-learning-v2-pytorch

deep-learning-v2-pytorch

60%

deep-learning-v2-pytorch is a comprehensive repository offering projects and exercises for Udacity's Deep Learning Nanodegree program. It features a collection of tutorial notebooks covering diverse deep learning topics, guiding users through the implementation of models such as convolutional networks, recurrent networks, and Generative Adversarial Networks (GANs). The resource also delves into other essential concepts like weight initialization and batch normalization. Beyond tutorials, it provides starting code for Nanodegree projects, which are typically reviewed by Udacity reviewers. This repository is ideal for students and learners looking to gain practical experience and deepen their understanding of deep learning with PyTorch.

CENTURY Tech

CENTURY Tech

60%

CENTURY Tech is an AI-powered online learning platform designed to personalize education in English, maths, and science for primary, secondary, and further education. Trusted by schools and colleges globally, it leverages learning science, AI, and neuroscience to adapt to individual student needs. The platform offers personalized learning paths, thousands of learning videos, and self-marking questions, aiming to increase student attainment and progress. It also reduces teacher workload by automating marking, analysis, and resource creation, providing actionable data insights for timely interventions. CENTURY Tech supports various educational contexts, including home learning, entrance exam preparation, and professional development for educators.

Made With ML

Made With ML

60%

Made With ML by Anyscale provides comprehensive courses and resources for individuals looking to master the entire lifecycle of production machine learning applications. The platform covers essential topics from design and data handling to model training, deployment, and iteration. It emphasizes best practices in software engineering for ML, scalability, MLOps integration, and CI/CD workflows. The content is designed for a diverse audience, including software engineers, data scientists, college graduates, and product/leadership roles, aiming to bridge the gap between academic knowledge and industry expectations. The curriculum focuses on first principles, practical skills, and scaling ML workloads in Python, ensuring learners can confidently go from development to production.

hello-ai

hello-ai

60%

Hello-AI is an intelligent, AI-driven navigation hub designed to help developers and enthusiasts navigate the vast and rapidly evolving landscape of open-source AI projects. Unlike traditional, manually maintained directories, Hello-AI utilizes AI agents for continuous, autonomous discovery, quality assessment, and categorization of projects. It offers an evolutionary landscape map covering foundational models, Agent frameworks, RAG, infrastructure, multimodal apps, and developer tools, ensuring precise and intuitive organization. The system dynamically tracks project activity, purging stale entries and updating metrics like Star counts to present only the most relevant and active repositories. Additionally, AI automatically generates concise summaries and use-cases for each project, enabling users to quickly identify suitable tools without extensive manual research. The project is open-source and can be deployed locally, offering a hands-free, continuous discovery pipeline.

NeuralJam

NeuralJam

60%

NeuralJam is a digital learning community designed to foster collaboration and turn knowledge into intelligence. It offers an AI-powered personality assessment tool to help users understand themselves and design personalized learning paths. The platform provides a wide range of interactive learning activities, insightful content, and opportunities to connect with like-minded individuals through groups and shared experiences. Users can track their progress, discover new ideas through a daily feed, and access a library of articles, podcasts, and videos. NeuralJam aims to make learning accessible and supports a mission of continuous improvement through collective intelligence, operating without advertising or misuse of personal data.

Grokking-Deep-Learning

Grokking-Deep-Learning

60%

Grokking-Deep-Learning is a GitHub repository that serves as a companion to the book "Grokking Deep Learning." It offers a comprehensive collection of code examples and resources designed to facilitate a deeper understanding of various deep learning concepts. The repository includes Jupyter Notebooks for each chapter, covering fundamental topics such as forward propagation, gradient descent, backpropagation, convolutional neural networks, word embeddings, recurrent neural networks (RNNs), LSTMs, and federated learning. It's an invaluable resource for individuals looking to learn deep learning through practical, hands-on examples.

handson-ml2

handson-ml2

60%

handson-ml2 is a comprehensive project offering Jupyter notebooks designed to teach the fundamentals of machine learning and deep learning using Python. This second edition, though now deprecated in favor of handson-ml3, provides extensive example code and solutions to exercises, making it an excellent resource for hands-on learning and experimentation. It leverages popular libraries such as Scikit-Learn, Keras, and TensorFlow 2, covering topics from basic machine learning landscapes to advanced deep learning concepts like CNNs, RNNs, and GANs. Users can run these notebooks online via services like Colab or Kaggle, or install them locally. The project includes detailed installation instructions and addresses common issues, making it accessible for those looking to deepen their understanding of AI.

learn-modern-ai-python

learn-modern-ai-python

60%

learn-modern-ai-python is an open-source GitHub repository offering comprehensive learning materials for Python courses, specifically tailored for modern AI-assisted development with type hints. It is an integral part of the Panaversity Certified Agentic & Robotic AI Engineer program, providing structured content for individuals looking to master AI-driven Python programming. The repository covers a wide array of topics including Python fundamentals, Linux, Docker, Google Colab, prompt engineering, generative AI, and agentic AI. It's designed to equip learners with practical skills in developing intelligent applications and understanding the nuances of AI integration in Python workflows.

QANDA(Mathpresso)

QANDA(Mathpresso)

60%

QANDA (Mathpresso) is an AI-powered educational super platform dedicated to making effective education accessible worldwide. It leverages AI technology to provide personalized learning experiences, aiming to democratize education that was previously limited to a select few. The platform supports 7 languages, including Korean, Japanese, Vietnamese, Indonesian, Thai, English, and Spanish, and has processed over 7.2 billion problem searches. With over 97 million users globally, 90% of whom are international, QANDA has established itself as a leading educational service in Asia and beyond. It has attracted significant investment from major players like Google and SoftBank Ventures, and continues to innovate with products like MathGPT and Cramify.

ML-notes

ML-notes

60%

ML-notes is an open-source repository offering extensive notes and assignments on machine learning. It covers a wide array of topics including Regression, Classification, CNN, RNN, Explainable AI, Adversarial Attack, Network Compression, Seq2Seq, GAN, Transfer Learning, Meta Learning, Life-long Learning, and Reinforcement Learning. The content is available in multiple formats such as HTML, Markdown, and PDF, making it accessible for different learning preferences. Additionally, it includes practical code examples for concepts like Gradient Descent and Keras implementations. This resource is ideal for individuals looking to deepen their understanding of machine learning through structured notes and practical exercises.

ML-Study-Guide

ML-Study-Guide

60%

ML-Study-Guide is an open-source resource designed to help individuals get started with machine learning through a structured, minimal study plan. It guides users through essential foundational topics, beginning with core mathematics like multivariable calculus, differential equations, linear algebra, and statistics/probability. The guide then progresses to Python programming, covering both beginner and intermediate levels. It also introduces the ML tech stack, including NumPy, Pandas, and Matplotlib, before recommending comprehensive machine learning courses. The plan emphasizes hands-on practice through Kaggle challenges and encourages specialization in fields like Computer Vision or NLP, along with creating a blog to share learned concepts. It also suggests recommended books for those who prefer learning through reading.

MLResources

MLResources

60%

MLResources is an open-source GitHub repository managed by the DLSU Machine Learning Group, serving as a comprehensive collection of resources for Machine Learning and Deep Learning. It features a curated list of lectures, videos, and books, catering to individuals at all levels of experience, from beginners to advanced practitioners. The repository also includes a section for tools and frameworks, encompassing software for data collection, annotation, and visualization, with plans for further expansion. This resource is continuously updated, making it a valuable hub for anyone looking to learn or deepen their knowledge in the ML/DL domain.

machine-learning-notes

machine-learning-notes

60%

Machine-learning-notes offers a comprehensive collection of educational materials for Machine Learning, Probabilistic Models, and Deep Learning. This open-source resource features over 2000 slides, detailed notes, and video links, continuously updated to reflect the latest research and concepts. It covers foundational mathematics, intermediate topics like Expectation Maximization and Markov Chain Monte Carlo, and advanced deep learning research areas such as Generative AI, Neural ODE, and Optimization Methods. The platform also hosts live online classes and seminars, providing in-depth explanations and practical demonstrations for a wide range of machine learning topics.

materiais-de-estudos-sobre-data-science-deep-machine-learning

materiais-de-estudos-sobre-data-science-deep-machine-learning

60%

Materiais de estudos sobre Data Science e Machine Learning is a comprehensive, open-source guide designed for individuals beginning their journey in Artificial Intelligence, Data Science, and Machine Learning. Hosted on GitHub, this repository organizes a wealth of study materials, predominantly free and in Portuguese. Users can find structured learning paths, recommendations for YouTube channels, online courses (from platforms like Udemy, Udacity, Coursera), and a curated list of books. It also includes sections on foundational mathematics, programming languages like Python and R, and specific libraries such as TensorFlow and Pandas. The guide aims to help beginners navigate the vast landscape of AI education, offering resources for different stages of learning and practical application.

Mathematics-for-Machine-Learning-and-Data-Science-Specialization

Mathematics-for-Machine-Learning-and-Data-Science-Specialization

60%

Mathematics for Machine Learning and Data Science Specialization is a beginner-friendly online program created by DeepLearning.AI and taught by Luis Serrano. It aims to equip learners with the essential mathematical foundations required for machine learning and data science, including calculus, linear algebra, statistics, and probability. The specialization uses innovative pedagogy with easy-to-follow plugins and visualizations to make complex mathematical concepts intuitive. It is designed for individuals with at least high school mathematics knowledge and basic familiarity with Python, as labs demonstrate learning objectives using Python. The curriculum includes applied learning projects to help users represent data, apply vector and matrix operations, optimize functions, and assess model performance.

nn-zero-to-hero

nn-zero-to-hero

60%

nn-zero-to-hero offers a detailed course on neural networks, guiding learners from foundational concepts to advanced topics. The curriculum is delivered through a series of YouTube video lectures, where participants code and train neural networks alongside the instructor. Each lecture is complemented by Jupyter notebooks, which capture the code built during the videos, and includes exercises to reinforce learning. The course covers essential topics such as backpropagation, language modeling, building multilayer perceptrons (MLPs), understanding activations and gradients, and implementing modern architectures like GPT. It is designed for individuals with basic Python knowledge and a general understanding of calculus, aiming to build competence and intuition in neural network development.

Python

Python

60%

This GitHub repository, Tanu-N-Prabhu/Python, serves as a comprehensive Open Source resource for learning Python and Machine Learning. It caters to individuals ranging from novices to seasoned developers, offering a structured path to mastery. The repository includes materials on basic Python concepts, built-in functions, popular libraries like NumPy and Pandas, and various APIs such as Google Translate and Wikipedia. It also delves into Machine Learning foundations, supervised and unsupervised learning, neural networks, and MLOps. Additionally, it provides extensive Data Science materials, including EDA techniques and real-world data analysis questions with Python answers. The resource emphasizes practical application through hands-on exercises and real-world examples, making it ideal for those looking to enhance their coding journey.

python-machine-learning-book-2nd-edition

python-machine-learning-book-2nd-edition

60%

The python-machine-learning-book-2nd-edition repository serves as the official code and information resource for the second edition of the "Python Machine Learning" book. It provides comprehensive code examples, including Jupyter notebooks and Python scripts, for various machine learning algorithms and applications. Users can explore topics such as classification, dimensionality reduction, model evaluation, ensemble learning, sentiment analysis, regression, clustering, and deep learning with TensorFlow. The resource is ideal for students and professionals looking to implement machine learning concepts using Python, offering a practical, hands-on approach to learning.