Skip to content

Commit 4283422

Browse files
committed
refreshed readme, fixed style and formatting, other minor graphical improvements
1 parent 1f4426f commit 4283422

File tree

3 files changed

+69
-181
lines changed

3 files changed

+69
-181
lines changed

Diff for: README.md

+12-148
Original file line numberDiff line numberDiff line change
@@ -1,174 +1,37 @@
11
# [Virgilio Data Science](https://virgili0.github.io/Virgilio/)
22

3-
Virgilio is an open source initiative, aiming to mentor and guide anyone in the world of Data Science and Machine Learning through a series of curated articles, guides and tutorials. Our vision is to give *everyone* the chance to get involved in this field, get self-started as a practitioner, gain new cutting edge practical skills and learn to navigate through the infinite web of resources and find the ones useful for *you*.
3+
Virgilio is an **open-source initiative**, aiming to **mentor and guide** anyone in the world of the **Data Science**.
4+
Our vision is to give *everyone* the chance to get involved in this field, **get self-started** as a practitioner, **gain new skills** and **learn to navigate** through the infinite web of resources and find the ones useful for *you*.
45

5-
## [Click here to access the new web version of Virgilio](https://virgili0.github.io/Virgilio/)
6+
## [**Meet Virgilio now!**](https://virgili0.github.io/Virgilio/)
7+
![Figure 1](virgilio.PNG "1")
68

7-
<div style="text-align:center"><img style="text-align:center" width="480px" src="https://upload.wikimedia.org/wikipedia/commons/c/ce/Virgil_.jpg"/></div>
89

910
### Table of Contents
1011

11-
- [*What* is Virgilio](#what-is-virgilio)
12-
- [Structure](#structure)
13-
+ [Paradiso](#paradiso)
14-
+ [Purgatorio](#purgatorio)
15-
+ [Inferno](#inferno)
12+
- [What is Virgilio](#what-is-virgilio)
1613
- [About](#About)
1714
* [License](#license)
1815
* [Contribute](#contribute)
1916

2017

2118
# What is Virgilio?
2219

23-
Studying and reading through the Internet means swimming in an infinite jungle of chaotic information, even more so in rapidly changing innovative fields.
20+
Studying and reading through the Internet means swimming in an **infinite jungle of chaotic information**, even more so in rapidly changing innovative fields.
21+
22+
_Have you ever felt overwhelmed_ when trying to approach **Data Science** without a real “path” to follow?
2423

25-
Have you ever felt overwhelmed when trying to approach Data Science without a real “path” to follow?
2624
Are you tired of clicking “Run”, “Run”, “Run”.. on a Jupyter Notebook, with that false sense of confidence given by the comfort zone of the work of others?
2725

2826
Have you ever got confused because of the several and contradicting names for the same algorithm or approach, from different websites and fragmented tutorials?
2927

30-
We will address these critical issues for free, for everyone.
31-
32-
Hi, I'm [Virgilio](https://en.wikipedia.org/wiki/Virgil).
33-
34-
Like I did with *[Dante](https://en.wikipedia.org/wiki/Dante_Alighieri)*, just some centuries ago, I'll be your mentor and reference point during your journey through this *selva oscura*, providing you complete and organic learning paths for several fields, tools, skills and more.
35-
36-
The vision of Virgilio is to give everyone the possibility to get into the incredible world of the Data Science and Machine Learning and the business and creative possibilities that they offer, to get self-started as a practitioner, gain new cutting edge practical skills or just learn to discriminate good information from poor information.
37-
38-
We are doing this by providing only high-quality and coherent content, with clear step-by-step paths and a consistent naming system.
39-
40-
Imagine Virgilio as an E-Mentor who will tell you what do to get the next step, the next skill, or to apply them in practice to create value.
41-
42-
**But what does it mean in practice?**
43-
44-
In other words, what's the **target** of the Virgilio project?
45-
46-
There are different scenarios:
47-
48-
- A *student* from a different field who wants to explore the intersections and the possibilities offered by the Machine Learning and Statistical methods.
49-
- A *curious individual* who came in touch with one of the buzzwords related to these fields and wants to discriminate between reliable and unreliable information.
50-
- An *experienced practitioner* who wants to have a reference point for the latest techniques, papers and best practices.
51-
- A *manager* who wants to understand the possibilities of ML applied to their actual problems, like integration with production systems or new solutions from scratch.
52-
- A *businessman* who wants to understand if his data are suitable for an ML project, and what could be the real business value.
53-
- A *salesman* who needs to stay up-to-date with the latest technologies and Jargon.
54-
55-
## [Click here to access the new web version of Virgilio](https://virgili0.github.io/Virgilio/)
56-
57-
## Structure
58-
59-
![Figure 1](map.PNG "1")
60-
61-
As you can imagine it’s not easy to intercept all these different needs, so our solution ended up in a hierarchical structure which distinguish the content based on different levels of abstraction.
62-
63-
To do this, we got our inspiration from Dante’s amazing masterpiece [“La Divina Commedia”](https://en.wikipedia.org/wiki/Divina_Commedia), written in over 20 years of work and published for the first time in 1323 d.c.
64-
65-
Dante’s journey wouldn’t have been possible without his companion and guide, Virgilio, a roman famous poet (70 a.c.) who inspired generations of artists since the Roman hegemony in Europe.
66-
67-
In his journey, Dante travel across the different levels of the catholic conception of the divine world at that time, starting from the Inferno (the prison of the damned), passing through the Purgatorio and reaching eventually the Paradiso (you can call it Valhalla or Nirvana, as you prefer :-) ).
68-
69-
In your journey, you will start from scratch and eventually reach the theoretical knowledge and solid expendable skill.
70-
71-
The parallelism is natural:
72-
73-
![Figure 2](order.png "1")
74-
75-
_Going from top to bottom increases the level of detail and decreases the level of abstraction_.
76-
77-
In the **Paradiso** you won’t find a single line of code or a math formula, just plain English.
78-
Here’s the place for introductions, simple explanations, demystifications, and meta-guides (for example a guide about the best way to use Virgilio).
79-
It’s the best place for the not-techies, beginners and literally everyone who wants to get in touch with Data Science and Machine Learning without getting bored into technical details.
80-
Do you want to communicate these innovative fields? Pass from the Paradiso!
81-
82-
In the **Purgatorio** you can find technical guides for beginners (in the field or in general IT).
83-
For example, you’ll find guides about Python, maths, and statistics.
84-
You will find guides about study techniques, soft skills and you’ll learn how to develop an analytical mindset too.
85-
It’s an obliged step before the Hell.
86-
Depending on your starting skill, you’ll probably spend here most of the time, learning to code, understand math concepts and more!
87-
_If you’re a complete beginner_, follow the track we proposed, starting from the Fundamentals.
88-
89-
In the **Inferno** you won’t find gentle introductions or generic explanations, but a lot of different detailed guides, topics, hands-on tutorials and more!
90-
You’ll find an entire section dedicated to research and daily updates from the field! You’ll find guides like “how to train a massive neural network over hundreds of GPUs efficiently” or “How to deal with huge datasets”, or “how to fine-tune a preprocessing pipeline”. Think about Inferno as the place where you will pick up the sub-field you prefer and dive into that.
91-
It’s impossible to learn everything at once! One of the Virgilio’s most important learning strategies is “One enemy at time”, "Divide and conquer!".
92-
The three specializations that we provide are Computer Vision, Natural Language Processing, and Agent-based and Reinforcement Learning.
93-
These learning paths are the “final bosses” of the Virgilio’s experience: once you’ll have completed them you will hopefully be skilled enough to land an internship or tackle real business problems!
94-
95-
Above these you’ll find a plenty of other useful zones:
96-
97-
- Business Skills: these are necessary to unlock the business value in the real world, and they are probably the most valuable asset for a “data guy” to have in his pocket.
98-
- Tools: here you find guides about useful tools for programming, or scientific computing in general.
99-
- Research: here you will learn how to find the right papers and digest them. In addition, you’ll discover which teams to follow for your interests.
100-
- Massive computation: here you’ll find hints and resources for computing on clusters, optimize your system and other advanced topics.
101-
- ML for Business applications: here we provide additional resources to select a sector and see what are the today’s available techniques for the problems of your interest.
102-
103-
## [Click here to access the new web version of Virgilio](https://virgili0.github.io/Virgilio/)
104-
105-
### Paradiso
106-
107-
- [Demystification of the key concepts of Artificial Intelligence and Machine Learning](content/paradiso/demystification-ai-ml-dl.md)
108-
- [What do you need for ML? ](content/paradiso/what-do-i-need-for-ml.md)
109-
- [Do you really need ML?](content/paradiso/do-you-really-need-ml.md)
110-
- [ML use cases](content/paradiso/use-cases.md)
111-
- [Virgilio's Teaching Strategy - Learning to Learn](content/paradiso/virgilio-teaching-strategy.md)
112-
- [Introduction to ML](content/paradiso/introduction-to-ml.md)
113-
114-
### Purgatorio
115-
116-
- Fundamentals
117-
+ [Math Fundamentals](content/purgatorio/fundamentals/math-fundamentals.md)
118-
+ [Statistics Fundamentals](content/purgatorio/fundamentals/statistics-fundamentals.md)
119-
+ [Python Fundamentals](content/purgatorio/fundamentals/python-fundamentals.md)
120-
+ [Jupyter Notebook](content/purgatorio/fundamentals/jupyter-notebook.md)
121-
+ [The Data Science Process](content/purgatorio/fundamentals/the-data-science-process.md)
122-
- Define The Scope and Ask Questions
123-
+ [Frame The Problem](content/purgatorio/define-the-scope-and-ask-questions/frame-the-problem.md)
124-
+ [Usage and Integration](content/purgatorio/define-the-scope-and-ask-questions/usage-and-integration.md)
125-
+ [Starting a Data Project](content/purgatorio/define-the-scope-and-ask-questions/starting-a-data-project.md)
126-
+ [WorkSpace Setup and Cloud Computing](content/purgatorio/define-the-scope-and-ask-questions/workspace-setup-and-cloud-computing.md)
127-
- Collect and Prepare Data
128-
+ [Data Preparation](content/purgatorio/collect-and-prepare-data/data-preparation.md)
129-
+ [Data Visualization](content/purgatorio/collect-and-prepare-data/data-visualization.md)
130-
- Select and Train Machine Learning Models
131-
+ [Machine Learning Theory](content/purgatorio/select-and-train-machine-learning-models/machine-learning-theory.md)
132-
+ [Deep Learning Theory](content/purgatorio/select-and-train-machine-learning-models/deep-learning-theory.md)
133-
+ [Evaluation and Fine Tuning](content/purgatorio/select-and-train-machine-learning-models/evaluation-and-finetuning.md)
134-
+ [Tools and Libraries](content/purgatorio/select-and-train-machine-learning-models/tools-and-libraries.md)
135-
- Launch and Mantain the System
136-
+ [Serving Trained Models](content/purgatorio/launch-and-mantain-the-system/content-trained-models.md)
137-
+ [Monitoring Usage and Behavior](content/purgatorio/launch-and-mantain-the-system/monitoring-usage-and-.md)
138-
+ Automation and Reproducibility
139-
- Now Go Build
140-
+ A Messy Real World
141-
+ Transfer Learning
142-
+ Best Practices
143-
144-
### Inferno
145-
146-
- Computer Vision
147-
+ [Introduction to Computer Vision](content/inferno/computer-vision/introduction-to-computer-vision.ipynb)
148-
+ [Object Instance Segmentation](content/inferno/computer-vision/object-instance-segmentation.ipynb)
149-
+ [Object Tracking](content/inferno/computer-vision/object-tracking.ipynb)
150-
+ [Object Detection](content/inferno/computer-vision/Object_detection_based_on_Deep_Learning.ipynb)
151-
- Natural Language Processing
152-
- Virtual Assistants
153-
+ [Build a Virtual Assistant with DialogFlow](content/inferno/virtual-assistants/dialogflow-chatbot.md)
154-
- Reinforcement Learning
155-
- Soft Skills
156-
+ [Impactful Presentations](content/inferno/soft-skills/impactful-presentations.md)
157-
- Tools
158-
+ [Geo Gebra](content/inferno/tools/geo-gebra.md)
159-
+ [Latex](content/inferno/tools/latex.md)
160-
+ [Regex](content/inferno/tools/regex.ipynb)
161-
+ [Wolfram Alpha](content/inferno/tools/wolfram-alpha.md)
162-
- Research
163-
+ [Zotero](content/inferno/research/zotero.md)
164-
+ [State-of-Art Papers Explained](content/inferno/research/sota-papers.md)
165-
- Massive Computation
166-
- Machine Learning for Business Applications
28+
**Virgilio addresses these critical issues for free, for everyone.**
16729

30+
## [**Enter in the new web version of Virgilio!**](https://virgili0.github.io/Virgilio/)
16831

16932
## About
17033

171-
Virgilio is developed and mantained by [these awesome people](docs/contributors.md).
34+
Virgilio is developed and maintained by [these awesome people](docs/contributors.md).
17235
You can email us `virgilio.datascience (at) gmail.com` or join the [Discord chat](https://discord.gg/UpQ8bb7).
17336

17437
### Contribute
@@ -178,3 +41,4 @@ That's awesome! Check the [contribution guidelines](docs/contributing.md) and ge
17841
### License
17942

18043
Contents are released under the Creative Commons BY-NC-SA 4.0 [license](https://github.com/virgili0/Virgilio/blob/dev/LICENSE). Code is released under the [MIT license](https://github.com/virgili0/Virgilio/blob/dev/.vuepress/LICENSE).
44+
The Virgilio image comes from [here](https://upload.wikimedia.org/wikipedia/commons/c/ce/Virgil_.jpg).

0 commit comments

Comments
 (0)