Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chnanges #170

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update index.md
new chnages on personal project
  • Loading branch information
karansbisht authored Sep 28, 2022
commit eade7f0e3055709e2c968d9469b1815abaecbdc1
44 changes: 16 additions & 28 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,26 @@ There should be whitespace between paragraphs.

There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.

# Header 1
# Stock Prices Predictor

This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
One of the best ideas to start experimenting you hands-on Machine Learning projects for students is working on Stock Prices Predictor. Business organizations and companies today are on the lookout for software that can monitor and analyze the company performance and predict future prices of various stocks. And with so much data available on the stock market, it is a hotbed of opportunities for data scientists with an inclination for finance.

## Header 2
## SportsPredictor

> This is a blockquote following a header.
>
> When something is important enough, you do it even if the odds are not in your favor.
In Michael Lewis’ Moneyball, the Oakland Athletics team transformed the face of baseball by incorporating analytical player scouting technique in their gameplan. And just like them, you too can revolutionize sports in the real world! This is an excellent machine learning projects for beginners.

### Header 3
Since there is no dearth of data in the sports world, you can utilize this data to build fun and creative machine learning projects such as using college sports stats to predict which player would have the best career in which particular sports (talent scouting). You could also opt for enhancing team management by analyzing the strengths and weaknesses of the players in a team and classifying them accordingly.

```js
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
```
### Develop A Sentiment Analyzer

```ruby
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
```
This is one of the interesting machine learning project ideas. Although most of us use social media platforms to convey our personal feelings and opinions for the world to see, one of the biggest challenges lies in understanding the ‘sentiments’ behind social media posts.


#### Movie Ticket Pricing System

#### Header 4
With the expansion of OTT platforms like Netflix, Amazon Prime, people prefer to watch content as per their convenience. Factors like Pricing, Content Quality & Marketing have influenced the success of these platforms.

* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.
The cost of making a full-length movie has shot up exponentially in the recent past. Only 10% of the movies that are made make profits. Stiff competition from Television & OTT platforms along with the high ticket cost has made it difficult for films to make money even harder. The rising cost of the theatre ticket (along with the popcorn cost) leaves the cinema hall empty.

##### Header 5

Expand Down Expand Up @@ -105,13 +93,13 @@ end

<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dd>karan singh bisht</dd>
<dt>Born</dt>
<dd>1952</dd>
<dd>19/04/1991</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dd>INDIA</dd>
<dt>Color</dt>
<dd>Green</dd>
<dd>BLUE</dd>
</dl>

```
Expand Down