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
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Cayman theme
description: Cayman is a clean, responsive theme for GitHub Pages.
title: KARAN SINGH BISHT
description: protfolio of project in AI and ML
show_downloads: true
google_analytics:
theme: jekyll-theme-cayman
theme: jekyll-theme-cayman
101 changes: 24 additions & 77 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
layout: default
---
---
layout: default
---

Text can be **bold**, _italic_, or ~~strikethrough~~.

Expand All @@ -10,114 +13,58 @@ 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

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.
# Data Science Portfolio

## Header 2
---

> This is a blockquote following a header.
>
> When something is important enough, you do it even if the odds are not in your favor.
## Machine learning

### Header 3
### Fraud Detection

```js
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
```
Fraud detection is a set of processes and analyses that allow businesses to identify and prevent unauthorised financial activity. This may include fraudulent credit card transactions, identity theft, cyber hacking, insurance scams and more.

```ruby
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
```
[![View on GitHub](https://img.shields.io/badge/GitHub-View_on_GitHub-blue?logo=GitHub)](https://github.com/sajankedia/fraud_detection)

#### Header 4
<center><img src="images/fraud_detection.jpg"/></center>

* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.
# Stock Prices Predictor

##### Header 5
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.

1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.
## SportsPredictor

###### Header 6
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.

| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |
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.

### There's a horizontal rule below this.
### Develop A Sentiment Analyzer

* * *
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.

### Here is an unordered list:

* Item foo
* Item bar
* Item baz
* Item zip
#### Movie Ticket Pricing System

### And an ordered list:
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.

1. Item one
1. Item two
1. Item three
1. Item four
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.

### And a nested list:

- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item

### Small image

![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)

### Large image

![Branching](https://guides.github.com/activities/hello-world/branching.png)


### Definition lists can be used with HTML syntax.

<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>

```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```

```
The final element.
```