Machine Learning for Small Bodies in the Solar System - Supplemental Material
  • Home
  • Chapter 2, Part 1. Identification of Asteroid Families’ Members
  • Chapter 2, Part 2. Use of Machine Learning and Genetic Algorithms
  • Example of a notebook
  • Chapter 4. CNN for images
  • Chapter 6. Asteroid spectral classification
  • Chapter 7. Machine Learning Assisted Dynamical Classification of Trans-Neptunian Objects
  • MOPS magnitude estimator using a Convolutional Neural Network
Machine Learning for Small Bodies in the Solar System - Supplemental Material
  • »
  • Example of a notebook

Example of a notebook¶

In [ ]:
Copied!
%%capture
%pip install numpy pandas
%%capture %pip install numpy pandas

This is an example of text. Below is an example of code with an output saved.

In [1]:
Copied!
print('Hello world')
print('Hello world')
Hello world

You can save some cells without an output, i.e., if it is too large or requires many images to be included.

In [ ]:
Copied!
print('Example of a piece of code without output')
print('Example of a piece of code without output')

In Markdown, you may use LaTeX for formulas: $a^2+b^2=c^2$.

Previous Next

Built with MkDocs using a theme provided by Read the Docs.
« Previous Next »