Difference between revisions of "Libraries & Frameworks"
m (Text replacement - "http:" to "https:") |
m |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|title=PRIMO.ai | |title=PRIMO.ai | ||
|titlemode=append | |titlemode=append | ||
| − | |keywords=artificial, intelligence, machine, learning, models | + | |keywords=ChatGPT, artificial, intelligence, machine, learning, GPT-4, GPT-5, NLP, NLG, NLC, NLU, models, data, singularity, moonshot, Sentience, AGI, Emergence, Moonshot, Explainable, TensorFlow, Google, Nvidia, Microsoft, Azure, Amazon, AWS, Hugging Face, OpenAI, Tensorflow, OpenAI, Google, Nvidia, Microsoft, Azure, Amazon, AWS, Meta, LLM, metaverse, assistants, agents, digital twin, IoT, Transhumanism, Immersive Reality, Generative AI, Conversational AI, Perplexity, Bing, You, Bard, Ernie, prompt Engineering LangChain, Video/Image, Vision, End-to-End Speech, Synthesize Speech, Speech Recognition, Stanford, MIT |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools |
| − | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | + | |
| + | <!-- Google tag (gtag.js) --> | ||
| + | <script async src="https://www.googletagmanager.com/gtag/js?id=G-4GCWLBVJ7T"></script> | ||
| + | <script> | ||
| + | window.dataLayer = window.dataLayer || []; | ||
| + | function gtag(){dataLayer.push(arguments);} | ||
| + | gtag('js', new Date()); | ||
| + | |||
| + | gtag('config', 'G-4GCWLBVJ7T'); | ||
| + | </script> | ||
}} | }} | ||
| − | [https://www.youtube.com/results?search_query=library+framework | + | [https://www.youtube.com/results?search_query=ai+library+Libraries+framework YouTube] |
| − | [https://www.google.com/search?q=library+framework+ | + | [https://www.quora.com/search?q=ai%20library%20Libraries%20framework ... Quora] |
| + | [https://www.google.com/search?q=ai+library+Libraries+framework ...Google search] | ||
| + | [https://news.google.com/search?q=ai+library+Libraries+framework ...Google News] | ||
| + | [https://www.bing.com/news/search?q=ai+library+Libraries+framework&qft=interval%3d%228%22 ...Bing News] | ||
| − | * [[Libraries & Frameworks Overview]] | + | * [[Libraries & Frameworks Overview]] ... [[Libraries & Frameworks]] ... [[Git - GitHub and GitLab]] ... [[Other Coding options]] |
| − | * [[Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)]] | + | * [[Development]] ... [[Notebooks]] ... [[Development#AI Pair Programming Tools|AI Pair Programming]] ... [[Codeless Options, Code Generators, Drag n' Drop|Codeless]] ... [[Hugging Face]] ... [[Algorithm Administration#AIOps/MLOps|AIOps/MLOps]] ... [[Platforms: AI/Machine Learning as a Service (AIaaS/MLaaS)|AIaaS/MLaaS]] |
| + | * [[Python]] ... [[Generative AI with Python|GenAI w/ Python]] ... [[JavaScript]] ... [[Generative AI with JavaScript|GenAI w/ JavaScript]] ... [[TensorFlow]] ... [[PyTorch]] | ||
| + | * [[Processing Units - CPU, GPU, APU, TPU, VPU, FPGA, QPU|GPU]] | ||
| + | * [[Gaming]] ... [[Game-Based Learning (GBL)]] ... [[Games - Security|Security]] ... [[Game Development with Generative AI|Generative AI]] ... [[Metaverse#Games - Metaverse|Games - Metaverse]] ... [[Games - Quantum Theme|Quantum]] ... [[Game Theory]] ... [[Game Design | Design]] | ||
* [https://github.com/THUNLP-MT Machine Translation open-source toolkits | Tsinghua Natural Language Processing Group] | * [https://github.com/THUNLP-MT Machine Translation open-source toolkits | Tsinghua Natural Language Processing Group] | ||
* [https://www.dmoztools.net/Computers/Artificial_Intelligence/Machine_Learning/Software/ Machine Learning Software | DMOZtools.net] | * [https://www.dmoztools.net/Computers/Artificial_Intelligence/Machine_Learning/Software/ Machine Learning Software | DMOZtools.net] | ||
| − | + | ||
| − | * | + | A library and a framework are both code written by someone else that help you solve common problems in easier ways. However, they differ in how they control the flow of your application. |
| + | |||
| + | * <b>A library</b> is a collection of functions or classes that you can call from your own code to perform specific tasks. For example, if you want to manipulate strings, you can use a library that provides string functions. You are in charge of when and where to use the library functions. Some examples of AI-related libraries are TensorFlow, Theano, and PyTorch. | ||
| + | * <b>A framework</b> is a set of rules or guidelines that define the structure and behavior of your application. For example, if you want to build a web application, you can use a framework that provides templates, routing, authentication, etc. The framework calls your code at certain points, following the inversion of control principle. Some examples of AI-related frameworks are Angular, Vue, and Microsoft CNTK. | ||
| + | |||
| + | The main difference between a library and a framework is who is in control: you control the library, but the framework controls you. | ||
| + | |||
=== With pages at Primo.ai or not included in Wikipedia Deep learning comparison chart below === | === With pages at Primo.ai or not included in Wikipedia Deep learning comparison chart below === | ||
Latest revision as of 11:51, 6 November 2024
YouTube ... Quora ...Google search ...Google News ...Bing News
- Libraries & Frameworks Overview ... Libraries & Frameworks ... Git - GitHub and GitLab ... Other Coding options
- Development ... Notebooks ... AI Pair Programming ... Codeless ... Hugging Face ... AIOps/MLOps ... AIaaS/MLaaS
- Python ... GenAI w/ Python ... JavaScript ... GenAI w/ JavaScript ... TensorFlow ... PyTorch
- GPU
- Gaming ... Game-Based Learning (GBL) ... Security ... Generative AI ... Games - Metaverse ... Quantum ... Game Theory ... Design
- Machine Translation open-source toolkits | Tsinghua Natural Language Processing Group
- Machine Learning Software | DMOZtools.net
A library and a framework are both code written by someone else that help you solve common problems in easier ways. However, they differ in how they control the flow of your application.
- A library is a collection of functions or classes that you can call from your own code to perform specific tasks. For example, if you want to manipulate strings, you can use a library that provides string functions. You are in charge of when and where to use the library functions. Some examples of AI-related libraries are TensorFlow, Theano, and PyTorch.
- A framework is a set of rules or guidelines that define the structure and behavior of your application. For example, if you want to build a web application, you can use a framework that provides templates, routing, authentication, etc. The framework calls your code at certain points, following the inversion of control principle. Some examples of AI-related frameworks are Angular, Vue, and Microsoft CNTK.
The main difference between a library and a framework is who is in control: you control the library, but the framework controls you.
With pages at Primo.ai or not included in Wikipedia Deep learning comparison chart below
- scikit-learn
- PyTorch
- ConvNetJS | Andrej Karpathy
- Accord.Net Framework
- Caffe / Caffe2
- Microsoft Cognitive Toolkit - was Cognitive Toolkit (CNTK)
- gluon
- H20
- MXNet
- Neuroph
- neon
- Deeplearning4j
- theano
- Spark MLlib
- Cloudera Oryx
- GoLearn
- Weka
- Apache Mahout
- Shogun
- Ray - UC Berkeley RISELab
- MLPACK (C++ library)
- Accord.NET
- OpenCV Open Computer Vision - work with images and/or videos and wish to add a variety of classical and state-of-the-art vision algorithms to their toolbox.
- OpenCog, a GPL-licensed framework for artificial intelligence written in C++, Python and Scheme.
- RapidMiner, an environment for machine learning and data mining, now developed commercially.
- Weka, a free implementation of many machine learning algorithms in Java.
|
|