Skip to content

Commit 49d09f1

Browse files
authored
Updated table of contents.
1 parent e3313df commit 49d09f1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
[Fastai](https://docs.fast.ai/) is a library that simplifies training fast and accurate neural nets using modern best practices.
244244

245245
# Algorithms
246-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
246+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
247247

248248
[Fuzzy logic](https://www.investopedia.com/terms/f/fuzzy-logic.asp) is a heuristic approach that allows for more advanced decision-tree processing and better integration with rules-based programming.
249249

@@ -327,7 +327,7 @@
327327
**Bayes' theorem. Source:[mathisfun](https://www.mathsisfun.com/data/bayes-theorem.html)**
328328

329329
# Machine Learning
330-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
330+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
331331

332332
<p align="center">
333333
<img src="https://user-images.githubusercontent.com/45159366/134075212-b132056a-5980-4610-a141-dd0677b17b5f.png">
@@ -437,7 +437,7 @@
437437
[cuML](https://github.com/rapidsai/cuml) is a suite of libraries that implement machine learning algorithms and mathematical primitives functions that share compatible APIs with other RAPIDS projects. cuML enables data scientists, researchers, and software engineers to run traditional tabular ML tasks on GPUs without going into the details of CUDA programming. In most cases, cuML's Python API matches the API from scikit-learn.
438438

439439
# Deep Learning Development
440-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
440+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
441441

442442
<p align="center">
443443
<img src="https://user-images.githubusercontent.com/45159366/133943699-6dcfcb40-ddf7-4501-86e0-41e8aee91fe2.png">
@@ -629,7 +629,7 @@
629629
[Mapping Toolbox™](https://www.mathworks.com/products/mapping.html) is a tool that provides algorithms and functions for transforming geographic data and creating map displays. You can visualize your data in a geographic context, build map displays from more than 60 map projections, and transform data from a variety of sources into a consistent geographic coordinate system.
630630

631631
# Reinforcement Learning Development
632-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
632+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
633633

634634
<p align="center">
635635
<img src="https://user-images.githubusercontent.com/45159366/133943722-059d8f26-44d7-40c3-9850-4b3a88d46b01.png">
@@ -831,7 +831,7 @@
831831
[Mapping Toolbox™](https://www.mathworks.com/products/mapping.html) is a tool that provides algorithms and functions for transforming geographic data and creating map displays. You can visualize your data in a geographic context, build map displays from more than 60 map projections, and transform data from a variety of sources into a consistent geographic coordinate system.
832832

833833
# Computer Vision Development
834-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
834+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
835835

836836
<p align="center">
837837
<img src="https://user-images.githubusercontent.com/45159366/129494417-b0ee8192-ac41-4a6d-8e1d-4761ffc8bab1.png">
@@ -913,7 +913,7 @@
913913
[Microsoft AirSim](https://microsoft.github.io/AirSim/lidar.html) is a simulator for drones, cars and more, built on Unreal Engine (with an experimental Unity release). AirSim is open-source, cross platform, and supports [software-in-the-loop simulation](https://www.mathworks.com/help///ecoder/software-in-the-loop-sil-simulation.html) with popular flight controllers such as PX4 & ArduPilot and [hardware-in-loop](https://www.ni.com/en-us/innovations/white-papers/17/what-is-hardware-in-the-loop-.html) with PX4 for physically and visually realistic simulations. It is developed as an Unreal plugin that can simply be dropped into any Unreal environment. AirSim is being developed as a platform for AI research to experiment with deep learning, computer vision and reinforcement learning algorithms for autonomous vehicles.
914914

915915
# NLP Development
916-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
916+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
917917

918918
<p align="center">
919919
<img src="https://user-images.githubusercontent.com/45159366/131386286-e23991d5-a1aa-4ee9-9582-874dc0854c1a.png">
@@ -1014,7 +1014,7 @@
10141014
[Numba](https://github.com/numba/numba) is an open source, NumPy-aware optimizing compiler for Python sponsored by Anaconda, Inc. It uses the LLVM compiler project to generate machine code from Python syntax. Numba can compile a large subset of numerically-focused Python, including many NumPy functions. Additionally, Numba has support for automatic parallelization of loops, generation of GPU-accelerated code, and creation of ufuncs and C callbacks.
10151015

10161016
# Bioinformatics
1017-
[Back to the Top](https://github.com/mikeroyal/Deep-Learning-Guide#table-of-contents)
1017+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
10181018

10191019
<p align="center">
10201020
<img src="https://user-images.githubusercontent.com/45159366/126912438-49cc660e-90c5-4cbc-828b-10e807b99767.png">
@@ -1084,7 +1084,7 @@
10841084
[NCBI BioSystems](https://www.ncbi.nlm.nih.gov/biosystems/) is a Database that provides integrated access to biological systems and their component genes, proteins, and small molecules, as well as literature describing those biosystems and other related data throughout Entrez.
10851085

10861086
# Robotics Development
1087-
[Back to the Top](https://github.com/mikeroyal/Deep-Learning-Guide#table-of-contents)
1087+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
10881088

10891089
<p align="center">
10901090
<img src="https://user-images.githubusercontent.com/45159366/96352533-b55fb380-1078-11eb-874c-f165cbcce899.png">
@@ -1216,7 +1216,7 @@ commercially available industrial robot models that you can import, visualize, a
12161216

12171217

12181218
# Electric charge, field, and potential
1219-
[Back to the Top](https://github.com/mikeroyal/DSP-Guide#table-of-contents)
1219+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
12201220

12211221
- Charge and electric force (Coulomb's law): Electric charge, field, and potential
12221222
- Electric field: Electric charge, field, and potential
@@ -1255,7 +1255,7 @@ commercially available industrial robot models that you can import, visualize, a
12551255
**Symbols of Circuits .Source: [andrewpover.co.uk](https://andrewpover.co.uk/category/physics/)**
12561256

12571257
# Magnetic forces, magnetic fields, and Faraday's law
1258-
[Back to the Top](https://github.com/mikeroyal/DSP-Guide#table-of-contents)
1258+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
12591259

12601260
- Magnets and Magnetic Force: Magnetic forces, magnetic fields, and Faraday's law
12611261
- Magnetic field created by a current: Magnetic forces, magnetic fields, and Faraday's law
@@ -1284,7 +1284,7 @@ commercially available industrial robot models that you can import, visualize, a
12841284
**Farady's law. Source: [sdsu-physics](http://sdsu-physics.org/physics180/physics196/Topics/faradaysLaw.html)**
12851285

12861286
# Electromagnetic waves and interference
1287-
[Back to the Top](https://github.com/mikeroyal/DSP-Guide#table-of-contents)
1287+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
12881288

12891289
- Introduction to electromagnetic waves: Electromagnetic waves and interference
12901290
- Interference of electromagnetic waves
@@ -1305,7 +1305,7 @@ commercially available industrial robot models that you can import, visualize, a
13051305

13061306

13071307
# CUDA Development
1308-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
1308+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
13091309

13101310
<p align="center">
13111311
<img src="https://user-images.githubusercontent.com/45159366/94306481-e17b8f00-ff27-11ea-832f-c85374acb3b1.png">
@@ -1383,7 +1383,7 @@ commercially available industrial robot models that you can import, visualize, a
13831383
[GraphVite](https://graphvite.io/) is a general graph embedding engine, dedicated to high-speed and large-scale embedding learning in various applications.
13841384

13851385
# MATLAB Development
1386-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
1386+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
13871387

13881388
<p align="center">
13891389
<img src="https://user-images.githubusercontent.com/45159366/94306473-de809e80-ff27-11ea-924b-0a6947ae38bc.png">
@@ -1493,7 +1493,7 @@ commercially available industrial robot models that you can import, visualize, a
14931493
[GNU Octave](https://www.gnu.org/software/octave/) is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation.
14941494

14951495
# Python Development
1496-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
1496+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
14971497

14981498
<p align="center">
14991499
<img src="https://user-images.githubusercontent.com/45159366/93133273-ce490380-f68b-11ea-81d0-7f6a3debe6c0.png">
@@ -1614,7 +1614,7 @@ commercially available industrial robot models that you can import, visualize, a
16141614
[Scikit-Learn](https://scikit-learn.org/stable/index.html) is a simple and efficient tool for data mining and data analysis. It is built on NumPy,SciPy, and mathplotlib.
16151615

16161616
# C/C++ Development
1617-
[Back to the Top](https://github.com/mikeroyal/PyTorch-Guide#table-of-contents)
1617+
[Back to the Top](https://github.com/mikeroyal/Neuromorphic-Computing-Guide#table-of-contents)
16181618

16191619
<p align="center">
16201620
<img src="https://user-images.githubusercontent.com/45159366/115297894-961e0d80-a111-11eb-81c3-e2bd2ac9a7cd.png">

0 commit comments

Comments
 (0)