Goto

Collaborating Authors

 deepsphere


DeepSphere.AI personalizes complex AI curriculum using cognitive learning methodology

#artificialintelligence

Chennai (Tamil Nadu) [India], November 19 (ANI/NewsVoir): DeepSphere.AI, an EdTech company with its presence in Palo Alto, USA and Chennai, India offering a wide range of foundation, intermediate, and advanced courses on Artificial Intelligence for students and professionals, achieves 100% personalization of learning by providing personalized study materials, lab projects, and assessments on its on-cloud intelligent Learning Management System (iLMS). It also achieves 100% student engagement, besides boosting the learning potential of students by 96%. Available on a subscription model for schools, colleges & universities, organizations and self-employed, iLMS offers recommendations and feedback on the learning speed, ability, and participation of students, as they learn. DeepSphere.AI maps and reviews the goals of learners and takes appropriate corrective action to help students realize their goals. Founded in September 2018, DeepSphere.AI's team comprises board members of the University of California, lead instructors, MIT learning facilitators, Harvard PhDs, Stanford alumni, industry leaders, and entrepreneurs.


DeepSphere: a graph-based spherical CNN

arXiv.org Machine Learning

Designing a convolution for a spherical neural network requires a delicate tradeoff between efficiency and rotation equivariance. DeepSphere, a method based on a graph representation of the sampled sphere, strikes a controllable balance between these two desiderata. This contribution is twofold. First, we study both theoretically and empirically how equivariance is affected by the underlying graph with respect to the number of vertices and neighbors. Second, we evaluate DeepSphere on relevant problems. Experiments show state-of-the-art performance and demonstrates the efficiency and flexibility of this formulation. Perhaps surprisingly, comparison with previous work suggests that anisotropic filters might be an unnecessary price to pay. Our code is available at https://github.com/deepsphere


DeepSphere: towards an equivariant graph-based spherical CNN

arXiv.org Machine Learning

Spherical data is found in many applications. By modeling the discretized sphere as a graph, we can accommodate non-uniformly distributed, partial, and changing samplings. Moreover, graph convolutions are computationally more efficient than spherical convolutions. As equivariance is desired to exploit rotational symmetries, we discuss how to approach rotation equivariance using the graph neural network introduced in Defferrard et al. (2016). Experiments show good performance on rotation-invariant learning problems. Code and examples are available at https://github.com/SwissDataScienceCenter/DeepSphere


DeepSphere: Efficient spherical Convolutional Neural Network with HEALPix sampling for cosmological applications

arXiv.org Artificial Intelligence

Convolutional Neural Networks (CNNs) are a cornerstone of the Deep Learning toolbox and have led to many breakthroughs in Artificial Intelligence. These networks have mostly been developed for regular Euclidean domains such as those supporting images, audio, or video. Because of their success, CNN-based methods are becoming increasingly popular in Cosmology. Cosmological data often comes as spherical maps, which make the use of the traditional CNNs more complicated. The commonly used pixelization scheme for spherical maps is the Hierarchical Equal Area isoLatitude Pixelisation (HEALPix). We present a spherical CNN for analysis of full and partial HEALPix maps, which we call DeepSphere. The spherical CNN is constructed by representing the sphere as a graph. Graphs are versatile data structures that can act as a discrete representation of a continuous manifold. Using the graph-based representation, we define many of the standard CNN operations, such as convolution and pooling. With filters restricted to being radial, our convolutions are equivariant to rotation on the sphere, and DeepSphere can be made invariant or equivariant to rotation. This way, DeepSphere is a special case of a graph CNN, tailored to the HEALPix sampling of the sphere. This approach is computationally more efficient than using spherical harmonics to perform convolutions. We demonstrate the method on a classification problem of weak lensing mass maps from two cosmological models and compare the performance of the CNN with that of two baseline classifiers. The results show that the performance of DeepSphere is always superior or equal to both of these baselines. For high noise levels and for data covering only a smaller fraction of the sphere, DeepSphere achieves typically 10% better classification accuracy than those baselines. Finally, we show how learned filters can be visualized to introspect the neural network.