Difference between revisions of "Neural Architecture"
m |
|||
| (45 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> | ||
}} | }} | ||
| − | [http://www.youtube.com/results?search_query=Neural+Architecture | + | [http://www.youtube.com/results?search_query=Neural+Architecture+machine+learning YouTube search...] |
| − | [http://www.google.com/search?q=Neural+Architecture | + | [http://www.google.com/search?q=Neural+Architecture+machine+learning ...Google search] |
| − | * [[ | + | * [[What is Artificial Intelligence (AI)? | Artificial Intelligence (AI)]] ... [[Machine Learning (ML)]] ... [[Deep Learning]] ... [[Neural Network]] ... [[Reinforcement Learning (RL)|Reinforcement]] ... [[Learning Techniques]] |
| − | * [[ | + | * [[Hierarchical Temporal Memory (HTM)]] |
| − | * [[ | + | * [[Codeless Options, Code Generators, Drag n' Drop]] |
| + | * [[Artificial General Intelligence (AGI) to Singularity]] ... [[Inside Out - Curious Optimistic Reasoning| Curious Reasoning]] ... [[Emergence]] ... [[Moonshots]] ... [[Explainable / Interpretable AI|Explainable AI]] ... [[Algorithm Administration#Automated Learning|Automated Learning]] | ||
| + | * [[Auto Keras]] | ||
| + | * [[Symbiotic Intelligence]] ... [[Bio-inspired Computing]] ... [[Neuroscience]] ... [[Connecting Brains]] ... [[Nanobots#Brain Interface using AI and Nanobots|Nanobots]] ... [[Molecular Artificial Intelligence (AI)|Molecular]] ... [[Neuromorphic Computing|Neuromorphic]] ... [[Evolutionary Computation / Genetic Algorithms| Evolutionary/Genetic]] | ||
| + | * [[Algorithm Administration#Hyperparameter|Hyperparameter]]s Optimization | ||
| + | * [[Model Search]] | ||
| + | * [[Google AutoML]] | ||
* [http://www.engadget.com/2019/03/22/mit-ai-automated-neural-network-design/ MIT’s AI can train neural networks faster than ever before | Christine Fisher - Engadget] | * [http://www.engadget.com/2019/03/22/mit-ai-automated-neural-network-design/ MIT’s AI can train neural networks faster than ever before | Christine Fisher - Engadget] | ||
| − | + | = <span id="Neural Architecture Search (NAS)"></span>Neural Architecture Search (NAS) = | |
| + | [http://www.youtube.com/results?search_query=Neural+Architecture+Search+NAS+machine+learning YouTube search...] | ||
| + | [http://www.google.com/search?q=Neural+Architecture+Search+NAS+machine+learning ...Google search] | ||
| + | |||
| + | * [http://www.automl.org/automl/literature-on-neural-architecture-search/ Literature on Neural Architecture Search |] [http://www.automl.org/ AutoML.org] | ||
| + | * [http://github.com/D-X-Y/awesome-NAS Awesome NAS]; a curated list | ||
| + | * [http://en.wikipedia.org/wiki/Neural_architecture_search#NAS_with_Reinforcement_Learning Neural Architecture Search (NAS) with Reinforcement Learning | Wikipedia] | ||
| + | ** [[Reinforcement Learning (RL)]] | ||
| + | * [http://en.wikipedia.org/wiki/Neural_architecture_search#NAS_with_Evolution Neural Architecture Search (NAS) with Evolution | Wikipedia] | ||
| + | * [http://en.wikipedia.org/wiki/Neural_architecture_search#Multi-objective_Neural_architecture_search Multi-objective Neural architecture search | Wikipedia] | ||
| + | * [http://arxiv.org/abs/1904.09523 Neural Architecture Search for Deep Face Recognition | Ning Zhu] | ||
| − | |||
| − | |||
| − | |||
| − | * [http://en.wikipedia.org/wiki/Neural_architecture_search | + | An alternative to manual design is “neural architecture search” (NAS), a series of machine learning techniques that can help discover optimal neural networks for a given problem. Neural architecture search is a big area of research and holds a lot of promise for future applications of deep learning. * [http://thenextweb.com/news/best-ai-model-for-your-problem-try-neural-architecture-search Need to find the best AI model for your problem? Try neural architecture search | Ben Dickson - TDW] NAS algorithms are efficient problem solvers ... [http://bdtechtalks.com/2022/02/28/what-is-neural-architecture-search/ What is neural architecture search (NAS)? | Ben Dickson - TechTalks] |
| + | |||
| + | http://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2022/03/deep.jpg | ||
| + | |||
| + | Various approaches to Neural Architecture Search (NAS) have designed networks that are on par or even outperform hand-designed architectures. Methods for NAS can be categorized according to the search space, search strategy and performance estimation strategy used: | ||
| + | |||
| + | * The search space defines which type of [[Neural Network|artificial neural networks (ANN}]] can be designed and optimized in principle. | ||
| + | * The search strategy defines which strategy is used to find optimal [[Neural Network|ANN]]'s within the search space. | ||
| + | * Obtaining the performance of an [[Neural Network|ANN]] is costly as this requires training the [[Neural Network|ANN]] first. Therefore, performance estimation strategies are used obtain less costly estimates of a model's performance. [http://en.wikipedia.org/wiki/Neural_architecture_search Neural Architecture Search | Wikipedia] | ||
<youtube>sROrvtXnT7Q</youtube> | <youtube>sROrvtXnT7Q</youtube> | ||
| Line 27: | Line 57: | ||
<youtube>CYUpDogeIL0</youtube> | <youtube>CYUpDogeIL0</youtube> | ||
<youtube>MtuADH7kVeQ</youtube> | <youtube>MtuADH7kVeQ</youtube> | ||
| + | <youtube>BAtBwgV1fG0</youtube> | ||
| + | <youtube>5ke9ZEvXJEk</youtube> | ||
| + | |||
| + | = Differentiable Neural Computer (DNC) = | ||
| + | [[http://www.youtube.com/results?search_query=differentiable+neural+computers+%28DNC%29 YouTube search...]] | ||
| + | |||
| + | <youtube>r5XKzjTFCZQ</youtube> | ||
| + | |||
| + | = <span id="Neural Operator"></span>Neural Operator = | ||
| + | [http://www.youtube.com/results?search_query=Neural+Operator+machine+learning+AI YouTube search...] | ||
| + | [http://www.google.com/search?q=Neural+Operator+machine+learning+AI ...Google search] | ||
| + | |||
| + | * [[Geology: Mining, Oil & Gas]] | ||
| + | * [https://arxiv.org/abs/2108.08481 Neural Operator: Learning Maps Between Function Spaces | N. Kovachki, Z. Li, B. Liu, K. Azizzadenesheli, K. Bhattacharya, A. Stuart,] [[Creatives#Animashree (Anima) Anandkumar | Animashree (Anima) Anandkumar]] | ||
| + | * [https://www.ai4science.caltech.edu/projects/neural-operator.html Neural Operator – Solving PDEs; Partial Differential Equations | ][[Creatives#Animashree (Anima) Anandkumar | Animashree (Anima) Anandkumar]], Andrew Stuart, & Kaushik Bhattacharya] | ||
| + | |||
| + | |||
| + | A generalization of neural networks to learn operators, termed neural operators, that map between infinite dimensional function spaces. A universal approximator in the function space. the Fourier neural operator model has shown state-of-the-art performance with 1000x speedup in learning turbulent Navier-Stokes equation, as well as promising applications in weather forecast and CO2 migration, as shown in the figure below. [https://zongyi-li.github.io/neural-operator/ Neural Operator Machine learning for scientific computing | Zongy Li] | ||
| + | |||
| + | https://zongyi-li.github.io/neural-operator/img/FNO-demo.gif | ||
| + | |||
| + | <img src="https://zongyi-li.github.io/neural-operator/img/fourier_full_arch5.png" width="800"> | ||
| + | |||
| + | <youtube>Bd4KvlmGbY4</youtube> | ||
| + | <youtube>KIGG-IA9awU</youtube> | ||
| + | <youtube>IaS72aHrJKE</youtube> | ||
| + | <youtube>0Ve9xwNJO2o</youtube> | ||
| + | <youtube>7AnW8b6hfFI</youtube> | ||
| + | <youtube>UMo4mSc42Cc</youtube> | ||
Latest revision as of 20:07, 8 September 2023
YouTube search... ...Google search
- Artificial Intelligence (AI) ... Machine Learning (ML) ... Deep Learning ... Neural Network ... Reinforcement ... Learning Techniques
- Hierarchical Temporal Memory (HTM)
- Codeless Options, Code Generators, Drag n' Drop
- Artificial General Intelligence (AGI) to Singularity ... Curious Reasoning ... Emergence ... Moonshots ... Explainable AI ... Automated Learning
- Auto Keras
- Symbiotic Intelligence ... Bio-inspired Computing ... Neuroscience ... Connecting Brains ... Nanobots ... Molecular ... Neuromorphic ... Evolutionary/Genetic
- Hyperparameters Optimization
- Model Search
- Google AutoML
- MIT’s AI can train neural networks faster than ever before | Christine Fisher - Engadget
Neural Architecture Search (NAS)
YouTube search... ...Google search
- Literature on Neural Architecture Search | AutoML.org
- Awesome NAS; a curated list
- Neural Architecture Search (NAS) with Reinforcement Learning | Wikipedia
- Neural Architecture Search (NAS) with Evolution | Wikipedia
- Multi-objective Neural architecture search | Wikipedia
- Neural Architecture Search for Deep Face Recognition | Ning Zhu
An alternative to manual design is “neural architecture search” (NAS), a series of machine learning techniques that can help discover optimal neural networks for a given problem. Neural architecture search is a big area of research and holds a lot of promise for future applications of deep learning. * Need to find the best AI model for your problem? Try neural architecture search | Ben Dickson - TDW NAS algorithms are efficient problem solvers ... What is neural architecture search (NAS)? | Ben Dickson - TechTalks
Various approaches to Neural Architecture Search (NAS) have designed networks that are on par or even outperform hand-designed architectures. Methods for NAS can be categorized according to the search space, search strategy and performance estimation strategy used:
- The search space defines which type of artificial neural networks (ANN} can be designed and optimized in principle.
- The search strategy defines which strategy is used to find optimal ANN's within the search space.
- Obtaining the performance of an ANN is costly as this requires training the ANN first. Therefore, performance estimation strategies are used obtain less costly estimates of a model's performance. Neural Architecture Search | Wikipedia
Differentiable Neural Computer (DNC)
Neural Operator
YouTube search... ...Google search
- Geology: Mining, Oil & Gas
- Neural Operator: Learning Maps Between Function Spaces | N. Kovachki, Z. Li, B. Liu, K. Azizzadenesheli, K. Bhattacharya, A. Stuart, Animashree (Anima) Anandkumar
- Neural Operator – Solving PDEs; Partial Differential Equations | Animashree (Anima) Anandkumar, Andrew Stuart, & Kaushik Bhattacharya]
A generalization of neural networks to learn operators, termed neural operators, that map between infinite dimensional function spaces. A universal approximator in the function space. the Fourier neural operator model has shown state-of-the-art performance with 1000x speedup in learning turbulent Navier-Stokes equation, as well as promising applications in weather forecast and CO2 migration, as shown in the figure below. Neural Operator Machine learning for scientific computing | Zongy Li