A framework for a mesh-free numerical solver of differential equations is presented in this paper. Development of the solver is derived from machine learning techniques using artificial neural networks with Gaussian radial basis functions for their neurons. The proposed method incrementally develops an approximation through the optimization of a scalar condensed form of the differential equations. Unlike traditional solvers that require grids, volumes, or meshes, along with corresponding connectivity data, the proposed framework requires only a list of independent variable values to approximate the solution. Because of this, there is no need for the derivation or inversion of system matrices. Results are presented demonstrating the stability and accuracy of the proposed method and it is demonstrated that the spatial error estimate can exceed that of traditional methods.H ISTORICALLY, the finite difference method (FDM), finite volume method (FVM), and finite element method (FEM) have all been used to numerically approximate the solution to differential equations that model problems of engineering interest, particularly in fluid dynamics [1]. Though conventional numerical methods have been used successfully on real world problems involving complex solution spaces (e.g., aircraft geometries, adaptive meshing, fluid-structure interaction), the coding, mesh creation, and adaptation requires increasing effort from the user. Because the cost of man hours now outweighs the cost of CPU hours, researchers have been investigating methods that sidestep the issues with meshing. Mesh-free methods, also known as meshless methods, are particularly attractive at solving these increasingly complex types of problems because they are relatively simple to program, accurate, and by definition require no explicit mesh connectivity.Liu [2] and Pepper [3] define a mesh-free method as one that establishes a system of algebraic equations for the entire problem domain without requiring mesh connectivity data, geometry Jacobians, or conformal maps to transform between the input and computational domains. Further, the element and volume edge crossing restrictions on the distribution of discrete evaluation points associated with meshed methods are eliminated. Specifically, a predefined mesh is not required for the dependent variable's approximation or interpolation. The problem domain and its boundary are represented by scattered points (nodes) and not used for discretization; these nodes carry the values of the dependent variable(s). There is no connectivity between these nodes and they can be arbitrarily distributed within the problem domain. This difference between the mesh and the nodes of the mesh-free approach is illustrated in Fig. 1. There currently exist several types and forms of mesh-free methods. One can separate them into two extremes based on formulation of the differential equations of interest: those that use the weak form and those that use the strong form.In the weak form, the governing differential equations and differential...